当前位置: 技术问答>linux和unix
断电后,怎样重启我的mysql?
来源: 互联网 发布时间:2015-09-25
本文导语: 原来我的mysql和apache都可以正常工作。意外断电后,mysql服务就起不来了,请问怎样重启我的mysql?我装的是mysql-standard-4.0.23-pc-linux-i686.tar.gz版本 error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)' ...
原来我的mysql和apache都可以正常工作。意外断电后,mysql服务就起不来了,请问怎样重启我的mysql?我装的是mysql-standard-4.0.23-pc-linux-i686.tar.gz版本
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
|
service mysqld stop停止mysql,然后servcie mysqld start 启动mysql。
实在不行你可以考虑将'/tmp/mysql.sock' 暂时重新命名为其他名字,然后再试试,不行的话就再将名字改回来吧。
但愿能够成功,你试试吧,祝你好运。
实在不行你可以考虑将'/tmp/mysql.sock' 暂时重新命名为其他名字,然后再试试,不行的话就再将名字改回来吧。
但愿能够成功,你试试吧,祝你好运。
|
更多查看MySQL手册.
[root@localhost root]# mysqld_safe
Starting mysqld daemon with databases from /var/lib/mysql
[root@localhost root]# mysqld_safe
Starting mysqld daemon with databases from /var/lib/mysql
|
启动mysql的系统服务