首页 > 数据库技术 > 详细

Another MySQL daemon already running with the same unix socket.

时间:2014-10-12 11:46:09      阅读:312      评论:0      收藏:0      [点我收藏+]

 * mysql启动报错时
        重启时    /etc/init.d/mysqld restart
                 Stopping mysqld:                                           [  OK  ]
                 Another MySQL daemon already running with the same unix socket.
                 Starting mysqld:                                           [FAILED]
        删除文件  rm -fr /var/lib/mysql/mysql.sock
        重启mysql /etc/init.d/mysqld restart
                 Stopping mysqld:                                           [  OK  ]
                 Starting mysqld:                                           [  OK  ]

Another MySQL daemon already running with the same unix socket.

原文:http://www.cnblogs.com/wangjiaxing/p/4020257.html

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