MySQL - Resource temporarily unavailable问题处理

网站报告:

Can not connect to MySQL server
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

首先service mysqld restart,发现启动不了

df -lh,发现磁盘没有满

再查看mysql日志文件:

1.查找日志文件存放路径

vim /etc/my.cnf

2.查看mysqld.log

日志显示11错误,用perror 11看下错误原因:

报告资源不可用,然后用free -m看下内存消耗情况:

ps -ef下发现好多httpd进程:

MySQL - Resource temporarily unavailable问题处理_第1张图片

解决方案:

service httpd restart

OK!

参考资料:

free命令手册 http://os.51cto.com/art/201108/283005.htm  

perror http://codingstandards.iteye.com/blog/1127327

待完善

你可能感兴趣的:(available)