17, mysql master-slave synchronization Last_IO_Errno Error Code Description


Log in mysql from the library: mysql> show slave status \ G;

Last_IO_Errno: 1005: Failed to create the table

1006: Failed to create database

1007: database already exists, create a database failure

1008: The database does not exist, delete the database failed

1009: You can not delete the database files to delete the database led to failure

1010: You can not delete the data directory database failure led to delete

1011: delete a database file failed

1012: The system can not read the record in the table

1020: record has been modified by other users

1021: Hard disk free space is insufficient, please increase the available hard disk space

1022: duplicate keywords, changes fail

1023: An error occurred during shutdown

1024: Error reading file

1025: An error occurred while changes name

1026: Error writing file

1032: Record does not exist

1036: the data table is read-only, it can not be modified

1037: Insufficient system memory, restart or reboot the server database

1038: Out of memory for sorting, increase the sort buffers

1040: has reached the maximum number of connections to the database, please increase the number of available connections to the database

1041: Out of system memory

1042: Invalid hostname

1043: Invalid connection

1044: The current user does not have access to the database

1045: Can not connect to the database, user name or password is incorrect

1048: Field can not be empty

1049: The database does not exist

1050: data table already exists

1051: data table does not exist

1054: Field does not exist

1065: Invalid SQL statements, SQL statement is empty

1081: Socket connection could not be established

1114: data table is full, the recording can not accommodate any

1116: Too many open data tables

1129: The database appears abnormal, please restart the database

1130: Failed connect to the database, the database is not connected rights

1133: The database user does not exist

1141: The current user is not authorized to access the database

1142: The current user is not authorized to access the data table

1143: The current user does not have access to the data fields in the table

1146: data table does not exist

1147: Not defined user access to data table

1149: SQL statement syntax error

1158: network error, read error occurs, check the network connection status

1159: network error, reading timeout, please check your network connection status

1160: network error, write error occurs, check the network connection status

1161:网络错误,写超时,请检查网络连接状况

1062:字段值重复,入库失败

1169:字段值重复,更新记录失败

1177:打开数据表失败

1180:提交事务失败

1181:回滚事务失败

1203:当前用户和数据库建立的连接已到达数据库的最大连接数,请增大可用的数据库连接数或重启数据库

1205:加锁超时

1211:当前用户没有创建用户的权限

1216:外键约束检查失败,更新子表记录失败

1217:外键约束检查失败,删除或修改主表记录失败

1226:当前用户使用的资源已超过所允许的资源,请重启数据库或重启服务器

1227:权限不足,您无权进行此操作

1235:MySQL版本过低,不具有本功能

Guess you like

Origin www.cnblogs.com/LiuChang-blog/p/12315867.html