码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2015-03-12 20:55:26      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:mysql

错误如下:

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] -

标签:mysql

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!