Mysql database error code detailed in Chinese

  • 2020-05-30 21:11:12
  • OfStack

1005: table creation failed
1006: database creation failed
1007: database already exists, failed to create database
1008: database does not exist. Database deletion failed
1009: database file could not be deleted and database deletion failed
1010: database deletion failed because the data directory could not be deleted
Failed to delete database file
1012: the records in the system table cannot be read
1020: the record has been modified by another user
There is not enough space left on the hard disk. Please increase the free space on the hard disk
1022: keyword repetition, change record failure
An error occurred while closing
1024: file reading error
1025: error while changing name
1026: file writing error
1032: the record does not exist
1036: the data table is read-only and cannot be modified
System out of memory, please restart the database or restart the server
1038: out of memory for sorting, increase the sort buffer
1040: the maximum number of connections reached to the database. Please increase the number of connections available to the database
1041: out of system memory
1042: invalid host name
1043: invalid connection
1044: the current user does not have access to the database
Unable to connect to database, username or password error
1048: the field cannot be empty
1049: the database does not exist
1050: the data table already exists
1051: data table does not exist
The field does not exist
1065: invalid SQL statement, SQL statement is empty
1081: cannot establish Socket connection
1114: the data table is full and cannot hold any records
1116: too many open tables
1129: there is an exception in the database. Please restart the database
Failed to connect to database, no permissions to connect to database
1133: database user does not exist
1141: the current user has no access to the database
1142: the current user has no access to the data table
1143: the current user has no access to the fields in the data table
1146: data table does not exist
1147: user access to the table is not defined
1149: SQL statement syntax error
1158: network error, read error, please check the network connection
1159: network error, read timeout, please check network connection status
1160: network error, write error, please check network connection status
1161: network error, write timeout, please check network connection status
1062: field values are repeated, warehousing failed
1169: field value repeated, update record failed
1177: failed to open data table
1180: commit transaction failed
1181: failed to roll back the transaction
1203: the maximum number of connections between the current user and the database has reached the database. Please increase the number of database connections available or restart the database
1205: lock timeout
1211: the current user has no permission to create a user
1216: foreign key constraint check failed, update subtable record failed
1217: foreign key constraint check failed, deletion or modification of master table record failed
1226: the current user has used more resources than allowed. Please restart the database or the server
1227: insufficient permissions, you are not authorized to do this
1235: version is too low to have this feature

Related articles: