mysql:mysql is neither service nor target!?(suse12 sp2 )
时间:2019-03-28 12:38:18
收藏:0
阅读:619
今天想在自己的虚拟机上安装mysql,安装好了并且初始化之后,一直无法启动mysql.
1.service mysql start;
报错:mysql is neither service nor target!?
2.systemctl start mysql:
报错:sysemctl start mysql : Failed to star mysql.service: Unit mysql.service failed to load: No such file ....
解决方式:
systemctl unmask mysql.service
service mysql start
注意:操作系统是suse12 sp2,可能会有版本差别。
原文:https://www.cnblogs.com/ultranms/p/10613959.html
评论(0)