首页 > 数据库技术 > 详细

Mysql Solution - Timeout error occurred trying to stop MySQL Daemon. Stopping MySQL: [FAILED] -

时间:2015-03-12 20:53:08      阅读:744      评论:0      收藏:0      [点我收藏+]

错误如下:

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  ]


Mysql Solution - Timeout error occurred trying to stop MySQL Daemon. Stopping MySQL: [FAILED] -

原文:http://blog.csdn.net/qinning199/article/details/44226419

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!