WikongGuan

关注

mysql error code 1114

WikongGuan

关注

阅读 102

2022-03-30

背景

mysql 主从异常,error code 1114

原因

从库的磁盘空间不足导致表写入失败,腾出磁盘空间后,需要重新同步mysql

处理过程

1、检查磁盘空间

df -h

2、检查操作系统限制

ulimit -a

3、检查历史日志message

tail -n 1000 messages

4、检查数据库表更新情况,匹配message日志。

`select * from tables where table='表名' \G`

5、查看同步状态

show slave status \G;



相关推荐

sullay

vue 使用 error code 1

sullay 44 0 0

琛彤麻麻

boost::system::error_code赋值

琛彤麻麻 81 0 0

幸福的无所谓

Failed to save password Error code: -34018

幸福的无所谓 10 0 0

爱做梦的夏夏

遇到报错 Error on descrypt request code

爱做梦的夏夏 72 0 0

茗越

Slave SQL: Error 'Incorrect string value ... Error_code: 1366

茗越 114 0 0

寒羽鹿

mysql union语句报错:Error Code: 1271. Illegal mix of collations for operation ‘UNION‘

寒羽鹿 143 0 0

SPEIKE

mysql 的一个错误 Error Code: 2013. Lost connection to MySQL server during...

SPEIKE 47 0 0

AbrahamW

JSON parse error: Unexpected character (' ' (code 160))

AbrahamW 152 0 0

mjjackey

npm error code ETIMEDOUT 简单排查

mjjackey 34 0 0

爱喝酒的幸福人

安装MySQL出现Job for mysqld.service failed because the control process exited with error code

爱喝酒的幸福人 74 0 0

精彩评论(0)

0 0 举报