首页 > 代码库 > 170318 11:44:26 [ERROR] Can't start server: can't create PID file: No space left on device

170318 11:44:26 [ERROR] Can't start server: can't create PID file: No space left on device

数据库挂了。打开远程,进了系统,service mysqld stop 失败。service mysqld start等了好大一会,提示Timeout error occurred trying to start MySQL Daemon

技术分享

技术分享

出现Can‘t start server: can‘t create PID file: No space left on device这个错误。

提示磁盘空间不足

后用df -h 命令查看

技术分享

竟然发现磁盘容量全部用完了,于是要查看是谁占用了
用命令:
find /tmp -size +100000000c
查找下磁盘中大于100M的文件
竟然出现:

170318 11:44:26 [ERROR] Can't start server: can't create PID file: No space left on device