linux重启mysql服务service: command not found
时间:2015-07-09 18:06:48
收藏:0
阅读:261
[root@iZ25yepqfvvZ logs]# service mysqld stop
bash: service: command not found
使用su root切换到root用户,并同时使用/sbin/service来操作,如/sbin/service mysql restart.
bash: service: command not found
使用su root切换到root用户,并同时使用/sbin/service来操作,如/sbin/service mysql restart.
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文:http://blog.csdn.net/u013628152/article/details/46818305
评论(0)