/etc/init.d/mysql
/etc/init.d/mysql
/etc/init.d/mysql
重启提示错误如下:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql start...
其实已经告诉怎么做了:用 sudo service mysql start 启动即可
有时,开始的三条命令无反应,也是用最后一条命令的。
本文解决在尝试通过/etc/init.d/mysql命令启动MySQL时遇到的错误,建议使用service mysql start命令替代。同时提供了解决错误的具体步骤。
4693

被折叠的 条评论
为什么被折叠?



