Mysql Solution,mysqlsolution
错误如下:
Timeout error occurred trying to stop MySQL Daemon.
Stopping mysqld: [FAILED]
Starting mysqld: [ OK ]
解决办法:
[root@AY140624215512103ccdZ
local]#
Solution (force kill mysqld - warning you do risk table corruption here but there's no choice if you want your DB up right away)
[root@AY140624215512103ccdZ local]# killall -9 mysqld
[root@AY140624215512103ccdZ local]# service mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。