读书人

ubuntu停启动mysql

发布时间: 2013-07-01 12:33:04 作者: rapoo

ubuntu下启动mysql

/etc/init.d/mysql?stop

?

/etc/init.d/mysql?start

?

/etc/init.d/mysql?restart

?

重启提示错误如下:

?

Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql start...

其实已经告诉怎么做了:用sudo service mysql start启动即可

读书人网 >Mysql

热点推荐