Fedora 20安装MySQL启动报错

报错:
Failed to issue method call: Unit mysql.service failed to load: No such file or directory.

解决方法:
systemctl status mysqld.service

systemctl enable mysqld.service
That enables starting on reboot. (You don’t HAVE to do that.)

systemctl start mysqld.service