Home  >  Article  >  Database  >  Summary of common error codes in MySQL

Summary of common error codes in MySQL

小云云
小云云Original
2018-03-30 14:07:033833browse

This article mainly shares with you a summary of common error codes in MySQL, hoping to help everyone have a deeper understanding of the error codes in MySQL.

Error: 1000 SQLSTATE: HY000 (ER_HASHCHK) Message: hashchk
Error: 1001 SQLSTATE: HY000 (ER_NISAMCHK) Message: isamchk
Error: 1002 SQLSTATE: HY000 (ER_NO) Message: NO
Error: 1003 SQLSTATE: HY000 (ER_YES) Message: YES
Error: 1004 SQLSTATE: HY000 (ER_CANT_CREATE_FILE) Message: Unable to create file '%s' (errno: %d)
Error: 1005 SQLSTATE: HY000 (ER_CANT_CREATE_TABLE) Message : Unable to create table '%s' (errno: %d)
Error: 1006 SQLSTATE: HY000 (ER_CANT_CREATE_DB) Message: Unable to create database '%s' (errno: %d)
Error: 1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS) Message: Cannot create database '%s', the database already exists.
Error: 1008 SQLSTATE: HY000 (ER_DB_DROP_EXISTS) Message: Cannot drop database '%s', the database does not exist.
Error: 1009 SQLSTATE: HY000 (ER_DB_DROP_DELETE) Message: An error occurred while dropping the database (cannot delete '%s', errno: %d)
Error: 1010 SQLSTATE: HY000 (ER_DB_DROP_RMDIR) Message: An error occurred while dropping the database ( can't rmdir '%s', errno: %d)
Error: 1011 SQLSTATE: HY000 (ER_CANT_DELETE_FILE) Message: Error deleting '%s' (errno: %d)
Error: 1012 SQLSTATE: HY000 (ER_CANT_FIND_SYSTEM_REC) Message: Unable to read record from system table.
Error: 1013 SQLSTATE: HY000 (ER_CANT_GET_STAT) Message: Unable to get status of '%s' (errno: %d)
Error: 1014 SQLSTATE: HY000 (ER_CANT_GET_WD) Message: Unable to get working directory (errno: % d)
Error: 1015 SQLSTATE: HY000 (ER_CANT_LOCK) Message: Unable to lock file (errno: %d)
Error: 1016 SQLSTATE: HY000 (ER_CANT_OPEN_FILE) Message: Unable to open file: '%s' (errno: %d)
Error: 1017 SQLSTATE: HY000 (ER_FILE_NOT_FOUND) Message: Unable to find file: '%s' (errno: %d)
Error: 1018 SQLSTATE: HY000 (ER_CANT_READ_DIR) Message: Unable to read '% Directory for s' (errno: %d)
Error: 1019 SQLSTATE: HY000 (ER_CANT_SET_WD) Message: Unable to change directory for '%s' (errno: %d)
Error: 1020 SQLSTATE: HY000 (ER_CHECKREAD) Message: Records in table '%s' have changed since the last read.
Error: 1021 SQLSTATE: HY000 (ER_DISK_FULL) Message: Disk full (%s); waiting for someone to free some space...
Error: 1022 SQLSTATE: 23000 (ER_DUP_KEY) Message: Unable to write; copy table Key for '%s'.
Error: 1023 SQLSTATE: HY000 (ER_ERROR_ON_CLOSE) Message: Error closing '%s' (errno: %d)
Error: 1024 SQLSTATE: HY000 (ER_ERROR_ON_READ) Message: Error reading file '%s' (errno: %d)
Error: 1025 SQLSTATE: HY000 (ER_ERROR_ON_RENAME) Message: Error renaming '%s' to '%s' (errno: %d)
Error: 1026 SQLSTATE: HY000 ( ER_ERROR_ON_WRITE) Message: Error writing to file '%s' (errno: %d)
Error: 1027 SQLSTATE: HY000 (ER_FILE_USED) Message: '%s' is locked, changes rejected.
Error: 1028 SQLSTATE: HY000 (ER_FILSORT_ABORT) Message: Classification failed
Error: 1029 SQLSTATE: HY000 (ER_FORM_NOT_FOUND) Message: View '%s' does not exist for '%s'.
Error: 1030 SQLSTATE: HY000 (ER_GET_ERRNO) Message: Got error %d from storage engine.
Error: 1031 SQLSTATE: HY000 (ER_ILLEGAL_HA) Message: The table storage engine for '%s' does not contain this option.
Error: 1032 SQLSTATE: HY000 (ER_KEY_NOT_FOUND) Message: Unable to find record in '%s'.
Error: 1033 SQLSTATE: HY000 (ER_NOT_FORM_FILE) Message: Incorrect information in file: '%s'
Error: 1034 SQLSTATE: HY000 (ER_NOT_KEYFILE) Message: Incorrect key file for table '%s' , please try to fix it.
Error: 1035 SQLSTATE: HY000 (ER_OLD_KEYFILE) Message: Old key file for table '%s', please fix it!
Error: 1036 SQLSTATE: HY000 (ER_OPEN_AS_READONLY) Message: Table '%s' is read-only.
Error: 1037 SQLSTATE: HY001 (ER_OUTOFMEMORY) Message: Memory overflow, restart the server and try again (%d bytes required).
Error: 1038 SQLSTATE: HY001 (ER_OUT_OF_SORTMEMORY) Message: Classification memory overflow, increase the server's classification buffer size.
Error: 1039 SQLSTATE: HY000 (ER_UNEXPECTED_EOF) Message: Unexpected EOF (errno: %d) while reading file '%s'
Error: 1040 SQLSTATE: 08004 (ER_CON_COUNT_ERROR) Message: Too many connections.
Error: 1041 SQLSTATE: HY000 (ER_OUT_OF_RESOURCES) Message: Memory overflow, please check if mysqld or other processes are using all available memory, if not, you should probably use 'ulimit' to allow mysqld to use more memory, or increase swap space the size of.
Error: 1042 SQLSTATE: 08S01 (ER_BAD_HOST_ERROR) Message: The hostname given by this address cannot be obtained.
Error: 1043 SQLSTATE: 08S01 (ER_HANDSHAKE_ERROR) Message: Bad handshake
Error: 1044 SQLSTATE: 42000 (ER_DBACCESS_DENIED_ERROR) Message: Access to database '%s' is denied for user '%s'@'%s'.
Error: 1045 SQLSTATE: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s)
Error: 1046 SQLSTATE: 3D000 (ER_NO_DB_ERROR) Message: No database selected.
Error: 1047 SQLSTATE: 08S01 (ER_UNKNOWN_COM_ERROR) Message: Unknown command.
Error: 1048 SQLSTATE: 23000 (ER_BAD_NULL_ERROR) Message: Column '%s' cannot be null.
Error: 1049 SQLSTATE: 42000 (ER_BAD_DB_ERROR) Message: Unknown database '%s'.
Error: 1050 SQLSTATE: 42S01 (ER_TABLE_EXISTS_ERROR) Message: Table '%s' already exists.
Error: 1051 SQLSTATE: 42S02 (ER_BAD_TABLE_ERROR) Message: Unknown table '%s'.
Error: 1052 SQLSTATE: 23000 (ER_NON_UNIQ_ERROR) Message: Column '%s' in %s is ambiguous.
Error: 1053 SQLSTATE: 08S01 (ER_SERVER_SHUTDOWN) Message: The server shut down during operation.
Error: 1054 SQLSTATE: 42S22 (ER_BAD_FIELD_ERROR) Message: Unknown column '%s' in '%s'.
Error: 1055 SQLSTATE: 42000 (ER_WRONG_FIELD_WITH_GROUP) Message: '%s' is not in GROUP BY.
Error: 1056 SQLSTATE: 42000 (ER_WRONG_GROUP_FIELD) Message: Cannot create group on '%s'.
Error: 1057 SQLSTATE: 42000 (ER_WRONG_SUM_SELECT) Message: There is a sum function in the statement and a column in the same statement.
·
Error: 1058 SQLSTATE: 21S01 (ER_WRONG_VALUE_COUNT) Message: Column count does not match value count.
Error: 1059 SQLSTATE: 42000 (ER_TOO_LONG_IDENT) Message: ID name '%s' is too long.
Error: 1060 SQLSTATE: 42S21 (ER_DUP_FIELDNAME) Message: Duplicate column name '%s'.
Error: 1061 SQLSTATE: 42000 (ER_DUP_KEYNAME) Message: Duplicate key name '%s'.
Error: 1062 SQLSTATE: 23000 (ER_DUP_ENTRY) Message: Duplicate entry '%s' for key %d.
Error: 1063 SQLSTATE: 42000 (ER_WRONG_FIELD_SPEC) Message: Incorrect column classifier for column '%s'.
Error: 1064 SQLSTATE: 42000 (ER_PARSE_ERROR) Message: On row %d, %s is near '%s'.
Error: 1065 SQLSTATE: 42000 (ER_EMPTY_QUERY) Message: Query is empty.
Error: 1066 SQLSTATE: 42000 (ER_NONUNIQ_TABLE) Message: Non-unique table/alias: '%s'
Error: 1067 SQLSTATE: 42000 (ER_INVALID_DEFAULT) Message: Invalid default value for '%s'.
Error: 1068 SQLSTATE: 42000 (ER_MULTIPLE_PRI_KEY) Message: Multiple primary keys defined.
Error: 1069 SQLSTATE: 42000 (ER_TOO_MANY_KEYS) Message: Too many keys specified: The maximum number of keys allowed is %d.
Error: 1070 SQLSTATE: 42000 (ER_TOO_MANY_KEY_PARTS) Message: Too many key parts specified: The maximum key part allowed is %d.
Error: 1071 SQLSTATE: 42000 (ER_TOO_LONG_KEY) Message: The specified key is too long. The maximum key length is %d bytes.
Error: 1072 SQLSTATE: 42000 (ER_KEY_COLUMN_DOES_NOT_EXITS) Message: Key column '%s' does not exist in the table.
Error: 1073 SQLSTATE: 42000 (ER_BLOB_USED_AS_KEY) Message: BLOB column '%s' cannot be used in a key specification with a used table type.
Error: 1074 SQLSTATE: 42000 (ER_TOO_BIG_FIELDLENGTH) Message: The column length is too large (max = %d) for column '%s', please use BLOB or TEXT instead.
Error: 1075 SQLSTATE: 42000 (ER_WRONG_AUTO_KEY) Message: Incorrect table definition, there can only be 1 auto column, and it must be defined as a key.
Error: 1076 SQLSTATE: HY000 (ER_READY) Message: %s, connection ready. Version: '%s', Socket: '%s', Port: %d
Error: 1077 SQLSTATE: HY000 (ER_NORMAL_SHUTDOWN) Message: %s, shutdown gracefully.
Error: 1078 SQLSTATE: HY000 (ER_GOT_SIGNAL) Message: %s, got signal %d. give up!
Error: 1079 SQLSTATE: HY000 (ER_SHUTDOWN_COMPLETE) Message: %s, shutdown completed
Error: 1080 SQLSTATE: 08S01 (ER_FORCING_CLOSE) Message: %s, force shutdown of thread %ld, user: '%s'
Error: 1081 SQLSTATE: 08S01 (ER_IPSOCK_ERROR) Message: Unable to create IP socket
Error: 1082 SQLSTATE: 42S12 (ER_NO_SUCH_INDEX) Message: There is no index similar to the index in CREATE INDEX in table '%s', recreate it surface.
Error: 1083 SQLSTATE: 42000 (ER_WRONG_FIELD_TERMINATORS) Message: Field delimiter parameter is not expected, please refer to the manual.
Error: 1084 SQLSTATE: 42000 (ER_BLOBS_AND_NO_TERMINATED) Message: Fixed row length cannot be used with BLOBs, please use 'fields terminated by'.
Error: 1085 SQLSTATE: HY000 (ER_TEXTFILE_NOT_READABLE) Message: File '%s' must be in the database directory or be readable by everyone.
Error: 1086 SQLSTATE: HY000 (ER_FILE_EXISTS_ERROR) Message: File '%s' already exists.
Error: 1087 SQLSTATE: HY000 (ER_LOAD_INFO) Message: Record, %ld; Deleted, %ld; Skipped, %ld; Warning, %ld
Error: 1088 SQLSTATE: HY000 (ER_ALTER_INFO) Message: Record, %ld; duplicate, %ld
Error: 1089 SQLSTATE: HY000 (ER_WRONG_SUB_KEY) Message: Incorrect subpart key, the key part used is not a string, the length used is longer than the key part, or the storage engine does not support it Unique subkey.
Error: 1090 SQLSTATE: 42000 (ER_CANT_REMOVE_ALL_FIELDS) Message: All columns cannot be dropped with ALTER TABLE, please use DROP TABLE instead.
Error: 1091 SQLSTATE: 42000 (ER_CANT_DROP_FIELD_OR_KEY) Message: Cannot revoke '%s', please check whether the column/key exists.
Error: 1092 SQLSTATE: HY000 (ER_INSERT_INFO) Message: Logging, %ld; Replication, %ld; Alert, %ld
Error: 1093 SQLSTATE: HY000 (ER_UPDATE_TABLE_USED) Message: Cannot specify requirements in FROM clause Update target table '%s'.
Error: 1094 SQLSTATE: HY000 (ER_NO_SUCH_THREAD) Message: Unknown thread ID: %lu
Error: 1095 SQLSTATE: HY000 (ER_KILL_DENIED_ERROR) Message: You are not the owner of thread %lu.
Error: 1096 SQLSTATE: HY000 (ER_NO_TABLES_USED) Message: No tables are used.
Error: 1097 SQLSTATE: HY000 (ER_TOO_BIG_SET) Message: Too many strings for column %s and SET.
Error: 1098 SQLSTATE: HY000 (ER_NO_UNIQUE_LOGFILE) Message: Unable to generate unique log file name %s.(1-999)
Error: 1099 SQLSTATE: HY000 (ER_TABLE_NOT_LOCKED_FOR_WRITE) Message: Table '%s' is used READ is locked and cannot be updated.
Error: 1100 SQLSTATE: HY000 (ER_TABLE_NOT_LOCKED) Message: Table '%s' is not locked using LOCK TABLES.
Error: 1101 SQLSTATE: 42000 (ER_BLOB_CANT_HAVE_DEFAULT) Message: BLOB/TEXT column '%s' cannot have a default value.
Error: 1102 SQLSTATE: 42000 (ER_WRONG_DB_NAME) Message: Incorrect database name '%s'.
Error: 1103 SQLSTATE: 42000 (ER_WRONG_TABLE_NAME) Message: Incorrect table name '%s'.
Error: 1104 SQLSTATE: 42000 (ER_TOO_BIG_SELECT) Message: SELECT will check for rows larger than MAX_JOIN_SIZE, if SELECT is OK, check WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=#.
Error: 1105 SQLSTATE: HY000 (ER_UNKNOWN_ERROR) Message: Unknown error.
Error: 1106 SQLSTATE: 42000 (ER_UNKNOWN_PROCEDURE) Message: Unknown procedure '%s'
Error: 1107 SQLSTATE: 42000 (ER_WRONG_PARAMCOUNT_TO_PROCEDURE) Message: Incorrect parameter count for procedure '%s'
Error: 1108 SQLSTATE: HY000 (ER_WRONG_PARAMETERS_TO_PROCEDURE) Message: Incorrect parameters for procedure '%s'
Error: 1109 SQLSTATE: 42S02 (ER_UNKNOWN_TABLE) Message: Unknown table %s in %s
Error: 1110 SQLSTATE: 42000 (ER_FIELD_SPECIFIED_TWICE) Message: Column '%s' was specified twice.
Error: 1111 SQLSTATE: HY000 (ER_INVALID_GROUP_FUNC_USE) Message: Invalid group function use
Error: 1112 SQLSTATE: 42000 (ER_UNSUPPORTED_EXTENSION) Message: Table '%s' uses an extension that does not exist in this version of MySQL.
Error: 1113 SQLSTATE: 42000 (ER_TABLE_MUST_HAVE_COLUMNS) Message: A table must have at least 1 column.
Error: 1114 SQLSTATE: HY000 (ER_RECORD_FILE_FULL) Message: Table '%s' is full.
Error: 1115 SQLSTATE: 42000 (ER_UNKNOWN_CHARACTER_SET) Message: Unknown character set '%s'.
Error: 1116 SQLSTATE: HY000 (ER_TOO_MANY_TABLES) Message: Too many tables, MySQL can only use %d tables in 1 join operation.
Error: 1117 SQLSTATE: HY000 (ER_TOO_MANY_FIELDS) Message: Too many columns.
Error: 1118 SQLSTATE: 42000 (ER_TOO_BIG_ROWSIZE) Message: Row size is too large. For the table type used, excluding BLOBs, the maximum row size is %ld. Some columns must be changed to TEXT or BLOB.
Error: 1119 SQLSTATE: HY000 (ER_STACK_OVERRUN) Message: Thread stack overflow, %ld of %ld stack used. If needed, use 'mysqld -O thread_stack=#' to specify a larger stack.
Error: 1120 SQLSTATE: 42000 (ER_WRONG_OUTER_JOIN) Message: Cross-relation found in OUTER JOIN, please check the ON condition.
Error: 1121 SQLSTATE: 42000 (ER_NULL_COLUMN_IN_INDEX) Message: Column '%s' is used with UNIQUE or INDEX but is not defined as NOT NULL.
Error: 1122 SQLSTATE: HY000 (ER_CANT_FIND_UDF) Message: Unable to load function '%s'.
Error: 1123 SQLSTATE: HY000 (ER_CANT_INITIALIZE_UDF) Message: Unable to initialize function '%s'; %s
Error: 1124 SQLSTATE: HY000 (ER_UDF_NO_PATHS) Message: No paths are allowed for shared libraries.
Error: 1125 SQLSTATE: HY000 (ER_UDF_EXISTS) Message: Function '%s' already exists.
Error: 1126 SQLSTATE: HY000 (ER_CANT_OPEN_LIBRARY) Message: Cannot open shared library '%s' (errno: %d %s)
Error: 1127 SQLSTATE: HY000 (ER_CANT_FIND_DL_ENTRY) Message: Cannot find symbol in library '%s'.
Error: 1128 SQLSTATE: HY000 (ER_FUNCTION_NOT_DEFINED) Message: Function '%s' is not defined.
Error: 1129 SQLSTATE: HY000 (ER_HOST_IS_BLOCKED) Message: Host '%s' is blocked due to many connection errors, please use 'mysqladmin flush-hosts' to unblock it.
Error: 1130 SQLSTATE: HY000 (ER_HOST_NOT_PRIVILEGED) Message: Host '%s' is not allowed to connect to this MySQL server.
Error: 1131 SQLSTATE: 42000 (ER_PASSWORD_ANONYMOUS_USER) Message: You are using MySQL as an anonymous user and anonymous users are not allowed to change their passwords.
Error: 1132 SQLSTATE: 42000 (ER_PASSWORD_NOT_ALLOWED) Message: You must have update permissions on tables in the mysql database to change passwords.
Error: 1133 SQLSTATE: 42000 (ER_PASSWORD_NO_MATCH) Message: Unable to find matching row in user table.
Error: 1134 SQLSTATE: HY000 (ER_UPDATE_INFO) Message: Row matched, %ld; changed, %ld; warning, %ld
Error: 1135 SQLSTATE: HY000 (ER_CANT_CREATE_THREAD) Message: Unable to create new thread (errno %d), if a memory overflow does not occur, see the manual for possible operating system-related defects.
Error: 1136 SQLSTATE: 21S01 (ER_WRONG_VALUE_COUNT_ON_ROW) Message: Column count does not match value count on row %ld.
Error: 1137 SQLSTATE: HY000 (ER_CANT_REOPEN_TABLE) Message: Table '%s' cannot be opened again.
Error: 1138 SQLSTATE: 22004 (ER_INVALID_USE_OF_NULL) Message: Invalid use of NULL value.
Error: 1139 SQLSTATE: 42000 (ER_REGEXP_ERROR) Message: Got error '%s' from regexp.
Error: 1140 SQLSTATE: 42000 (ER_MIX_OF_GROUP_FUNC_AND_FIELDS) Message: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with non-GROUP columns is illegal without a GROUP BY clause.
Error: 1141 SQLSTATE: 42000 (ER_NONEXISTING_GRANT) Message: No such grant is defined for user '%s' on host '%s'.
Error: 1142 SQLSTATE: 42000 (ER_TABLEACCESS_DENIED_ERROR) Message: The %s command on table '%s' is denied for user '%s'@'%s'.
Error: 1143 SQLSTATE: 42000 (ER_COLUMNACCESS_DENIED_ERROR) Message: The %s command on '%s' of table '%s' is denied for user '%s'@'%s'.
Error: 1144 SQLSTATE: 42000 (ER_ILLEGAL_GRANT_FOR_TABLE) Message: Illegal GRANT/REVOKE command, see the manual to learn which permissions can be used.
Error: 1145 SQLSTATE: 42000 (ER_GRANT_WRONG_HOST_OR_USER) Message: The host or user parameter for GRANT is too long.
Error: 1146 SQLSTATE: 42S02 (ER_NO_SUCH_TABLE) Message: Table '%s.%s' does not exist.
Error: 1147 SQLSTATE: 42000 (ER_NONEXISTING_TABLE_GRANT) Message: There is no such grant defined on table '%s' for user '%s' on host '%s'.
Error: 1148 SQLSTATE: 42000 (ER_NOT_ALLOWED_COMMAND) Message: The command used is not allowed in this version of MySQL.
Error: 1149 SQLSTATE: 42000 (ER_SYNTAX_ERROR) Message: A SQL syntax error has occurred. Please refer to the manual corresponding to your version of MySQL for the correct syntax.
Error: 1150 SQLSTATE: HY000 (ER_DELAYED_CANT_CHANGE_LOCK) Message: The delayed insert thread could not obtain the requested lock for table %s.
Error: 1151 SQLSTATE: HY000 (ER_TOO_MANY_DELAYED_THREADS) Message: Too many deferred threads are being used.
Error: 1152 SQLSTATE: 08S01 (ER_ABORTING_CONNECTION) Message: Connection %ld to database '%s' and user '%s' failed (%s)
Error: 1153 SQLSTATE: 08S01 (ER_NET_PACKET_TOO_LARGE) Message: Obtained Packet is larger than 'max_allowed_packet' bytes.
Error: 1154 SQLSTATE: 08S01 (ER_NET_READ_ERROR_FROM_PIPE) Message: Got read error from connection pipe.
Error: 1155 SQLSTATE: 08S01 (ER_NET_FCNTL_ERROR) Message: Got error from fcntl().
Error: 1156 SQLSTATE: 08S01 (ER_NET_PACKETS_OUT_OF_ORDER) Message: Obtained packets out of order.
Error: 1157 SQLSTATE: 08S01 (ER_NET_UNCOMPRESS_ERROR) Message: Unable to decompress communication packet.
Error: 1158 SQLSTATE: 08S01 (ER_NET_READ_ERROR) Message: An error occurred while reading the communication packet.
Error: 1159 SQLSTATE: 08S01 (ER_NET_READ_INTERRUPTED) Message: A timeout occurred while reading the communication packet.
Error: 1160 SQLSTATE: 08S01 (ER_NET_ERROR_ON_WRITE) Message: An error occurred while writing the communication packet.
Error: 1161 SQLSTATE: 08S01 (ER_NET_WRITE_INTERRUPTED) Message: A timeout occurred while writing the communication packet.
Error: 1162 SQLSTATE: 42000 (ER_TOO_LONG_STRING) Message: The resulting string is longer than 'max_allowed_packet' bytes.
Error: 1163 SQLSTATE: 42000 (ER_TABLE_CANT_HANDLE_BLOB) Message: The table type used does not support BLOB/TEXT columns.
Error: 1164 SQLSTATE: 42000 (ER_TABLE_CANT_HANDLE_AUTO_INCREMENT) Message: The table type used does not support AUTO_INCREMENT columns.
Error: 1165 SQLSTATE: HY000 (ER_DELAYED_INSERT_TABLE_LOCKED) Message: INSERT DELAYED cannot be used with table '%s' because the table is locked with LOCK TABLES.
Error: 1166 SQLSTATE: 42000 (ER_WRONG_COLUMN_NAME) Message: Incorrect column name '%s'.
Error: 1167 SQLSTATE: 42000 (ER_WRONG_KEY_COLUMN) Message: The storage engine being used cannot index column '%s'.
Error: 1168 SQLSTATE: HY000 (ER_WRONG_MRG_TABLE) Message: All tables in the MERGE table are not equally defined.
Error: 1169 SQLSTATE: 23000 (ER_DUP_UNIQUE) Message: Cannot write to table '%s' due to uniqueness constraints.
Error: 1170 SQLSTATE: 42000 (ER_BLOB_KEY_WITHOUT_LENGTH) Message: BLOB/TEXT column '%s' was used in a key specification without specifying a key length.
Error: 1171 SQLSTATE: 42000 (ER_PRIMARY_CANT_HAVE_NULL) Message: All parts of the PRIMARY KEY must be NOT NULL. If a NULL key is required, use UNIQUE instead.
Error: 1172 SQLSTATE: 42000 (ER_TOO_MANY_ROWS) Message: The result consists of more than 1 row.
Error: 1173 SQLSTATE: 42000 (ER_REQUIRES_PRIMARY_KEY) Message: This table type requires a primary key.
Error: 1174 SQLSTATE: HY000 (ER_NO_RAID_COMPILED) Message: This version of MySQL was compiled without RAID support.
Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE) Message: You are using safe update mode and are trying to update a table that uses the KEY column without using WHERE.
Error: 1176 SQLSTATE: HY000 (ER_KEY_DOES_NOT_EXITS) Message: Key '%s' does not exist in table '%s'.
Error: 1177 SQLSTATE: 42000 (ER_CHECK_NO_SUCH_TABLE) Message: Unable to open table.
Error: 1178 SQLSTATE: 42000 (ER_CHECK_NOT_IMPLEMENTED) Message: The engine used for the table does not support %s.
Error: 1179 SQLSTATE: 25000 (ER_CANT_DO_THIS_DURING_AN_TRANSACTION) Message: The command is not allowed within a transaction.
Error: 1180 SQLSTATE: HY000 (ER_ERROR_DURING_COMMIT) Message: Error %d occurred during COMMIT.
Error: 1181 SQLSTATE: HY000 (ER_ERROR_DURING_ROLLBACK) Message: Error %d occurred during ROLLBACK.
Error: 1182 SQLSTATE: HY000 (ER_ERROR_DURING_FLUSH_LOGS) Message: Error %d occurred during FLUSH_LOGS.
Error: 1183 SQLSTATE: HY000 (ER_ERROR_DURING_CHECKPOINT) Message: Error %d occurred during CHECKPOINT.
Error: 1184 SQLSTATE: 08S01 (ER_NEW_ABORTING_CONNECTION) Message: Connection %ld to database '%s', user '%s' and host '%s' failed (%s).
Error: 1185 SQLSTATE: HY000 (ER_DUMP_NOT_IMPLEMENTED) Message: The storage engine for the table does not support binary table dumps.
Error: 1186 SQLSTATE: HY000 (ER_FLUSH_MASTER_BINLOG_CLOSED) Message: Binlog has been closed, cannot RESET MASTER.
Error: 1187 SQLSTATE: HY000 (ER_INDEX_REBUILD) Message: Recreation of index on dump table '%s' failed.
Error: 1188 SQLSTATE: HY000 (ER_MASTER) Message: Error from master connection '%s'.
Error: 1189 SQLSTATE: 08S01 (ER_MASTER_NET_READ) Message: A network error occurred while reading the master connection.
Error: 1190 SQLSTATE: 08S01 (ER_MASTER_NET_WRITE) Message: A network error occurred while writing to the master connection.
Error: 1191 SQLSTATE: HY000 (ER_FT_MATCHING_KEY_NOT_FOUND) Message: Unable to find a FULLTEXT index matching the column list.
Error: 1192 SQLSTATE: HY000 (ER_LOCK_OR_ACTIVE_TRANSACTION) Message: The given command cannot be executed because there is an active lock table or an active transaction.
Error: 1193 SQLSTATE: HY000 (ER_UNKNOWN_SYSTEM_VARIABLE) Message: Unknown system variable '%s'.
Error: 1194 SQLSTATE: HY000 (ER_CRASHED_ON_USAGE) Message: Table '%s' is marked as crashed and should be repaired.
Error: 1195 SQLSTATE: HY000 (ER_CRASHED_ON_REPAIR) Message: Table '%s' is marked as crashed and the last repair failed (automatic?)
Error: 1196 SQLSTATE: HY000 (ER_WARNING_NOT_COMPLETE_ROLLBACK) Message: Cannot rollback Certain non-transactional changed tables.
Error: 1197 SQLSTATE: HY000 (ER_TRANS_CACHE_FULL) Message: Multi-statement transaction requires more 'max_binlog_cache_size' storage bytes, increase the mysqld variable and try again.
Error: 1198 SQLSTATE: HY000 (ER_SLAVE_MUST_STOP) Message: This operation cannot be performed while running a slave instance, please run STOP SLAVE first.
Error: 1199 SQLSTATE: HY000 (ER_SLAVE_NOT_RUNNING) Message: This operation requires a running slave instance, please configure SLAVE and execute START SLAVE.
Error: 1200 SQLSTATE: HY000 (ER_BAD_SLAVE) Message: The server is not configured as a slave server, please correct the config file, or use CHANGE MASTER TO.
Error: 1201 SQLSTATE: HY000 (ER_MASTER_INFO) Message: Unable to initialize master information structure, more error messages can be found in the MySQL error log.
Error: 1202 SQLSTATE: HY000 (ER_SLAVE_THREAD) Message: Unable to create slave thread, please check system resources.
Error: 1203 SQLSTATE: 42000 (ER_TOO_MANY_USER_CONNECTIONS) Message: User %s has more than 'max_user_connections' active connections.
Error: 1204 SQLSTATE: HY000 (ER_SET_CONSTANTS_ONLY) Message: Constant expressions should probably only be used with SET.
Error: 1205 SQLSTATE: HY000 (ER_LOCK_WAIT_TIMEOUT) Message: Lock wait timeout exceeded, please try restarting the transaction.
Error: 1206 SQLSTATE: HY000 (ER_LOCK_TABLE_FULL) Message: The total number of locks exceeds the size of the locked table.
Error: 1207 SQLSTATE: 25000 (ER_READ_ONLY_TRANSACTION) Message: Unable to obtain update lock during READ UNCOMMITTED transaction.
Error: 1208 SQLSTATE: HY000 (ER_DROP_DB_WITH_READ_LOCK) Message: DROP DATABASE is not allowed while the thread holds a global read lock.
Error: 1209 SQLSTATE: HY000 (ER_CREATE_DB_WITH_READ_LOCK) Message: CREATE DATABASE is not allowed while the thread holds a global read lock.
Error: 1210 SQLSTATE: HY000 (ER_WRONG_ARGUMENTS) Message: The arguments supplied for %s are incorrect.
Error: 1211 SQLSTATE: 42000 (ER_NO_PERMISSION_TO_CREATE_USER) Message: '%s'@'%s' is not allowed to create a new user.
Error: 1212 SQLSTATE: HY000 (ER_UNION_TABLES_IN_DIFFERENT_DIR) Message: Incorrect table definition, all MERGE tables must be located in the same database.
Error: 1213 SQLSTATE: 40001 (ER_LOCK_DEADLOCK) Message: A deadlock was found while trying to acquire the lock, please try restarting the transaction.
Error: 1214 SQLSTATE: HY000 (ER_TABLE_CANT_HANDLE_FT) Message: The table type used does not support FULLTEXT indexes.
Error: 1215 SQLSTATE: HY000 (ER_CANNOT_ADD_FOREIGN) Message: Unable to add foreign key constraint.
Error: 1216 SQLSTATE: 23000 (ER_NO_REFERENCED_ROW) Message: Unable to add or update child row, foreign key constraint failed.
Error: 1217 SQLSTATE: 23000 (ER_ROW_IS_REFERENCED) Message: Unable to delete or update parent row, foreign key constraint failed.
Error: 1218 SQLSTATE: 08S01 (ER_CONNECT_TO_MASTER) Message: Error connecting to master server %s.
Error: 1219 SQLSTATE: HY000 (ER_QUERY_ON_MASTER) Message: An error occurred while executing query on master server %s.
Error: 1220 SQLSTATE: HY000 (ER_ERROR_WHEN_EXECUTING_COMMAND) Message: An error occurred while executing command %s: %s.
Error: 1221 SQLSTATE: HY000 (ER_WRONG_USAGE) Message: Incorrect usage of %s and %s.
Error: 1222 SQLSTATE: 21000 (ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT) Message: The SELECT statements used had a different number of columns.
Error: 1223 SQLSTATE: HY000 (ER_CANT_UPDATE_WITH_READLOCK) Message: The query cannot be executed because of a conflicting read lock.
Error: 1224 SQLSTATE: HY000 (ER_MIXING_NOT_ALLOWED) Message: Mixing transactional and non-transactional tables is prohibited.
Error: 1225 SQLSTATE: HY000 (ER_DUP_ARGUMENT) Message: Option '%s' was used twice in statement.
Error: 1226 SQLSTATE: 42000 (ER_USER_LIMIT_REACHED) Message: User '%s' exceeded '%s' resource (current value: %ld).
Error: 1227 SQLSTATE: 42000 (ER_SPECIFIC_ACCESS_DENIED_ERROR) Message: Access denied, %s permission is required to perform this operation.
Error: 1228 SQLSTATE: HY000 (ER_LOCAL_VARIABLE) Message: Variable '%s' is a SESSION variable and cannot be used with SET GLOBAL.
Error: 1229 SQLSTATE: HY000 (ER_GLOBAL_VARIABLE) Message: Variable '%s' is a GLOBAL variable and should be set using SET GLOBAL.
Error: 1230 SQLSTATE: 42000 (ER_NO_DEFAULT) Message: Variable '%s' has no default value.
Error: 1231 SQLSTATE: 42000 (ER_WRONG_VALUE_FOR_VAR) Message: Variable '%s' cannot be set to value '%s'.
Error: 1232 SQLSTATE: 42000 (ER_WRONG_TYPE_FOR_VAR) Message: The argument type for variable '%s' is incorrect.
Error: 1233 SQLSTATE: HY000 (ER_VAR_CANT_BE_READ) Message: Variable '%s' can only be set, not read.
Error: 1234 SQLSTATE: 42000 (ER_CANT_USE_OPTION_HERE) Message: Incorrect usage/location of '%s'.
Error: 1235 SQLSTATE: 42000 (ER_NOT_SUPPORTED_YET) Message: '%s' is not supported yet by this version of MySQL.
Error: 1236 SQLSTATE: HY000 (ER_MASTER_FATAL_ERROR_READING_BINLOG) Message: While reading data from the binary log, got fatal error %d: '%s' from the master server.
Error: 1237 SQLSTATE: HY000 (ER_SLAVE_IGNORED_TABLE) Message: Query ignored from SQL thread due to "replicate-*-table" rules. .
Error: 1238 SQLSTATE: HY000 (ER_INCORRECT_GLOBAL_LOCAL_VAR) Message: Variable '%s' is a %s variable.
Error: 1239 SQLSTATE: 42000 (ER_WRONG_FK_DEF) Message: The foreign key definition is incorrect for '%s': %s.
Error: 1240 SQLSTATE: HY000 (ER_KEY_REF_DO_NOT_MATCH_TABLE_REF) Message: Key reference and table reference do not match.
Error: 1241 SQLSTATE: 21000 (ER_OPERAND_COLUMNS) Message: Operand should contain column %d.
Error: 1242 SQLSTATE: 21000 (ER_SUBQUERY_NO_1_ROW) Message: Subquery returned more than 1 row.
Error: 1243 SQLSTATE: HY000 (ER_UNKNOWN_STMT_HANDLER) Message: Unknown prepared statement handle assigned to %s.
Error: 1244 SQLSTATE: HY000 (ER_CORRUPT_HELP_DB) Message: The help database crashed or does not exist.
Error: 1245 SQLSTATE: HY000 (ER_CYCLIC_REFERENCE) Message: Circular reference to subquery.
Error: 1246 SQLSTATE: HY000 (ER_AUTO_CONVERT) Message: Converting column '%s' from %s to %s.
Error: 1247 SQLSTATE: 42S22 (ER_ILLEGAL_REFERENCE) Message: Reference '%s' is not supported (%s).
Error: 1248 SQLSTATE: 42000 (ER_DERIVED_MUST_HAVE_ALIAS) Message: All export tables must have their own aliases.
Error: 1249 SQLSTATE: 01000 (ER_SELECT_REDUCED) Message: Selection %u was simplified during optimization.
Error: 1250 SQLSTATE: 42000 (ER_TABLENAME_NOT_ALLOWED_HERE) Message: Table '%s' from a SELECT cannot be used in %s.
Error: 1251 SQLSTATE: 08004 (ER_NOT_SUPPORTED_AUTH_MODE) Message: The client does not support the authentication protocol requested by the server, please consider upgrading the MySQL client.
Error: 1252 SQLSTATE: 42000 (ER_SPATIAL_CANT_HAVE_NULL) Message: All parts of the SPATIAL index must be NOT NULL.
Error: 1253 SQLSTATE: 42000 (ER_COLLATION_CHARSET_MISMATCH) Message: Invalid COLLATION '%s' for CHARACTER SET '%s'.
Error: 1254 SQLSTATE: HY000 (ER_SLAVE_WAS_RUNNING) Message: The slave server is running.
Error: 1255 SQLSTATE: HY000 (ER_SLAVE_WAS_NOT_RUNNING) Message: The slave has stopped.
Error: 1256 SQLSTATE: HY000 (ER_TOO_BIG_FOR_UNCOMPRESS) Message: The decompressed data is too large, the maximum size is %d (it is also possible that the length of the decompressed data is corrupted).
Error: 1257 SQLSTATE: HY000 (ER_ZLIB_Z_MEM_ERROR) Message: ZLIB, not enough memory.
Error: 1258 SQLSTATE: HY000 (ER_ZLIB_Z_BUF_ERROR) Message: ZLIB, not enough space in the output buffer (possibly, the length of the decompressed data is corrupted).
Error: 1259 SQLSTATE: HY000 (ER_ZLIB_Z_DATA_ERROR) Message: ZLIB, input data is corrupted.
Error: 1260 SQLSTATE: HY000 (ER_CUT_VALUE_GROUP_CONCAT) Message: Row %d was truncated by GROUP_CONCAT().
Error: 1261 SQLSTATE: 01000 (ER_WARN_TOO_FEW_RECORDS) Message: Row %ld does not contain data for all columns.
Error: 1262 SQLSTATE: 01000 (ER_WARN_TOO_MANY_RECORDS) Message: Row %ld was deshortened and contained more data than was in the input column.
Error: 1263 SQLSTATE: 22004 (ER_WARN_NULL_TO_NOTNULL) Message: Column was set to default, NULL was supplied to NOT NULL column at row %ld.
Error: 1264 SQLSTATE: 22003 (ER_WARN_DATA_OUT_OF_RANGE) Message: Adjusting out-of-range value for column '%s' on row %ld.
Error: 1265 SQLSTATE: 01000 (WARN_DATA_TRUNCATED) Message: Data truncated for column '%s' on row %ld.
Error: 1266 SQLSTATE: HY000 (ER_WARN_USING_OTHER_HANDLER) Message: Using storage engine %s for table %s.
Error: 1267 SQLSTATE: HY000 (ER_CANT_AGGREGATE_2COLLATIONS) Message: Illegal mixing of collations (%s,%s) and (%s,%s) for operation '%s'.
Error: 1268 SQLSTATE: HY000 (ER_DROP_USER) Message: Unable to revoke 1 or more requested users.
Error: 1269 SQLSTATE: HY000 (ER_REVOKE_GRANTS) Message: Unable to revoke all permissions granted to 1 or more requested users.
Error: 1270 SQLSTATE: HY000 (ER_CANT_AGGREGATE_3COLLATIONS) Message: Illegal mixing of collations (%s,%s), (%s,%s) and (%s,%s) for operation '%s'.
Error: 1271 SQLSTATE: HY000 (ER_CANT_AGGREGATE_NCOLLATIONS) Message: Illegal collations mixed for operation '%s'.
Error: 1272 SQLSTATE: HY000 (ER_VARIABLE_IS_NOT_STRUCT) Message: Variable '%s' is not a variable component (cannot be used as XXXX.variable_name).
Error: 1273 SQLSTATE: HY000 (ER_UNKNOWN_COLLATION) Message: Unknown collation '%s'.
Error: 1274 SQLSTATE: HY000 (ER_SLAVE_IGNORED_SSL_PARAMS) Message: Because this MySQL slave server was compiled without SSL support, the SSL parameters in the CHANGE MASTER are ignored. Subsequently, if an SSL-capable MySQL is started, These parameters are available.
Error: 1275 SQLSTATE: HY000 (ER_SERVER_IS_IN_SECURE_AUTH_MODE) Message: The server is running in '--secure-auth' mode, but '%s'@'%s' has a password in an old format, please change the password Change to new format.
Error: 1276 SQLSTATE: HY000 (ER_WARN_FIELD_RESOLVED) Message: The field or reference '%s%s%s%s%s' of SELECT #%d was determined in SELECT #%d.
Error: 1277 SQLSTATE: HY000 (ER_BAD_SLAVE_UNTIL_COND) Message: Incorrect parameter or combination of parameters for START SLAVE UNTIL.
Error: 1278 SQLSTATE: HY000 (ER_MISSING_SKIP_SLAVE) Message: When performing step-by-step replication with START SLAVE UNTIL, it is recommended to use "--skip-slave-start", otherwise, if an unexpected restart of the slave server mysqld occurs, the interval problem appear.
Error: 1279 SQLSTATE: HY000 (ER_UNTIL_COND_IGNORED) Message: The SQL thread was not started, so the UNTIL option was ignored.
Error: 1280 SQLSTATE: 42000 (ER_WRONG_NAME_FOR_INDEX) Message: Incorrect index name '%s'.
Error: 1281 SQLSTATE: 42000 (ER_WRONG_NAME_FOR_CATALOG) Message: Incorrect catalog name '%s'.
Error: 1282 SQLSTATE: HY000 (ER_WARN_QC_RESIZE) Message: Query cache failed while setting size %lu, new query cache size is %lu.
Error: 1283 SQLSTATE: HY000 (ER_BAD_FT_COLUMN) Message: Column '%s' cannot be part of a FULLTEXT index.
Error: 1284 SQLSTATE: HY000 (ER_UNKNOWN_KEY_CACHE) Message: Unknown key cache '%s'.
Error: 1285 SQLSTATE: HY000 (ER_WARN_HOSTNAME_WONT_WORK) Message: MySQL was started in "--skip-name-resolve" mode and must be restarted without this switch for this authorization to work.
Error: 1286 SQLSTATE: 42000 (ER_UNKNOWN_STORAGE_ENGINE) Message: Unknown table engine '%s'.
Error: 1287 SQLSTATE: HY000 (ER_WARN_DEPRECATED_SYNTAX) Message: '%s' is obsolete, please use '%s' instead.
Error: 1288 SQLSTATE: HY000 (ER_NON_UPDATABLE_TABLE) Message: The target table %s of %s is not updatable.
Error: 1289 SQLSTATE: HY000 (ER_FEATURE_DISABLED) Message: The '%s' feature is disabled. To make it work, MySQL needs to be created with '%s'.
Error: 1290 SQLSTATE: HY000 (ER_OPTION_PREVENTS_STATEMENT) Message: MySQL is running with the %s option, so the statement cannot be executed.
Error: 1291 SQLSTATE: HY000 (ER_DUPLICATED_VALUE_IN_TYPE) Message: Column '%s' has duplicate value '%s' in %s.
Error: 1292 SQLSTATE: 22007 (ER_TRUNCATED_WRONG_VALUE) Message: Incorrect %s value truncated: '%s'
Error: 1293 SQLSTATE: HY000 (ER_TOO_MUCH_AUTO_TIMESTAMP_COLS) Message: Incorrect table definition in DEFAULT Or in the ON UPDATE clause, for CURRENT_TIMESTAMP, there can only be one TIMESTAMP column.
Error: 1294 SQLSTATE: HY000 (ER_INVALID_ON_UPDATE) Message: The ON UPDATE clause is invalid for column '%s'.
Error: 1295 SQLSTATE: HY000 (ER_UNSUPPORTED_PS) Message: This command is not yet supported in the prepared statement protocol.
Error: 1296 SQLSTATE: HY000 (ER_GET_ERRMSG) Message: Got error %d '%s' from %s.
Error: 1297 SQLSTATE: HY000 (ER_GET_TEMPORARY_ERRMSG) Message: Got temporary error %d '%s' from %s.
Error: 1298 SQLSTATE: HY000 (ER_UNKNOWN_TIME_ZONE) Message: Unknown or incorrect time zone: '%s'
Error: 1299 SQLSTATE: HY000 (ER_WARN_INVALID_TIMESTAMP) Message: In column '%s' at row %ld There is an invalid TIMESTAMP value.
Error: 1300 SQLSTATE: HY000 (ER_INVALID_CHARACTER_STRING) Message: Invalid %s string: '%s'
Error: 1301 SQLSTATE: HY000 (ER_WARN_ALLOWED_PACKET_OVERFLOWED) Message: The result of %s() is greater than max_allowed_packet (%ld ), truncated
Error: 1302 SQLSTATE: HY000 (ER_CONFLICTING_DECLARATIONS) Message: Conflicting declarations: '%s%s' and '%s%s'
Error: 1303 SQLSTATE: 2F003 (ER_SP_NO_RECURSIVE_CREATE) Message: Cannot Create %s from another stored subroutine.
Error: 1304 SQLSTATE: 42000 (ER_SP_ALREADY_EXISTS) Message: %s %s already exists.
Error: 1305 SQLSTATE: 42000 (ER_SP_DOES_NOT_EXIST) Message: %s %s does not exist.
Error: 1306 SQLSTATE: HY000 (ER_SP_DROP_FAILED) Message: DROP %s %s failed
Error: 1307 SQLSTATE: HY000 (ER_SP_STORE_FAILED) Message: CREATE %s %s failed.
Error: 1308 SQLSTATE: 42000 (ER_SP_LILABEL_MISMATCH) Message: %s has no matching label: %s
Error: 1309 SQLSTATE: 42000 (ER_SP_LABEL_REDEFINE) Message: Redefining label %s
Error: 1310 SQLSTATE: 42000 (ER_SP_LABEL_MISMATCH) Message: No match for end label %s
Error: 1311 SQLSTATE: 01000 (ER_SP_UNINIT_VAR) Message: Uninitialized variable %s is being referenced.
Error: 1312 SQLSTATE: 0A000 (ER_SP_BADSELECT) Message: PROCEDURE %s cannot return a result set in the given scenario.
Error: 1313 SQLSTATE: 42000 (ER_SP_BADRETURN) Message: RETURN is only allowed in FUNCTION.
Error: 1314 SQLSTATE: 0A000 (ER_SP_BADSTATEMENT) Message: %s is not allowed in a stored procedure.
Error: 1315 SQLSTATE: 42000 (ER_UPDATE_LOG_DEPRECATED_IGNORED) Message: The update log has been abandoned and replaced with the binary log, SET SQL_LOG_UPDATE ignored.
Error: 1316 SQLSTATE: 42000 (ER_UPDATE_LOG_DEPRECATED_TRANSLATED) Message: The update log has been abandoned and replaced with the binary log, SET SQL_LOG_UPDATE has been truncated to SET SQL_LOG_BIN.
Error: 1317 SQLSTATE: 70100 (ER_QUERY_INTERRUPTED) Message: Query execution was interrupted.
Error: 1318 SQLSTATE: 42000 (ER_SP_WRONG_NO_OF_ARGS) Message: Incorrect number of arguments for %s %s, expected %u but got %u.
Error: 1319 SQLSTATE: 42000 (ER_SP_COND_MISMATCH) Message: Undefined CONDITION: %s
Error: 1320 SQLSTATE: 42000 (ER_SP_NORETURN) Message: RETURN not found in FUNCTION %s.
Error: 1321 SQLSTATE: 2F005 (ER_SP_NORETURNEND) Message: Missing RETURN at end of FUNCTION %s.
Error: 1322 SQLSTATE: 42000 (ER_SP_BAD_CURSOR_QUERY) Message: Cursor statement must be SELECT.
Error: 1323 SQLSTATE: 42000 (ER_SP_BAD_CURSOR_SELECT) Message: Cursor SELECT must not have INTO.
Error: 1324 SQLSTATE: 42000 (ER_SP_CURSOR_MISMATCH) Message: Undefined CURSOR: %s
Error: 1325 SQLSTATE: 24000 (ER_SP_CURSOR_ALREADY_OPEN) Message: Cursor open
Error: 1326 SQLSTATE: 24000 (ER_SP_CURSOR_NOT_OPEN) Message: Cursor not open
Error: 1327 SQLSTATE: 42000 (ER_SP_UNDECLARED_VAR) Message: Undeclared variable: %s
Error: 1328 SQLSTATE: HY000 (ER_SP_WRONG_NO_OF_FETCH_ARGS) Message: Incorrect number of FETCH variables.
Error: 1329 SQLSTATE: 02000 (ER_SP_FETCH_NO_DATA) Message: No data for FETCH.
Error: 1330 SQLSTATE: 42000 (ER_SP_DUP_PARAM) Message: Duplicate parameter: %s
Error: 1331 SQLSTATE: 42000 (ER_SP_DUP_VAR) Message: Duplicate variable: %s Error: 1332 SQLSTATE: 42000 (ER_SP_DUP_COND) Message: Duplicate Condition: %s
Error: 1333 SQLSTATE: 42000 (ER_SP_DUP_CURS) Message: Duplicate cursor: %s
Error: 1334 SQLSTATE: HY000 (ER_SP_CANT_ALTER) Message: ALTER %s %s failed.
Error: 1335 SQLSTATE: 0A000 (ER_SP_SUBSELECT_NYI) Message: Subselect values ​​are not supported.
Error: 1336 SQLSTATE: 0A000 (ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG) Message: %s is not allowed in a stored function or trigger.
Error: 1337 SQLSTATE: 42000 (ER_SP_VARCOND_AFTER_CURSHNDLR) Message: Cursor or handle declaration following variable or condition declaration.
Error: 1338 SQLSTATE: 42000 (ER_SP_CURSOR_AFTER_HANDLER) Message: Cursor declaration following handle declaration.
Error: 1339 SQLSTATE: 20000 (ER_SP_CASE_NOT_FOUND) Message: Case not found for CASE statement.
Error: 1340 SQLSTATE: HY000 (ER_FPARSER_TOO_BIG_FILE) Message: Configuration file '%s' is too large.
Error: 1341 SQLSTATE: HY000 (ER_FPARSER_BAD_HEADER) Message: A mutilated file type header exists in file '%s'.
Error: 1342 SQLSTATE: HY000 (ER_FPARSER_EOF_IN_COMMENT) Message: Unexpected end of file while parsing '%s'.
Error: 1343 SQLSTATE: HY000 (ER_FPARSER_ERROR_IN_PARAMETER) Message: Error parsing parameter '%s' (line: '%s').
Error: 1344 SQLSTATE: HY000 (ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER) Message: Unexpected end of file while skipping unknown parameter '%s'.
Error: 1345 SQLSTATE: HY000 (ER_VIEW_NO_EXPLAIN) Message: EXPLAIN/SHOW cannot be issued, lack of permissions on the base table.
Error: 1346 SQLSTATE: HY000 (ER_FRM_UNKNOWN_TYPE) Message: File '%s' has unknown type '%s' in its header.
Error: 1347 SQLSTATE: HY000 (ER_WRONG_OBJECT) Message: '%s.%s' is not %s.
Error: 1348 SQLSTATE: HY000 (ER_NONUPDATEABLE_COLUMN) Message: Column '%s' is not updatable.
Error: 1349 SQLSTATE: HY000 (ER_VIEW_SELECT_DERIVED) Message: View's SELECT contains a subquery in the FROM clause.
Error: 1350 SQLSTATE: HY000 (ER_VIEW_SELECT_CLAUSE) Message: View's SELECT contains '%s' clause.
Error: 1351 SQLSTATE: HY000 (ER_VIEW_SELECT_VARIABLE) Message: View's SELECT contains 1 variable or parameter.
Error: 1352 SQLSTATE: HY000 (ER_VIEW_SELECT_TMPTABLE) Message: View's SELECT references temporary table '%s'.
Error: 1353 SQLSTATE: HY000 (ER_VIEW_WRONG_LIST) Message: View's SELECT and view's field list have different column counts.
Error: 1354 SQLSTATE: HY000 (ER_WARN_VIEW_MERGE) Message: At this time, the view merge algorithm cannot be used here (assuming the algorithm is not defined).
Error: 1355 SQLSTATE: HY000 (ER_WARN_VIEW_WITHOUT_KEY) Message: The view being updated does not have a complete key for its base table.
Error: 1356 SQLSTATE: HY000 (ER_VIEW_INVALID) Message: View '%s.%s' references an invalid table, column, or function, or the view's definer/caller lacks permission to use them.
Error: 1357 SQLSTATE: HY000 (ER_SP_NO_DROP_SP) Message: %s cannot be undone or altered from another stored subroutine.
Error: 1358 SQLSTATE: HY000 (ER_SP_GOTO_IN_HNDLR) Message: GOTO not allowed in stored subroutine handle.
Error: 1359 SQLSTATE: HY000 (ER_TRG_ALREADY_EXISTS) Message: Trigger already exists.
Error: 1360 SQLSTATE: HY000 (ER_TRG_DOES_NOT_EXIST) Message: Trigger does not exist.
Error: 1361 SQLSTATE: HY000 (ER_TRG_ON_VIEW_OR_TEMP_TABLE) Message: Trigger '%s' is a view or temporary table.
Error: 1362 SQLSTATE: HY000 (ER_TRG_CANT_CHANGE_ROW) Message: In %strigger, update of %s row is not allowed.
Error: 1363 SQLSTATE: HY000 (ER_TRG_NO_SUCH_ROW_IN_TRG) Message: No %s row in %s trigger.
Error: 1364 SQLSTATE: HY000 (ER_NO_DEFAULT_FOR_FIELD) Message: Field '%s' has no default value.
Error: 1365 SQLSTATE: 22012 (ER_pISION_BY_ZERO) Message: Division by 0.
Error: 1366 SQLSTATE: HY000 (ER_TRUNCATED_WRONG_VALUE_FOR_FIELD) Message: Incorrect %s value, '%s', for column '%s' at row %ld.
Error: 1367 SQLSTATE: 22007 (ER_ILLEGAL_VALUE_FOR_TYPE) Message: Illegal %s '%s' value found during parsing.
Error: 1368 SQLSTATE: HY000 (ER_VIEW_NONUPD_CHECK) Message: CHECK OPTION on view '%s.%s' cannot be updated.
Error: 1369 SQLSTATE: HY000 (ER_VIEW_CHECK_FAILED) Message: CHECK OPTION failed, '%s.%s'
Error: 1370 SQLSTATE: 42000 (ER_PROCACCESS_DENIED_ERROR) Message: User denied for subroutine '%s' %s'@'%s' uses the %s command.
Error: 1371 SQLSTATE: HY000 (ER_RELAY_LOG_FAIL) Message: Failed to clear old relay log, %s
Error: 1372 SQLSTATE: HY000 (ER_PASSWD_LENGTH) Message: Password hash should be %d digit hexadecimal number.
Error: 1373 SQLSTATE: HY000 (ER_UNKNOWN_TARGET_BINLOG) Message: Target log not found in binlog index.
Error: 1374 SQLSTATE: HY000 (ER_IO_ERR_LOG_INDEX_READ) Message: An I/O error occurred while reading the log index file.
Error: 1375 SQLSTATE: HY000 (ER_BINLOG_PURGE_PROHIBITED) Message: The server configuration does not allow binlog purging.
Error: 1376 SQLSTATE: HY000 (ER_FSEEK_FAIL) Message: fseek() failed.
Error: 1377 SQLSTATE: HY000 (ER_BINLOG_PURGE_FATAL_ERR) Message: A fatal error occurred during log purge.
Error: 1378 SQLSTATE: HY000 (ER_LOG_IN_USE) Message: A purgeable log is in use and cannot be purged.
Error: 1379 SQLSTATE: HY000 (ER_LOG_PURGE_UNKNOWN_ERR) Message: An unknown error occurred during log purge.
Error: 1380 SQLSTATE: HY000 (ER_RELAY_LOG_INIT) Message: Failed to initialize relay log location, %s
Error: 1381 SQLSTATE: HY000 (ER_NO_BINARY_LOGGING) Message: Binary logging functionality is not used.
Error: 1382 SQLSTATE: HY000 (ER_RESERVED_SYNTAX) Message: The '%s' syntax is reserved for MySQL server internal use.
Error: 1383 SQLSTATE: HY000 (ER_WSAS_FAILED) Message: WSAStartup failed.
Error: 1384 SQLSTATE: HY000 (ER_DIFF_GROUPS_PROC) Message: Procedures cannot yet be processed with different groups.
Error: 1385 SQLSTATE: HY000 (ER_NO_GROUP_FOR_PROC) Message: SELECT must have 1 group for this procedure.
Error: 1386 SQLSTATE: HY000 (ER_ORDER_WITH_PROC) Message: The ORDER clause cannot be used with this procedure.
Error: 1387 SQLSTATE: HY000 (ER_LOGGING_PROHIBIT_CHANGING_OF) Message: Binary logging functionality and replication functionality prohibit changes to global server %s.
Error: 1388 SQLSTATE: HY000 (ER_NO_FILE_MAPPING) Message: Unable to map file: %s, errno: %d
Error: 1389 SQLSTATE: HY000 (ER_WRONG_MAGIC) Message: Error in %s
Error: 1390 SQLSTATE : HY000 (ER_PS_MANY_PARAM) Message: Prepared statement contains too many placeholders.
Error: 1391 SQLSTATE: HY000 (ER_KEY_PART_0) Message: The length of key part '%s' cannot be 0.
Error: 1392 SQLSTATE: HY000 (ER_VIEW_CHECKSUM) Message: View text checksum failed.
Error: 1393 SQLSTATE: HY000 (ER_VIEW_MULTIUPDATE) Message: Cannot alter more than 1 base table through union view '%s.%s'.
Error: 1394 SQLSTATE: HY000 (ER_VIEW_NO_INSERT_FIELD_LIST) Message: Cannot insert into union view '%s.%s' without a field list.
Error: 1395 SQLSTATE: HY000 (ER_VIEW_DELETE_MERGE_VIEW) Message: Cannot delete from union view '%s.%s'.
Error: 1396 SQLSTATE: HY000 (ER_CANNOT_USER) Message: Operation %s failed for %s.
Error: 1397 SQLSTATE: XAE04 (ER_XAER_NOTA) Message: XAER_NOTA: Unknown XID
Error: 1398 SQLSTATE: : XAE07 (ER_XAER_RMFAIL) Message: XAER_RMFAIL: The command cannot be executed while the global transaction is in %s state.
Error: 1400 SQLSTATE: XAE09 (ER_XAER_OUTSIDE) Message: XAER_OUTSIDE: Some work was completed outside the global transaction.
Error: 1401 SQLSTATE: XAE03 (ER_XAER_RMERR) Message: XAER_RMERR: Fatal error occurred in transaction branch, please check data consistency.
Error: 1402 SQLSTATE: XA100 (ER_XA_RBROLLBACK) Message: XA_RBROLLBACK: Transaction branch rolled back.
Error: 1403 SQLSTATE: 42000 (ER_NONEXISTING_PROC_GRANT) Message: No such grant is defined on subroutine '%s' for user '%s' on host '%s'.
Error: 1404 SQLSTATE: HY000 (ER_PROC_AUTO_GRANT_FAIL) Message: EXECUTE and ALTER ROUTINE permissions cannot be granted.
Error: 1405 SQLSTATE: HY000 (ER_PROC_AUTO_REVOKE_FAIL) Message: Unable to revoke all permissions on a subroutine that has been relinquished.
Error: 1406 SQLSTATE: 22001 (ER_DATA_TOO_LONG) Message: Data is too long for column '%s' on row %ld.
Error: 1407 SQLSTATE: 42000 (ER_SP_BAD_SQLSTATE) Message: Bad SQLSTATE: '%s'
Error: 1408 SQLSTATE: HY000 (ER_STARTUP) Message: %s, connection ready; version, '%s'; socket Word, '%s'; Port, %d %s
Error: 1409 SQLSTATE: HY000 (ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR) Message: Cannot load values ​​into variables from a file with fixed-size rows.
Error: 1410 SQLSTATE: 42000 (ER_CANT_CREATE_USER_WITH_GRANT) Message: Creating users with GRANT is not allowed.
Error: 1411 SQLSTATE: HY000 (ER_WRONG_VALUE_FOR_TYPE) Message: Incorrect %s value, '%s', for function %s
Error: 1412 SQLSTATE: HY000 (ER_TABLE_DEF_CHANGED) Message: Table definition changed, please Try the transaction again.
Error: 1413 SQLSTATE: 42000 (ER_SP_DUP_HANDLER) Message: Duplicate handle declared in the same block.
Error: 1414 SQLSTATE: 42000 (ER_SP_NOT_VAR_ARG) Message: The OUT or INOUT parameter of subroutine %s is not a variable.
Error: 1415 SQLSTATE: 0A000 (ER_SP_NO_RETSET) Message: Returning a result set from %s is not allowed.
Error: 1416 SQLSTATE: 22003 (ER_CANT_CREATE_GEOMETRY_OBJECT) Message: Cannot obtain a geometry object from the data sent to the GEOMETRY field.
Error: 1417 SQLSTATE: HY000 (ER_FAILED_ROUTINE_BREAK_BINLOG) Message: 1 subroutine failed, there is no NO SQL or READS SQL DATA in its statement, and the binary log feature is enabled, if a non-transactional table is updated, the binary log will lose its Change information.
Error: 1418 SQLSTATE: HY000 (ER_BINLOG_UNSAFE_ROUTINE) Message: There is no DETERMINISTIC, NO SQL, or READS SQL DATA in this subroutine's declaration, and binary logging is enabled (you may want to use the less secure log_bin_trust_routine_creators variable) .
Error: 1419 SQLSTATE: HY000 (ER_BINLOG_CREATE_ROUTINE_NEED_SUPER) Message: You do not have SUPER permission and binary logging is enabled (you may want to use the less secure log_bin_trust_routine_creators variable).
Error: 1420 SQLSTATE: HY000 (ER_EXEC_STMT_WITH_OPEN_CURSOR) Message: The prepared statement cannot be executed and has an open cursor associated with it. Please reset the statement and execute it again.
Error: 1421 SQLSTATE: HY000 (ER_STMT_HAS_NO_OPEN_CURSOR) Message: Statement (%lu) has no open cursor.
Error: 1422 SQLSTATE: HY000 (ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG) Message: Explicit or implicit commits are not allowed in stored functions or triggers.
Error: 1423 SQLSTATE: HY000 (ER_NO_DEFAULT_FOR_VIEW_FIELD) Message: Fields of view '%s.%s' base table have no default values.
Error: 1424 SQLSTATE: HY000 (ER_SP_NO_RECURSION) Message: Recursive stored subroutines are not allowed.
Error: 1425 SQLSTATE: 42000 (ER_TOO_BIG_SCALE) Message: Too large a scale %d was specified for column '%s'. The maximum is %d.
Error: 1426 SQLSTATE: 42000 (ER_TOO_BIG_PRECISION) Message: Too high a precision %d was specified for column '%s'. The maximum is %d.
Error: 1427 SQLSTATE: 42000 (ER_M_BIGGER_THAN_D) Message: M must >= D (column '%s') for float(M,D), double(M,D), or decimal(M,D).
Error: 1428 SQLSTATE: HY000 (ER_WRONG_LOCK_OF_SYSTEM_TABLE) Message: Cannot combine write lock on system '%s.%s' table with other tables.
Error: 1429 SQLSTATE: HY000 (ER_CONNECT_TO_FOREIGN_DATA_SOURCE) Message: Unable to connect to external data source, database '%s'!
Error: 1430 SQLSTATE: HY000 (ER_QUERY_ON_FOREIGN_DATA_SOURCE) Message: There was a problem processing the query acting on the external data source. Data source error: '%s'
Error: 1431 SQLSTATE: HY000 (ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST) Message: The external data source you are trying to reference does not exist. Data source error: '%s'
Error: 1432 SQLSTATE: HY000 (ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE) Message: Unable to create union table. The data source connection string '%s' is not in the correct format.
Error: 1433 SQLSTATE: HY000 (ER_FOREIGN_DATA_STRING_INVALID) Message: Data source connection string '%s' is not in the correct format.
Error: 1434 SQLSTATE: HY000 (ER_CANT_CREATE_FEDERATED_TABLE) Message: Unable to create federated table. External data source error: '%s'
Error: 1435 SQLSTATE: HY000 (ER_TRG_IN_WRONG_SCHEMA) Message: The trigger is in the wrong schema.
Error: 1436 SQLSTATE: HY000 (ER_STACK_OVERRUN_NEED_MORE) Message: Thread stack overflow, %ld byte stack used %ld bytes, and requires %ld bytes. Please use 'mysqld -O thread_stack=#' to specify a larger stack.
Error: 1437 SQLSTATE: 42000 (ER_TOO_LONG_BODY) Message: The subroutine body of '%s' is too long.
Error: 1438 SQLSTATE: HY000 (ER_WARN_CANT_DROP_DEFAULT_KEYCACHE) Message: The default keycache cannot be revoked.
Error: 1439 SQLSTATE: 42000 (ER_TOO_BIG_DISPLAYWIDTH) Message: Display width is out of range (max = %d) for column '%s'
Error: 1440 SQLSTATE: XAE08 (ER_XAER_DUPID) Message: XAER_DUPID: XID already exists
Error: 1441 SQLSTATE: 22008 (ER_DATETIME_FUNCTION_OVERFLOW) Message: Datetime function, %s field overflowed.
Error: 1442 SQLSTATE: HY000 (ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG) Message: Table '%s' cannot be updated in the stored function/trigger because it is already used by the statement that called the stored function/trigger.
Error: 1443 SQLSTATE: HY000 (ER_VIEW_PREVENT_UPDATE) Message: The definition of table '%s' does not allow operation %s on table '%s'.
Error: 1444 SQLSTATE: HY000 (ER_PS_NO_RECURSION) Message: A prepared statement contains a stored subroutine call that references the same statement. This type of recursive execution of prepared statements is not allowed.
Error: 1445 SQLSTATE: HY000 (ER_SP_CANT_SET_AUTOCOMMIT) Message: Setting autocommit from a stored function or trigger is not allowed.
Error: 1446 SQLSTATE: HY000 (ER_NO_VIEW_USER) Message: View definer is not fully qualified.
Error: 1447 SQLSTATE: HY000 (ER_VIEW_FRM_NO_USER) Message: View %s.%s has no person information defined (old table format). The current user will be considered the definer. Please recreate the view!
Error: 1448 SQLSTATE: HY000 (ER_VIEW_OTHER_USER) Message: SUPER permission is required to create a view with %s@%s definer.
Error: 1449 SQLSTATE: HY000 (ER_NO_SUCH_USER) Message: %s@%s is not registered.
Error: 1450 SQLSTATE: HY000 (ER_FORBID_SCHEMA_CHANGE) Message: Changing schema from '%s' to '%s' is not allowed.
Error: 1451 SQLSTATE: 23000 (ER_ROW_IS_REFERENCED_2) Message: Cannot delete or update parent row, foreign key constraint failed (%s).
Error: 1452 SQLSTATE: 23000 (ER_NO_REFERENCED_ROW_2) Message: Cannot add or update child row, foreign key constraint failed (%s).
Error: 1453 SQLSTATE: 42000 (ER_SP_BAD_VAR_SHADOW) Message: A variable must be referenced with `...`, or the variable must be renamed.
Error: 1454 SQLSTATE: HY000 (ER_PARTITION_REQUIRES_VALUES_ERROR) Message: %s PARTITIONING requires definition of VALUES %s for each partition.
Error: 1455 SQLSTATE: HY000 (ER_PARTITION_WRONG_VALUES_ERROR) Message: In the partition definition, only %s PARTITIONING can use VALUES %s.
Error: 1456 SQLSTATE: HY000 (ER_PARTITION_MAXVALUE_ERROR) Message: MAXVALUE can only be used in the last 1 partition definition.
Error: 1457 SQLSTATE: HY000 (ER_PARTITION_SUBPARTITION_ERROR) Message: Subpartitions can only be hash partitions, and partitioned by key.
Error: 1458 SQLSTATE: HY000 (ER_PARTITION_WRONG_NO_PART_ERROR) Message: The wrong number of partitions was defined and does not match the previous setting.
Error: 1459 SQLSTATE: HY000 (ER_PARTITION_WRONG_NO_SUBPART_ERROR) Message: The wrong number of subpartitions was defined and does not match the previous setting.
Error: 1460 SQLSTATE: HY000 (ER_CONST_EXPR_IN_PARTITION_FUNC_ERROR) Message: Constant/random expressions are not allowed in partition (subpartition) functions.
Error: 1461 SQLSTATE: HY000 (ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR) Message: Expressions in RANGE/LIST VALUES must be constants.
Error: 1462 SQLSTATE: HY000 (ER_FIELD_NOT_FOUND_PART_ERROR) Message: The field in the partition function field list was not found in the table.
Error: 1463 SQLSTATE: HY000 (ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR) Message: Field lists are only allowed in KEY partitions.
Error: 1464 SQLSTATE: HY000 (ER_INCONSISTENT_PARTITION_INFO_ERROR) Message: The partition information in the frm file is inconsistent with what can be written to the frm file.
Error: 1465 SQLSTATE: HY000 (ER_PARTITION_FUNC_NOT_ALLOWED_ERROR) Message: The %s function returned the wrong type.
Error: 1466 SQLSTATE: HY000 (ER_PARTITIONS_MUST_BE_DEFINED_ERROR) Message: For %s partitions, each partition must be defined.
Error: 1467 SQLSTATE: HY000 (ER_RANGE_NOT_INCREASING_ERROR) Message: VALUES LESS THAN must be strictly increased for each partition.
Error: 1468 SQLSTATE: HY000 (ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR) Message: VALUES values ​​must be of the same type as the partition function.
Error: 1469 SQLSTATE: HY000 (ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR) Message: Multiple definition of same constant in list partitioning
Error: 1470 SQLSTATE: HY000 (ER_PARTITION_ENTRY_ERROR) Message: The partitioning feature cannot be used independently in a query.
Error: 1471 SQLSTATE: HY000 (ER_MIX_HANDLER_ERROR) Message: Handle combinations within partitions are not allowed in this version of MySQL.
Error: 1472 SQLSTATE: HY000 (ER_PARTITION_NOT_DEFINED_ERROR) Message: For the partitioning engine, it is necessary to define all %s.
Error: 1473 SQLSTATE: HY000 (ER_TOO_MANY_PARTITIONS_ERROR) Message: Too many partitions defined.
Error: 1474 SQLSTATE: HY000 (ER_SUBPARTITION_ERROR) Message: For subpartitions, only RANGE/LIST partitions can be mixed with HASH/KEY partitions.
Error: 1475 SQLSTATE: HY000 (ER_CANT_CREATE_HANDLER_FILE) Message: Unable to create the specified handle file.
Error: 1476 SQLSTATE: HY000 (ER_BLOB_FIELD_IN_PART_FUNC_ERROR) Message: BLOB fields are not allowed in partition functions.
Error: 1477 SQLSTATE: HY000 (ER_CHAR_SET_IN_PART_FIELD_ERROR) Message: VARCHAR is only allowed if binary collation is selected for the partition function.
Error: 1478 SQLSTATE: HY000 (ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF) Message: In partition function, %s needs to include all files.
Error: 1479 SQLSTATE: HY000 (ER_NO_PARTS_ERROR) Message: Number of %s = 0 is not an allowed value.
Error: 1480 SQLSTATE: HY000 (ER_PARTITION_MGMT_ON_NONPARTITIONED) Message: Partition management cannot be performed on a non-partitioned table.
Error: 1481 SQLSTATE: HY000 (ER_DROP_PARTITION_NON_EXISTENT) Message: Error in partition list changed.
Error: 1482 SQLSTATE: HY000 (ER_DROP_LAST_PARTITION) Message: All partitions cannot be dropped, please use DROP TABLE instead.
Error: 1483 SQLSTATE: HY000 (ER_COALESCE_ONLY_ON_HASH_PARTITION) Message: COALESCE PARTITION can only be used on HASH/KEY partitions.
Error: 1484 SQLSTATE: HY000 (ER_ONLY_ON_RANGE_LIST_PARTITION) Message: %s PARTITION can only be used on RANGE/LIST partitions.
Error: 1485 SQLSTATE: HY000 (ER_ADD_PARTITION_SUBPART_ERROR) Message: An attempt was made to add a partition with the wrong number of subpartitions.
Error: 1486 SQLSTATE: HY000 (ER_ADD_PARTITION_NO_NEW_PARTITION) Message: At least 1 partition must be added.
Error: 1487 SQLSTATE: HY000 (ER_COALESCE_PARTITION_NO_PARTITION) Message: At least 1 partition must be merged.
Error: 1488 SQLSTATE: HY000 (ER_REORG_PARTITION_NOT_EXIST) Message: The number of partitions being reorganized exceeds the number of existing partitions.
Error: 1489 SQLSTATE: HY000 (ER_SAME_NAME_PARTITION) Message: All partitions in a table must have unique names.
Error: 1490 SQLSTATE: HY000 (ER_CONSECUTIVE_REORG_PARTITIONS) Message: When reorganizing a collection of partitions, they must be contiguous.
Error: 1491 SQLSTATE: HY000 (ER_REORG_OUTSIDE_RANGE) Message: The range of the new partition exceeds the range of the reorganized partition.
Error: 1492 SQLSTATE: HY000 (ER_DROP_PARTITION_FAILURE) Message: Undoing partitions is not supported in this version of the handle.
Error: 1493 SQLSTATE: HY000 (ER_DROP_PARTITION_WHEN_FK_DEFINED) Message: Partitions cannot be dropped when foreign key constraints are defined on the table.
Error: 1494 SQLSTATE: HY000 (ER_PLUGIN_IS_NOT_LOADED) Message: Plugin '%s' not loaded
B.2. Client error codes and messages
Client error messages come from the following source files:
Error values ​​and symbols in parentheses correspond to definitions in the include/errmsg.h MySQL source file.
The message value corresponds to the error message listed in the libmysql/errmsg.c file. %d and %s represent numerical values ​​and strings respectively. When displayed, they will be replaced by the message value.
Due to frequent updates, these files may contain additional error messages not listed here.
Error: 2000 (CR_UNKNOWN_ERROR) Message: Unknown MySQL error.
Error: 2001 (CR_SOCKET_CREATE_ERROR) Message: Cannot create UNIX socket (%d)
Error: 2002 (CR_CONNECTION_ERROR) Message: Cannot connect to the local MySQL server through socket '%s' (%d) .
Error: 2003 (CR_CONN_HOST_ERROR) Message: Cannot connect to the MySQL server on '%s' (%d).
Error: 2004 (CR_IPSOCK_ERROR) Message: Unable to create TCP/IP socket (%d)
Error: 2005 (CR_UNKNOWN_HOST) Message: Unknown MySQL server host '%s' (%d)
Error: 2006 (CR_SERVER_GONE_ERROR) Message: The MySQL server is unavailable.
Error: 2007 (CR_VERSION_ERROR) Message: Protocol mismatch, server version = %d, client version = %d
Error: 2008 (CR_OUT_OF_MEMORY) Message: MySQL client memory overflow.
Error: 2009 (CR_WRONG_HOST_INFO) Message: Bad host information
Error: 2010 (CR_LOCALHOST_CONNECTION) Message: Local host connected via UNIX socket.
Error: 2011 (CR_TCP_CONNECTION) Message: %s over TCP/IP
Error: 2012 (CR_SERVER_HANDSHAKE_ERR) Message: An error occurred during the server handshake.
Error: 2013 (CR_SERVER_LOST) Message: The connection to the MySQL server was lost during query.
Error: 2014 (CR_COMMANDS_OUT_OF_SYNC) Message: The command is out of sync and you cannot run the command now.
Error: 2015 (CR_NAMEDPIPE_CONNECTION) Message: Named pipe, %s
Error: 2016 (CR_NAMEDPIPEWAIT_ERROR) Message: Unable to wait for named pipe, host, %s; pipe, %s (%lu)
Error: 2017 (CR_NAMEDPIPEOPEN_ERROR) Message: Unable to open named pipe, host, %s; pipe, %s (%lu)
Error: 2018 (CR_NAMEDPIPESETSTATE_ERROR) Message: Unable to set state of named pipe, host, %s; pipe, % s (%lu)
Error: 2019 (CR_CANT_READ_CHARSET) Message: Unable to initialize character set %s (path: %s)
Error: 2020 (CR_NET_PACKET_TOO_LARGE) Message: Obtained packet is larger than 'max_allowed_packet' bytes.
Error: 2021 (CR_EMBEDDED_CONNECTION) Message: Embedded Server.
Error: 2022 (CR_PROBE_SLAVE_STATUS) Message: Error in SHOW SLAVE STATUS:
Error: 2023 (CR_PROBE_SLAVE_HOSTS) Message: Error in SHOW SLAVE HOSTS:
Error: 2024 (CR_PROBE_SLAVE_CONNECT) Message: Error connecting to slave server:
Error: 2025 (CR_PROBE_MASTER_CONNECT) Message: Error connecting to master server:
Error: 2026 (CR_SSL_CONNECTION_ERROR) Message: SSL connection error
Error: 2027 (CR_MALFORMED_PACKET) Message: Mangled packet.
Error: 2028 (CR_WRONG_LICENSE) Message: This client library is only licensed for use by MySQL servers with the '%s' license.
Error: 2029 (CR_NULL_POINTER) Message: Invalid use of null pointer.
Error: 2030 (CR_NO_PREPARE_STMT) Message: Statement not prepared.
Error: 2031 (CR_PARAMS_NOT_BOUND) Message: No data was provided for the parameters in the prepared statement.
Error: 2032 (CR_DATA_TRUNCATED) Message: Data truncated.
Error: 2033 (CR_NO_PARAMETERS_EXISTS) Message: No parameters exist in statement.
Error: 2034 (CR_INVALID_PARAMETER_NO) Message: Invalid parameter number.
Error: 2035 (CR_INVALID_BUFFER_USE) Message: Cannot send long data for non-string/non-binary data types (parameter: %d).
Error: 2036 (CR_UNSUPPORTED_PARAM_TYPE) Message: Unsupported buffer type in use, %d (Parameter: %d)
Error: 2037 (CR_SHARED_MEMORY_CONNECTION) Message: Shared memory, %s
Error: 2038 (CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR) Message: Cannot open shared memory, client cannot create request event (%lu)
Error: 2039 (CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR) Message: Cannot open shared memory, no reply event received from server (%lu)
Error: 2040 (CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR) Message: Cannot open shared memory, the server cannot allocate file mapping (%lu)
Error: 2041 (CR_SHARED_MEMORY_CONNECT_MAP_ERROR) Message: Cannot open shared memory, the server cannot obtain the file

Related recommendations :

Explanation of common error codes in php

The above is the detailed content of Summary of common error codes in MySQL. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn