数据库挂了。打开远程,进了系统,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 . -type f -size +100M
查找下磁盘中大于100M的文件
竟然出现:

mysqld stop成功。

估计是挂载了两次光盘导致磁盘容量占满了,删除掉一个

卸载光驱

卸载光驱的命令一般用umount,语法格式如下

/sbin/umount.<suffix> {dir|device} [-nlfvr]

取消挂载之后RHEL_6.0 x86_64 Disc 1只是一个空的文件夹/目录。

删除掉一个200多MB的文件还是不行



转载于:https://www.cnblogs.com/ZHONGZHENHUA/p/6573019.html

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

  1. ERROR! The server quit without updating PID file (/usr/local/var/mysql/what the fuck.local.pid)

    mysql安装后,一直是稳定运行,但是突然今天就挂了,启动不了. 我对mac下mysql的目录又极其不熟,网上的教程有很多,关于mysql目录的位置也是五花八门,导致如此的原因可能是因为 每个人使用了 ...

  2. 【MySQL】修改配置后,重启MySQL报错[ERROR] The server quit without updating PID file

    问题: 在没有修改配置时,MySQL启动正常: 错1:修改配置后MySQL启动不了,报错: [root@localhost mysql]# service mysql restart Starting ...

  3. linux下mysql启动 Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid)

    linux下mysql启动 Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid) service my ...

  4. Starting MySQL... ERROR! The server quit without updating PID file 问题解决

    Starting MySQL... ERROR! The server quit without updating PID file 问题解决 参考文章: (1)Starting MySQL... E ...

  5. Starting MySQL.. ERROR! The server quit without updating PID file (/usr/local/mysql/data/vm10-0-0-19

    输入:service mysqld start 报错: Starting MySQL.. ERROR! The server quit without updating PID file (/usr/ ...

  6. MySQL: Starting MySQL….. ERROR! The server quit without updating PID file解决办法

    1 问题 [root@localhost mysql]# /etc/rc.d/init.d/mysql status MySQL is not running, but lock file (/var ...

  7. Mysql 启动报错解析:Starting MySQL.. ERROR! The server quit without updating PID file (/usr/local/mysql/dat

    现象: root@centos74 ~]# service mysqld start Starting MySQL.. ERROR! The server quit without updating ...

  8. mysql服务启动失败 Starting MySQL. ERROR! The server quit without updating PID file

    [问题描述] 使用 service mysqld start 启动mysql服务失败,提示 Starting MySQL. ERROR! The server quit without updatin ...

  9. MYSQL启动后报:ERROR! The server quit without updating PID file错误的问题解决

    注意:本文出自 "阿飞"的博客 ,如果要转载本文章,请与作者联系! 并注明来源: http://blog.csdn.net/faye0412/article/details/703 ...

最新文章

  1. 【错误记录】Android 应用配置第三方 so 动态库 ( /data/app/comxxx==/base.apk/lib/arm64-v8a]couldn‘t find “libx.so“ )
  2. LeetCode 950. 按递增顺序显示卡牌(deque)
  3. PP视频如何关闭下载完成通知我
  4. 【飞秋教程】查找/备份/还原
  5. 区块链学者Michael Goldstein:比特币可以防止能源浪费
  6. kill 与 killall和过滤后杀掉
  7. UITableViewController与UIViewController中使用UITableView
  8. snipaste如何滚动截图_一文解决几乎所有截图需求:我多年来用过的优秀截图软件和插件推荐...
  9. php读取excel写入数据库,PHP读取EXCEL文件写入数据库
  10. 基于simhash的文本去重原理
  11. 步进电机结构C语言程序,51单片机驱动步进电机(含电路图和C语言源程序代码)
  12. IoTDB Can not establish connection
  13. leetcode题目-最小栈和用两个栈实现队列
  14. ByVal和ByRef有什么区别
  15. 量子通信利用量子力学原理产生密钥对信息进行加密和解密,并采用量子纠缠效应进行密钥分发,被认为是当今最安全的通信系统.有两项特性,一个是不可分割,一个是不可复制...
  16. 【渗透测试】CS DNS上线(DoH隧道+CS特征隐藏)
  17. 转载海科SEO-探秘qq空间seo设置
  18. Butter Knife
  19. 一个完整的直播App功能分析
  20. 数据仓库-OLAP操作

热门文章

  1. 【2016.12.04】JavaScript笔记
  2. configSections 位置引起的错误
  3. 应用程序性能分析利器 —— Visual Studio Profiler
  4. 配置web site 在IIS 6.0
  5. 写博客一定程度上是在刷存在感~
  6. 锁定计算机好在下游戏吗,巧用win7锁定计算机 防止孩子沉迷游戏
  7. cpp 条件判断 大于等于_第31p,if条件语句,请满足我的要求
  8. 浅谈Linux服务器究竟设置多大交换分区合适
  9. ip rule,ip route,iptables 三者之间的关系
  10. git工具tig用法