|
Error may occur when you call MySQL with any host language.
First, a list of server error messages. Secondly lists client message.
B.1. Server error codes and messages
Server error information from the following source files:
• Error message information listed in the share / errmsg.txt file. "% D", and "% s" represent numbers and strings displayed, they will be replaced by the value of the message.
• Error values are listed in the share / errmsg.txt file used to generate the include / mysqld_error.h and include / mysqld_ername.h MySQL source file definition.
• SQLSTATE values are listed in the share / errmsg.txt file used to generate the include / sql_state.h MySQL source file definition.
Since the update very frequently, these files may contain additional error messages not listed here.
• 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: Can not create file '% s' (errno:% d)
• Error: 1005 SQLSTATE: HY000 (ER_CANT_CREATE_TABLE)
Message: Can not create table '% s' (errno:% d)
• Error: 1006 SQLSTATE: HY000 (ER_CANT_CREATE_DB)
Message: Can not create database '% s' (errno:% d)
• Error: 1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS)
Message: Can not create database '% s', the database already exists.
• Error: 1008 SQLSTATE: HY000 (ER_DB_DROP_EXISTS)
Message: You can not undo database '% s', the database does not exist.
• Error: 1009 SQLSTATE: HY000 (ER_DB_DROP_DELETE)
Message: Error revocation database (can not delete '% s', errno:% d)
• Error: 1010 SQLSTATE: HY000 (ER_DB_DROP_RMDIR)
Message: Error revocation database (can not rmdir '% s', errno:% d)
• Error: 1011 SQLSTATE: HY000 (ER_CANT_DELETE_FILE)
Error (errno:% d) delete '% s' when: Message
• Error: 1012 SQLSTATE: HY000 (ER_CANT_FIND_SYSTEM_REC)
Message: The system records in the table can not be read.
• Error: 1013 SQLSTATE: HY000 (ER_CANT_GET_STAT)
Message: Unable to get the '% s' status (errno:% d)
• Error: 1014 SQLSTATE: HY000 (ER_CANT_GET_WD)
Message: Failed to get working directory (errno:% d)
• Error: 1015 SQLSTATE: HY000 (ER_CANT_LOCK)
Message: Could not lock file (errno:% d)
• Error: 1016 SQLSTATE: HY000 (ER_CANT_OPEN_FILE)
Message: Can not open file: '% s' (errno:% d)
• Error: 1017 SQLSTATE: HY000 (ER_FILE_NOT_FOUND)
Message: Can not find file: '% s' (errno:% d)
• Error: 1018 SQLSTATE: HY000 (ER_CANT_READ_DIR)
Message: Unable to read '% s' directory (errno:% d)
• Error: 1019 SQLSTATE: HY000 (ER_CANT_SET_WD)
Message: Unable to '% s' change directory (errno:% d)
• Error: 1020 SQLSTATE: HY000 (ER_CHECKREAD)
Message: since the last reading from the table '% s' in the record has changed.
• Error: 1021 SQLSTATE: HY000 (ER_DISK_FULL)
Message: Disk full (% s); wait for someone to free some space ...
• Error: 1022 SQLSTATE: 23000 (ER_DUP_KEY)
Message: Can not write; replicated table '% s' key.
• Error: 1023 SQLSTATE: HY000 (ER_ERROR_ON_CLOSE)
Error (errno:% d) to close '% s' when: Message
• Error: 1024 SQLSTATE: HY000 (ER_ERROR_ON_READ)
Error (errno:% d) at '% s' to read the file: Message
• Error: 1025 SQLSTATE: HY000 (ER_ERROR_ON_RENAME)
Error (errno:% d) to '% s' renamed to '% s' when: Message
• Error: 1026 SQLSTATE: HY000 (ER_ERROR_ON_WRITE)
Message: Error (errno:% d) when writing the file '% s'
• Error: 1027 SQLSTATE: HY000 (ER_FILE_USED)
Message: '% s' is locked and refused to change.
• Error: 1028 SQLSTATE: HY000 (ER_FILSORT_ABORT)
Message: classification fails
• Error: 1029 SQLSTATE: HY000 (ER_FORM_NOT_FOUND)
Message: For the '% s', View '% s' does not exist.
• Error: 1030 SQLSTATE: HY000 (ER_GET_ERRNO)
Message: get the error% d from storage engine.
• Error: 1031 SQLSTATE: HY000 (ER_ILLEGAL_HA)
Message: About '% s' table storage engine does not contain this option.
• Error: 1032 SQLSTATE: HY000 (ER_KEY_NOT_FOUND)
Message: Can not find record in '% s' in.
• Error: 1033 SQLSTATE: HY000 (ER_NOT_FORM_FILE)
Message: Incorrect information in the file: '% s'
• Error: 1034 SQLSTATE: HY000 (ER_NOT_KEYFILE)
Message: For table '% s', the key file is incorrect, please try to repair.
• Error: 1035 SQLSTATE: HY000 (ER_OLD_KEYFILE)
Message: Old key file for table '% s', please repair it!
• Error: 1036 SQLSTATE: HY000 (ER_OPEN_AS_READONLY)
Message: Table '% s' is read-only.
• Error: 1037 SQLSTATE: HY001 (ER_OUTOFMEMORY)
Message: out of memory, reboot the server and try again (needed% d bytes).
• Error: 1038 SQLSTATE: HY001 (ER_OUT_OF_SORTMEMORY)
Message: Classification memory overflow, increasing the buffer size classification server.
• Error: 1039 SQLSTATE: HY000 (ER_UNEXPECTED_EOF)
Message: Unexpected EOF (:% d errno) occurred while reading the 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 process uses all available memory, such as not, perhaps you should use 'ulimit' to allow mysqld to use more memory, or increasing the size of the swap space.
• Error: 1042 SQLSTATE: 08S01 (ER_BAD_HOST_ERROR)
Message: Failed to get the host name of the given address.
• Error: 1043 SQLSTATE: 08S01 (ER_HANDSHAKE_ERROR)
Message: bad handshake
• Error: 1044 SQLSTATE: 42000 (ER_DBACCESS_DENIED_ERROR)
Message: Deny a user '% s' @ '% s' to access the database '% s'.
• Error: 1045 SQLSTATE: 28000 (ER_ACCESS_DENIED_ERROR)
Message: user is denied access to @ '% s' of '% s' (using password:% s)
• Error: 1046 SQLSTATE: 3D000 (ER_NO_DB_ERROR)
Message: None selected database.
• Error: 1047 SQLSTATE: 08S01 (ER_UNKNOWN_COM_ERROR)
Message: Unknown command.
• Error: 1048 SQLSTATE: 23000 (ER_BAD_NULL_ERROR)
Message: Column '% s' can not 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:% s in the column '% s' is not clear.
• Error: 1053 SQLSTATE: 08S01 (ER_SERVER_SHUTDOWN)
Message: server shutdown during operation.
• Error: 1054 SQLSTATE: 42S22 (ER_BAD_FIELD_ERROR)
Message: '% s' Unknown column '% s'.
• Error: 1055 SQLSTATE: 42000 (ER_WRONG_FIELD_WITH_GROUP)
Message: '% s' is not in the GROUP BY.
• Error: 1056 SQLSTATE: 42000 (ER_WRONG_GROUP_FIELD)
Message: Unable to create groups on '% s'.
• Error: 1057 SQLSTATE: 42000 (ER_WRONG_SUM_SELECT)
Message: The statement has sum functions and columns 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 key entry% d of '% s'.
• Error: 1063 SQLSTATE: 42000 (ER_WRONG_FIELD_SPEC)
Message: For column '% s', the column specifier is incorrect.
• Error: 1064 SQLSTATE: 42000 (ER_PARSE_ERROR)
Message: On line% d,% s close '% s'.
• Error: 1065 SQLSTATE: 42000 (ER_EMPTY_QUERY)
Message: The query is empty.
• Error: 1066 SQLSTATE: 42000 (ER_NONUNIQ_TABLE)
Message: non-unique table / alias: '% s'
• Error: 1067 SQLSTATE: 42000 (ER_INVALID_DEFAULT)
Message: About '% s' invalid default.
• Error: 1068 SQLSTATE: 42000 (ER_MULTIPLE_PRI_KEY)
Message: define multiple primary key.
• Error: 1069 SQLSTATE: 42000 (ER_TOO_MANY_KEYS)
Message: specified too many key: The maximum number of keys allowed is% d.
• Error: 1070 SQLSTATE: 42000 (ER_TOO_MANY_KEY_PARTS)
Message: specified too many key parts: the maximum allowable key part 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' can not be used with the table type used in the key description.
• Error: 1074 SQLSTATE: 42000 (ER_TOO_BIG_FIELDLENGTH)
Message: For column '% s', column length is too large (max =% d), use BLOB or TEXT instead.
• Error: 1075 SQLSTATE: 42000 (ER_WRONG_AUTO_KEY)
Message: Incorrect table definition, there can be only one auto column and it must be defined as a key.
• Error: 1076 SQLSTATE: HY000 (ER_READY)
Message:% s, ready to connect. Version: '% s', socket: '% s', Port:% d
• Error: 1077 SQLSTATE: HY000 (ER_NORMAL_SHUTDOWN)
Message:% s, normally closed.
• Error: 1078 SQLSTATE: HY000 (ER_GOT_SIGNAL)
Message:% s, to obtain a signal% d. give up!
• Error: 1079 SQLSTATE: HY000 (ER_SHUTDOWN_COMPLETE)
Message:% s, close to complete
• Error: 1080 SQLSTATE: 08S01 (ER_FORCING_CLOSE)
Message:% s, forced off thread% ld, user: '% s'
• Error: 1081 SQLSTATE: 08S01 (ER_IPSOCK_ERROR)
Message: Can not create IP socket
• Error: 1082 SQLSTATE: 42S12 (ER_NO_SUCH_INDEX)
Message: Table '% s' is not an index similar to the index with CREATE INDEX, and recreate the table.
• Error: 1083 SQLSTATE: 42000 (ER_WRONG_FIELD_TERMINATORS)
Message: field separator argument is not expected, refer to the manual.
• Error: 1084 SQLSTATE: 42000 (ER_BLOBS_AND_NO_TERMINATED)
Message: You can not use fixed-length row with BLOB, please use 'fields terminated by'.
• Error: 1085 SQLSTATE: HY000 (ER_TEXTFILE_NOT_READABLE)
Message: The file '% s' must be in the database directory or be readable by all.
• Error: 1086 SQLSTATE: HY000 (ER_FILE_EXISTS_ERROR)
Message: The 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; repeat,% ld
• Error: 1089 SQLSTATE: HY000 (ER_WRONG_SUB_KEY)
Message: Incorrect sub part key, the key part of the string is not used, the use of a length longer than the key part, or the storage engine does not support unique sub keys.
• Error: 1090 SQLSTATE: 42000 (ER_CANT_REMOVE_ALL_FIELDS)
Message: You can not delete all columns with ALTER TABLE, use DROP TABLE instead.
• Error: 1091 SQLSTATE: 42000 (ER_CANT_DROP_FIELD_OR_KEY)
Message: You can not undo '% s', please check the column / key exists.
• Error: 1092 SQLSTATE: HY000 (ER_INSERT_INFO)
Message: record,% ld; copy,% ld; alarm,% ld
• Error: 1093 SQLSTATE: HY000 (ER_UPDATE_TABLE_USED)
Message: can not make you want to update the target table '% s' in the FROM clause.
• 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: do not use any tables.
• Error: 1097 SQLSTATE: HY000 (ER_TOO_BIG_SET)
Message:% s column string excessive and the SET.
• Error: 1098 SQLSTATE: HY000 (ER_NO_UNIQUE_LOGFILE)
Message: Can not generate a unique log file name% s (1-999).
• Error: 1099 SQLSTATE: HY000 (ER_TABLE_NOT_LOCKED_FOR_WRITE)
Message: Table '% s' was locked with a READ, can not be updated.
• Error: 1100 SQLSTATE: HY000 (ER_TABLE_NOT_LOCKED)
Message: Use LOCK TABLES to lock table '% s'.
• Error: 1101 SQLSTATE: 42000 (ER_BLOB_CANT_HAVE_DEFAULT)
Message: BLOB / TEXT column '% s' can not have default values.
• 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 checks over MAX_JOIN_SIZE line, if SELECT normal, check WHERE, and use the 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: For procedure '% s', argument count is incorrect
• Error: 1108 SQLSTATE: HY000 (ER_WRONG_PARAMETERS_TO_PROCEDURE)
Message: For procedure '% s', parameter is incorrect
• Error: 1109 SQLSTATE: 42S02 (ER_UNKNOWN_TABLE)
Message:% s in table% s unknown
• Error: 1110 SQLSTATE: 42000 (ER_FIELD_SPECIFIED_TWICE)
Message: Column '% s' specified twice.
• Error: 1111 SQLSTATE: HY000 (ER_INVALID_GROUP_FUNC_USE)
Message: Invalid use of group function
• Error: 1112 SQLSTATE: 42000 (ER_UNSUPPORTED_EXTENSION)
Message: Table '% s' using the MySQL version does not exist in extensions.
• Error: 1113 SQLSTATE: 42000 (ER_TABLE_MUST_HAVE_COLUMNS)
Message: At least 1 Table 1.
• 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 a joint 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 table type used, not including BLOB, 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 has been used,% ld stack% ld. If necessary, use the 'mysqld -O thread_stack = #' to specify a larger stack.
• Error: 1120 SQLSTATE: 42000 (ER_WRONG_OUTER_JOIN)
Message: cross-correlation found in OUTER JOIN, check the ON condition.
• Error: 1121 SQLSTATE: 42000 (ER_NULL_COLUMN_IN_INDEX)
Message: Column '% s' used with UNIQUE or INDEX, but is not defined as NOT NULL.
• Error: 1122 SQLSTATE: HY000 (ER_CANT_FIND_UDF)
Message: Could not 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: For the shared library, do not allow any path.
• Error: 1125 SQLSTATE: HY000 (ER_UDF_EXISTS)
Message: function '% s' already exists.
• Error: 1126 SQLSTATE: HY000 (ER_CANT_OPEN_LIBRARY)
Message: Can not open shared library '% s' (errno:% d% s)
• Error: 1127 SQLSTATE: HY000 (ER_CANT_FIND_DL_ENTRY)
Message: Can not find the library symbol '% s'.
• Error: 1128 SQLSTATE: HY000 (ER_FUNCTION_NOT_DEFINED)
Message: function '% s' is not defined.
• Error: 1129 SQLSTATE: HY000 (ER_HOST_IS_BLOCKED)
Message: Since there are many connection errors, the host '% s' is blocked, please use 'mysqladmin flush-hosts' unmasked.
• Error: 1130 SQLSTATE: HY000 (ER_HOST_NOT_PRIVILEGED)
Message: Do not allow the hosts '% s' to connect to the MySQL server.
• Error: 1131 SQLSTATE: 42000 (ER_PASSWORD_ANONYMOUS_USER)
Message: You are an anonymous user has been using MySQL, does not allow anonymous users to change the password.
• Error: 1132 SQLSTATE: 42000 (ER_PASSWORD_NOT_ALLOWED)
Message: You must have permission to update tables in the mysql database can change the password.
• Error: 1133 SQLSTATE: 42000 (ER_PASSWORD_NO_MATCH)
Message: Unable to find a matching row in the user table.
• Error: 1134 SQLSTATE: HY000 (ER_UPDATE_INFO)
Message: line matching,% ld; changed,% ld; warning,% ld
• Error: 1135 SQLSTATE: HY000 (ER_CANT_CREATE_THREAD)
Message: Can not create a new thread (errno% d), if not out of memory, please refer to the manual for a possible OS-related deficiencies.
• 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: Can not open table '% s' again.
• Error: 1138 SQLSTATE: 22004 (ER_INVALID_USE_OF_NULL)
Message: NULL values using an invalid.
• Error: 1139 SQLSTATE: 42000 (ER_REGEXP_ERROR)
Message: get from regexp error '% s'.
• Error: 1140 SQLSTATE: 42000 (ER_MIX_OF_GROUP_FUNC_AND_FIELDS)
Message: If there is no GROUP BY clause, GROUP columns (MIN (), MAX (), COUNT (), ...) is mixed with non GROUP columns is illegal.
• Error: 1141 SQLSTATE: 42000 (ER_NONEXISTING_GRANT)
Message: host user '% s' on '% s' is defined as no such authorization.
• Error: 1142 SQLSTATE: 42000 (ER_TABLEACCESS_DENIED_ERROR)
Message: Deny a user '% s' @ '% s'% s using the command on the table '% s'.
• Error: 1143 SQLSTATE: 42000 (ER_COLUMNACCESS_DENIED_ERROR)
Message: Deny a user '% s' @ '% s'% s using the command on the table '% s' of '% s'.
• Error: 1144 SQLSTATE: 42000 (ER_ILLEGAL_GRANT_FOR_TABLE)
Message: Illegal GRANT / REVOKE commands, please refer to the manual to learn to use that authority.
• Error: 1145 SQLSTATE: 42000 (ER_GRANT_WRONG_HOST_OR_USER)
Message: GRANT host or user parameter 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: No such authorization for the host user '% s' on '% s' as defined in the table '% s'.
• Error: 1148 SQLSTATE: 42000 (ER_NOT_ALLOWED_COMMAND)
Message: The command is not allowed to use the MySQL version.
• Error: 1149 SQLSTATE: 42000 (ER_SYNTAX_ERROR)
Message: There is SQL syntax error, see with your MySQL version corresponds to the manual for the correct syntax.
• Error: 1150 SQLSTATE: HY000 (ER_DELAYED_CANT_CHANGE_LOCK)
Message: For table% s, delay insertion thread can not acquire the lock request.
• Error: 1151 SQLSTATE: HY000 (ER_TOO_MANY_DELAYED_THREADS)
Message: Too many delayed threads.
• Error: 1152 SQLSTATE: 08S01 (ER_ABORTING_CONNECTION)
Message: connection to the database '% s' with user '% s' in% ld failed (% s)
• Error: 1153 SQLSTATE: 08S01 (ER_NET_PACKET_TOO_LARGE)
Message: obtaining information packet is larger than 'max_allowed_packet' bytes.
• Error: 1154 SQLSTATE: 08S01 (ER_NET_READ_ERROR_FROM_PIPE)
Message: get a read error from the connection pipe.
• Error: 1155 SQLSTATE: 08S01 (ER_NET_FCNTL_ERROR)
Message: get an error from fcntl () is.
• Error: 1156 SQLSTATE: 08S01 (ER_NET_PACKETS_OUT_OF_ORDER)
Message: obtaining information packet disorder.
• Error: 1157 SQLSTATE: 08S01 (ER_NET_UNCOMPRESS_ERROR)
Message: Unable to uncompress communication packet.
• Error: 1158 SQLSTATE: 08S01 (ER_NET_READ_ERROR)
Message: Error reading the communication information packet.
• Error: 1159 SQLSTATE: 08S01 (ER_NET_READ_INTERRUPTED)
Message: A timeout occurred when reading the communication packet.
• Error: 1160 SQLSTATE: 08S01 (ER_NET_ERROR_ON_WRITE)
Message: Error writing communication packet.
• Error: 1161 SQLSTATE: 08S01 (ER_NET_WRITE_INTERRUPTED)
Message: Timeout occurred while written 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: table type being used does not support BLOB / TEXT columns.
• Error: 1164 SQLSTATE: 42000 (ER_TABLE_CANT_HANDLE_AUTO_INCREMENT)
Message: table type being used does not support AUTO_INCREMENT columns.
• Error: 1165 SQLSTATE: HY000 (ER_DELAYED_INSERT_TABLE_LOCKED)
Message: As the table is locked with LOCK TABLES, INSERT DELAYED can not be used with table '% s'.
• Error: 1166 SQLSTATE: 42000 (ER_WRONG_COLUMN_NAME)
Message: Incorrect column name '% s'.
• Error: 1167 SQLSTATE: 42000 (ER_WRONG_KEY_COLUMN)
Message: storage engine used can not be indexed column '% s'.
• Error: 1168 SQLSTATE: HY000 (ER_WRONG_MRG_TABLE)
Message: MERGE table all the tables are not the same definition.
• Error: 1169 SQLSTATE: 23000 (ER_DUP_UNIQUE)
News: Due to the uniqueness of limitations, can not be written to the table '% s'.
• Error: 1170 SQLSTATE: 42000 (ER_BLOB_KEY_WITHOUT_LENGTH)
Message: Use a BLOB / TEXT column '% s' in the key length is not specified in the key description.
• Error: 1171 SQLSTATE: 42000 (ER_PRIMARY_CANT_HAVE_NULL)
Message: All parts of a PRIMARY KEY must be NOT NULL, NULL keywords If you need to, use UNIQUE instead.
• Error: 1172 SQLSTATE: 42000 (ER_TOO_MANY_ROWS)
Message: Results of one or more rows.
• 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 is not compiled with RAID support and.
• Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)
Message: You are using safe update mode and you attempt without using WHERE updated using the table KEY column.
• Error: 1176 SQLSTATE: HY000 (ER_KEY_DOES_NOT_EXITS)
Message: The table '% s', the key '% s' does not exist.
• Error: 1177 SQLSTATE: 42000 (ER_CHECK_NO_SUCH_TABLE)
Message: Can not Open Table.
• Error: 1178 SQLSTATE: 42000 (ER_CHECK_NOT_IMPLEMENTED)
Message: The engine does not support for table% s.
• Error: 1179 SQLSTATE: 25000 (ER_CANT_DO_THIS_DURING_AN_TRANSACTION)
Message: This command is not allowed in 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 during ROLLBACK.
• Error: 1182 SQLSTATE: HY000 (ER_ERROR_DURING_FLUSH_LOGS)
Message: Error% d 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: the database '% s', the user '% s' and the host connection '% s' in% ld failed (% s).
• Error: 1185 SQLSTATE: HY000 (ER_DUMP_NOT_IMPLEMENTED)
Message: it does not support binary table dump for the table storage engine.
• Error: 1186 SQLSTATE: HY000 (ER_FLUSH_MASTER_BINLOG_CLOSED)
Message: Binlog closed, can not RESET MASTER.
• Error: 1187 SQLSTATE: HY000 (ER_INDEX_REBUILD)
Message: Re-create the dump table index '% s' failed.
• Error: 1188 SQLSTATE: HY000 (ER_MASTER)
Message: from the main connection '% s' errors.
• Error: 1189 SQLSTATE: 08S01 (ER_MASTER_NET_READ)
Message: network error occurred while reading the main connection.
• Error: 1190 SQLSTATE: 08S01 (ER_MASTER_NET_WRITE)
Message: A network error occurred when writing to the primary connection.
• Error: 1191 SQLSTATE: HY000 (ER_FT_MATCHING_KEY_NOT_FOUND)
Message: Can not find FULLTEXT index matching the column list.
• Error: 1192 SQLSTATE: HY000 (ER_LOCK_OR_ACTIVE_TRANSACTION)
Message: As the table lock transaction or activity there is an active, not a given command.
• 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 last repair failed (automatic?)
• Error: 1196 SQLSTATE: HY000 (ER_WARNING_NOT_COMPLETE_ROLLBACK)
Message: You can not roll back certain non-transactional table has been changed.
• Error: 1197 SQLSTATE: HY000 (ER_TRANS_CACHE_FULL)
Message: multi-statement transaction requires more 'max_binlog_cache_size' bytes of storage, increasing mysqld variable and try again.
• Error: 1198 SQLSTATE: HY000 (ER_SLAVE_MUST_STOP)
Message: Run the operation can not be performed from the instance, first run STOP SLAVE.
• Error: 1199 SQLSTATE: HY000 (ER_SLAVE_NOT_RUNNING)
Message: This operation requires to run from the instance, configure and execute SLAVE START SLAVE.
• Error: 1200 SQLSTATE: HY000 (ER_BAD_SLAVE)
Message: server is not configured from the server, correct config file, or use the CHANGE MASTER TO.
• Error: 1201 SQLSTATE: HY000 (ER_MASTER_INFO)
Message: Unable to initialize master info structure, more error messages can be found in the MySQL error log.
• Error: 1202 SQLSTATE: HY000 (ER_SLAVE_THREAD)
Message: Unable to create from the thread, check system resources.
• Error: 1203 SQLSTATE: 42000 (ER_TOO_MANY_USER_CONNECTIONS)
Message: User% s has more than connection 'max_user_connections' activities.
• Error: 1204 SQLSTATE: HY000 (ER_SET_CONSTANTS_ONLY)
Message: Perhaps only use constant expressions with SET.
• Error: 1205 SQLSTATE: HY000 (ER_LOCK_WAIT_TIMEOUT)
Message: Lock wait timeout exceeded, try restarting transaction.
• Error: 1206 SQLSTATE: HY000 (ER_LOCK_TABLE_FULL)
Message: The total number of locks exceeds the lock table size.
• Error: 1207 SQLSTATE: 25000 (ER_READ_ONLY_TRANSACTION)
Message: During the READ UNCOMMITTED transaction can not get an update lock.
• Error: 1208 SQLSTATE: HY000 (ER_DROP_DB_WITH_READ_LOCK)
Message: When a thread is holding global read lock is not allowed DROP DATABASE.
• Error: 1209 SQLSTATE: HY000 (ER_CREATE_DB_WITH_READ_LOCK)
Message: When a thread is holding global read lock is not allowed CREATE DATABASE.
• Error: 1210 SQLSTATE: HY000 (ER_WRONG_ARGUMENTS)
Message:% s parameter to provide incorrect.
• Error: 1211 SQLSTATE: 42000 (ER_NO_PERMISSION_TO_CREATE_USER)
Message: Do not allow '% s' @ '% s' to create a new user.
• Error: 1212 SQLSTATE: HY000 (ER_UNION_TABLES_IN_DIFFERENT_DIR)
Message: Incorrect table definition, all MERGE tables must be in the same database.
• Error: 1213 SQLSTATE: 40001 (ER_LOCK_DEADLOCK)
Deadlock found when trying to obtain a lock, try restarting transaction: messages.
• Error: 1214 SQLSTATE: HY000 (ER_TABLE_CANT_HANDLE_FT)
Message: table type being used does not support FULLTEXT indexes.
• Error: 1215 SQLSTATE: HY000 (ER_CANNOT_ADD_FOREIGN)
Message: Can not add foreign key constraint.
• Error: 1216 SQLSTATE: 23000 (ER_NO_REFERENCED_ROW)
Message: Can not add or update a child row, a foreign key constraint fails.
• Error: 1217 SQLSTATE: 23000 (ER_ROW_IS_REFERENCED)
Message: Can not delete or update a parent row, the foreign key constraint fails.
• Error: 1218 SQLSTATE: 08S01 (ER_CONNECT_TO_MASTER)
Message: Error while connecting to the master server% s.
• Error: 1219 SQLSTATE: HY000 (ER_QUERY_ON_MASTER)
Message: An error occurred while executing a query on the master server% s.
• Error: 1220 SQLSTATE: HY000 (ER_ERROR_WHEN_EXECUTING_COMMAND)
Message: Error% s: Run% s.
• Error: 1221 SQLSTATE: HY000 (ER_WRONG_USAGE)
Message:% s% s and usage is incorrect.
• Error: 1222 SQLSTATE: 21000 (ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT)
Message: SELECT statement using different number of columns.
• Error: 1223 SQLSTATE: HY000 (ER_CANT_UPDATE_WITH_READLOCK)
News: Due to conflicting read lock, can not execute the query.
• Error: 1224 SQLSTATE: HY000 (ER_MIXING_NOT_ALLOWED)
Message: Do not mix table transactional and non-transactional tables.
• Error: 1225 SQLSTATE: HY000 (ER_DUP_ARGUMENT)
Message: Use two options '% s' in the statement.
• Error: 1226 SQLSTATE: 42000 (ER_USER_LIMIT_REACHED)
Message: The user '% s' exceeds the '% s' resource (current value:% ld).
• Error: 1227 SQLSTATE: 42000 (ER_SPECIFIC_ACCESS_DENIED_ERROR)
Message: Access Denied requires% s permission to perform this operation.
• Error: 1228 SQLSTATE: HY000 (ER_LOCAL_VARIABLE)
Message: Variable '% s' is one kind SESSION variables can not be used with SET GLOBAL.
• Error: 1229 SQLSTATE: HY000 (ER_GLOBAL_VARIABLE)
Message: Variable '% s' is one kind GLOBAL variable, use the SET GLOBAL to set it.
• Error: 1230 SQLSTATE: 42000 (ER_NO_DEFAULT)
Message: Variable '% s' no default value.
• Error: 1231 SQLSTATE: 42000 (ER_WRONG_VALUE_FOR_VAR)
Message: Variable '% s' can not be set to the value '% s'.
• Error: 1232 SQLSTATE: 42000 (ER_WRONG_TYPE_FOR_VAR)
Message: Variable '% s' type of argument is not correct.
• Error: 1233 SQLSTATE: HY000 (ER_VAR_CANT_BE_READ)
Message: Variable '% s' can only be set and can not be read.
• Error: 1234 SQLSTATE: 42000 (ER_CANT_USE_OPTION_HERE)
Message: Incorrect '% s' usage / location.
• Error: 1235 SQLSTATE: 42000 (ER_NOT_SUPPORTED_YET)
Message: This version of MySQL does not yet support '% s'.
• Error: 1236 SQLSTATE: HY000 (ER_MASTER_FATAL_ERROR_READING_BINLOG)
Message: When reading data, obtained from the binary log fatal errors from the primary server% d: '% s'.
• Error: 1237 SQLSTATE: HY000 (ER_SLAVE_IGNORED_TABLE)
Message: As the "replicate - * - table" rule, from SQL thread ignored the query. .
• Error: 1238 SQLSTATE: HY000 (ER_INCORRECT_GLOBAL_LOCAL_VAR)
Message: Variable '% s'% s is a variable.
• Error: 1239 SQLSTATE: 42000 (ER_WRONG_FK_DEF)
Message: For the '% s':% s, foreign key definition is not correct.
• 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% d column.
• Error: 1242 SQLSTATE: 21000 (ER_SUBQUERY_NO_1_ROW)
Message: subquery returns more than one line.
• Error: 1243 SQLSTATE: HY000 (ER_UNKNOWN_STMT_HANDLER)
Message:% s is assigned to unknown prepared statement handle.
• Error: 1244 SQLSTATE: HY000 (ER_CORRUPT_HELP_DB)
Message: Help database crashes or does not exist.
• Error: 1245 SQLSTATE: HY000 (ER_CYCLIC_REFERENCE)
Message: circulation subquery references.
• Error: 1246 SQLSTATE: HY000 (ER_AUTO_CONVERT)
Message: column '% s' conversion from% s to% s.
• Error: 1247 SQLSTATE: 42S22 (ER_ILLEGAL_REFERENCE)
Message: quote '% s' is not supported (% s).
• Error: 1248 SQLSTATE: 42000 (ER_DERIVED_MUST_HAVE_ALIAS)
Message: All export table must have its own alias.
• Error: 1249 SQLSTATE: 01000 (ER_SELECT_REDUCED)
Message: during optimization simplify the selection of% u.
• Error: 1250 SQLSTATE: 42000 (ER_TABLENAME_NOT_ALLOWED_HERE)
Message: SELECT from a table '% s' can not be used in% s.
• Error: 1251 SQLSTATE: 08004 (ER_NOT_SUPPORTED_AUTH_MODE)
Message: Client does not support authentication protocol requested by the server, consider upgrading MySQL client.
• Error: 1252 SQLSTATE: 42000 (ER_SPATIAL_CANT_HAVE_NULL)
Message: All parts SPATIAL index must be NOT NULL.
• Error: 1253 SQLSTATE: 42000 (ER_COLLATION_CHARSET_MISMATCH)
Message: For CHARACTER SET '% s', COLLATION '% s' is invalid.
• Error: 1254 SQLSTATE: HY000 (ER_SLAVE_WAS_RUNNING)
Message: from the server is running.
• Error: 1255 SQLSTATE: HY000 (ER_SLAVE_WAS_NOT_RUNNING)
Message: From the server has been stopped.
• Error: 1256 SQLSTATE: HY000 (ER_TOO_BIG_FOR_UNCOMPRESS)
Message: decompression of data is too large, the maximum size is% d (probably, 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 (and possibly, the length of the decompressed data is corrupted) in the output buffer.
• 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:% d line is GROUP_CONCAT () amputated.
• Error: 1261 SQLSTATE: 01000 (ER_WARN_TOO_FEW_RECORDS)
Message:% ld row does not contain data for all columns.
• Error: 1262 SQLSTATE: 01000 (ER_WARN_TOO_MANY_RECORDS)
Message:% ld row solution is short, the data it contains is greater than the data input column.
• Error: 1263 SQLSTATE: 22004 (ER_WARN_NULL_TO_NOTNULL)
Message: Column is set as default, NULL row% ld will be made available to the NOT NULL columns.
• Error: 1264 SQLSTATE: 22003 (ER_WARN_DATA_OUT_OF_RANGE)
Message: column '% s' on line% ld adjustment value is out of range.
• Error: 1265 SQLSTATE: 01000 (WARN_DATA_TRUNCATED)
Message: column '% s' on line% ld of a truncated data.
• Error: 1266 SQLSTATE: HY000 (ER_WARN_USING_OTHER_HANDLER)
Message:% s storage engine using table% s.
• Error: 1267 SQLSTATE: HY000 (ER_CANT_AGGREGATE_2COLLATIONS)
Message: For operation '% s', the illegal mixing of proofreading (% s,% s) and (% s,% s).
• Error: 1268 SQLSTATE: HY000 (ER_DROP_USER)
Message: Unable to revoke one or more of the requested user.
• Error: 1269 SQLSTATE: HY000 (ER_REVOKE_GRANTS)
Message: Can not revoke all privileges for a user or multiple requests authorization.
• Error: 1270 SQLSTATE: HY000 (ER_CANT_AGGREGATE_3COLLATIONS)
Message: For operation '% s', the illegal mixing of proofreading (% s,% s), (% s,% s) and (% s,% s).
• Error: 1271 SQLSTATE: HY000 (ER_CANT_AGGREGATE_NCOLLATIONS)
Message: For operation '% s', the illegal mixing of proofreading.
• Error: 1272 SQLSTATE: HY000 (ER_VARIABLE_IS_NOT_STRUCT)
Message: Variable '% s' is not a variable component (can not be used XXXX.variable_name).
• Error: 1273 SQLSTATE: HY000 (ER_UNKNOWN_COLLATION)
Message: Unknown proofing '% s'.
• Error: 1274 SQLSTATE: HY000 (ER_SLAVE_IGNORED_SSL_PARAMS)
Message: As from the MySQL server is not supported with SSL compiled, CHANGE MASTER in SSL parameter is ignored, then, if you started an SSL-enabled MySQL, you can use these parameters.
• 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 using the old format, leave the password change to the new format.
• Error: 1276 SQLSTATE: HY000 (ER_WARN_FIELD_RESOLVED)
Message: field SELECT #% d or reference '% s% s% s% s% s' is defined in the SELECT #% d.
• Error: 1277 SQLSTATE: HY000 (ER_BAD_SLAVE_UNTIL_COND)
Message: For START SLAVE UNTIL, incorrect parameter or combination of parameters.
• Error: 1278 SQLSTATE: HY000 (ER_MISSING_SKIP_SLAVE)
Message: performing together when you press the START SLAVE UNTIL step replication recommended "--skip-slave-start", otherwise, in case of unexpected restart from the server mysqld, there is a problem between.
• Error: 1279 SQLSTATE: HY000 (ER_UNTIL_COND_IGNORED)
Message: SQL thread is not started, so UNTIL options are 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 directory name '% s'.
www.linuxidc.com
• Error: 1282 SQLSTATE: HY000 (ER_WARN_QC_RESIZE)
Message: Query Cache size is set to% lu failure, new query cache size is% lu.
• Error: 1283 SQLSTATE: HY000 (ER_BAD_FT_COLUMN)
Message: Column '% s' can not be part of 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 under "--skip-name-resolve" mode is activated, you must restart it without using the switch, so that the authorization will 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 the '% s' instead.
• Error: 1288 SQLSTATE: HY000 (ER_NON_UPDATABLE_TABLE)
Message:% s% s target table can not be updated.
• Error: 1289 SQLSTATE: HY000 (ER_FEATURE_DISABLED)
Message: '% s' feature has been disabled, in order to make it work, you need to use the '% s' created MySQL.
• Error: 1290 SQLSTATE: HY000 (ER_OPTION_PREVENTS_STATEMENT)
Message: MySQL is using% s option to run, and therefore can not execute the statement.
• Error: 1291 SQLSTATE: HY000 (ER_DUPLICATED_VALUE_IN_TYPE)
Message: Column '% s' has a duplicate value '% s' in% s.
• Error: 1292 SQLSTATE: 22007 (ER_TRUNCATED_WRONG_VALUE)
Message: Truncated incorrect value% s: '% s'
• Error: 1293 SQLSTATE: HY000 (ER_TOO_MUCH_AUTO_TIMESTAMP_COLS)
Message: Incorrect table definition, DEFAULT or ON UPDATE clause, for CURRENT_TIMESTAMP, only one TIMESTAMP column.
• Error: 1294 SQLSTATE: HY000 (ER_INVALID_ON_UPDATE)
Message: For the '% s' column, ON UPDATE clause is invalid.
• Error: 1295 SQLSTATE: HY000 (ER_UNSUPPORTED_PS)
Message: In the prepared statement protocol, the command is not yet supported.
• Error: 1296 SQLSTATE: HY000 (ER_GET_ERRMSG)
Message: Get Error% d '% s' from% s.
• Error: 1297 SQLSTATE: HY000 (ER_GET_TEMPORARY_ERRMSG)
Message: get 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:% ld row of column '% s' in the presence of 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:% s () the result is greater than max_allowed_packet (% ld), truncated
• Error: 1302 SQLSTATE: HY000 (ER_CONFLICTING_DECLARATIONS)
Message: Conflict statement: '% s% s' and '% s% s'
• Error: 1303 SQLSTATE: 2F003 (ER_SP_NO_RECURSIVE_CREATE)
Message:% s can not be created from another stored routines.
• 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 matched tag:% s
• Error: 1309 SQLSTATE: 42000 (ER_SP_LABEL_REDEFINE)
Message:% s redefined tag
• Error: 1310 SQLSTATE: 42000 (ER_SP_LABEL_MISMATCH)
Message:% s no end tag match
• Error: 1311 SQLSTATE: 01000 (ER_SP_UNINIT_VAR)
Message: references uninitialized variable% s.
• Error: 1312 SQLSTATE: 0A000 (ER_SP_BADSELECT)
Message: PROCEDURE% s can not be given at the scene returned result set.
• Error: 1313 SQLSTATE: 42000 (ER_SP_BADRETURN)
Message: RETURN allowed only in the FUNCTION.
• Error: 1314 SQLSTATE: 0A000 (ER_SP_BADSTATEMENT)
Message:% s is not allowed in the storage program.
• Error: 1315 SQLSTATE: 42000 (ER_UPDATE_LOG_DEPRECATED_IGNORED)
Message: The update log has been abandoned and replaced by the binary log, SET SQL_LOG_UPDATE be ignored.
• Error: 1316 SQLSTATE: 42000 (ER_UPDATE_LOG_DEPRECATED_TRANSLATED)
Message: The update log has been abandoned and replaced by 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: For% s% s, the number of parameters is not correct, expected% u, but it is% u.
• Error: 1319 SQLSTATE: 42000 (ER_SP_COND_MISMATCH)
Message: Undefined CONDITION:% s
• Error: 1320 SQLSTATE: 42000 (ER_SP_NORETURN)
Message: No RETURN in FUNCTION% s in.
• Error: 1321 SQLSTATE: 2F005 (ER_SP_NORETURNEND)
Message: FUNCTION% s end missing RETURN.
• Error: 1322 SQLSTATE: 42000 (ER_SP_BAD_CURSOR_QUERY)
Message: The cursor statement must be SELECT.
• Error: 1323 SQLSTATE: 42000 (ER_SP_BAD_CURSOR_SELECT)
Message: The cursor may not have SELECT INTO.
• Error: 1324 SQLSTATE: 42000 (ER_SP_CURSOR_MISMATCH)
Message: Undefined CURSOR:% s
• Error: 1325 SQLSTATE: 24000 (ER_SP_CURSOR_ALREADY_OPEN)
Message: The cursor is already open
• Error: 1326 SQLSTATE: 24000 (ER_SP_CURSOR_NOT_OPEN)
Message: The cursor is not open
• Error: 1327 SQLSTATE: 42000 (ER_SP_UNDECLARED_VAR)
Message: Undeclared variables:% 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: FETCH no data.
• Error: 1330 SQLSTATE: 42000 (ER_SP_DUP_PARAM)
Message: Repeat Parameters:% s
• Error: 1331 SQLSTATE: 42000 (ER_SP_DUP_VAR)
Message: Repeat variables:% s
• Error: 1332 SQLSTATE: 42000 (ER_SP_DUP_COND)
Message: Repeat condition:% s
• Error: 1333 SQLSTATE: 42000 (ER_SP_DUP_CURS)
Message: Repeat Cursor:% s
• Error: 1334 SQLSTATE: HY000 (ER_SP_CANT_ALTER)
Message: ALTER% s% s failed.
• Error: 1335 SQLSTATE: 0A000 (ER_SP_SUBSELECT_NYI)
Message: Unsupported Subselect value.
• Error: 1336 SQLSTATE: 0A000 (ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG)
Message: The stored function or trigger procedure is not allowed% s.
• Error: 1337 SQLSTATE: 42000 (ER_SP_VARCOND_AFTER_CURSHNDLR)
Message: variable or condition or handle cursor declaration statement later.
• Error: 1338 SQLSTATE: 42000 (ER_SP_CURSOR_AFTER_HANDLER)
News: Statement handle behind the cursor declaration.
• Error: 1339 SQLSTATE: 20000 (ER_SP_CASE_NOT_FOUND)
Message: For CASE statement not found Case.
• Error: 1340 SQLSTATE: HY000 (ER_FPARSER_TOO_BIG_FILE)
Message: The configuration file '% s' is too large.
• Error: 1341 SQLSTATE: HY000 (ER_FPARSER_BAD_HEADER)
Message: There is incomplete file type header file '% s' in.
• Error: 1342 SQLSTATE: HY000 (ER_FPARSER_EOF_IN_COMMENT)
Message: parse '% s', the file unexpectedly ended.
• Error: 1343 SQLSTATE: HY000 (ER_FPARSER_ERROR_IN_PARAMETER)
Message: Error while parsing arguments '% s' (line: '% s').
• Error: 1344 SQLSTATE: HY000 (ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER)
Message: skipping unknown parameter '% s', Unexpected end of file.
• Error: 1345 SQLSTATE: HY000 (ER_VIEW_NO_EXPLAIN)
Message: EXPLAIN / SHOW can not be issued, the lack of basic rights to the table.
• Error: 1346 SQLSTATE: HY000 (ER_FRM_UNKNOWN_TYPE)
Message: The file '% s' has an unknown type '% s' in their title header.
• Error: 1347 SQLSTATE: HY000 (ER_WRONG_OBJECT)
Message: '.% S% s' is not a% s.
• Error: 1348 SQLSTATE: HY000 (ER_NONUPDATEABLE_COLUMN)
Message: Column '% s' is not updatable.
• Error: 1349 SQLSTATE: HY000 (ER_VIEW_SELECT_DERIVED)
Message: SELECT view contains a subquery in the FROM clause.
• Error: 1350 SQLSTATE: HY000 (ER_VIEW_SELECT_CLAUSE)
Message: SELECT view contains '% s' clause.
• Error: 1351 SQLSTATE: HY000 (ER_VIEW_SELECT_VARIABLE)
Message: SELECT view contains a variable or parameter.
• Error: 1352 SQLSTATE: HY000 (ER_VIEW_SELECT_TMPTABLE)
Message: SELECT view references temporary table '% s'.
• Error: 1353 SQLSTATE: HY000 (ER_VIEW_WRONG_LIST)
Message: SELECT field list views and views have different column count.
• Error: 1354 SQLSTATE: HY000 (ER_WARN_VIEW_MERGE)
Message: At this point, can not be used here View merge algorithm (assumed undefined algorithm).
• Error: 1355 SQLSTATE: HY000 (ER_WARN_VIEW_WITHOUT_KEY)
Message: Updating of view does not complete its basic key table.
• Error: 1356 SQLSTATE: HY000 (ER_VIEW_INVALID)
Message: View '.% S% s' refers to an invalid table, column, or define program function, or view / caller lacks permission to use them.
• Error: 1357 SQLSTATE: HY000 (ER_SP_NO_DROP_SP)
Message:% s can not be undone or changed from another stored routines.
• Error: 1358 SQLSTATE: HY000 (ER_SP_GOTO_IN_HNDLR)
Message: The handle is not allowed in stored routines GOTO.
• 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: Triggers '% s' is a view or a temporary table.
• Error: 1362 SQLSTATE: HY000 (ER_TRG_CANT_CHANGE_ROW)
Message:% strigger not allowed to update% s rows.
• Error: 1363 SQLSTATE: HY000 (ER_TRG_NO_SUCH_ROW_IN_TRG)
Message: no% s% s rows in the trigger program.
• Error: 1364 SQLSTATE: HY000 (ER_NO_DEFAULT_FOR_FIELD)
Message: Field '% s' no default value.
• Error: 1365 SQLSTATE: 22012 (ER_DIVISION_BY_ZERO)
Message: Division by zero.
• Error: 1366 SQLSTATE: HY000 (ER_TRUNCATED_WRONG_VALUE_FOR_FIELD)
Message: Incorrect% s value, '% s', for the column '% s' on line% ld.
• Error: 1367 SQLSTATE: 22007 (ER_ILLEGAL_VALUE_FOR_TYPE)
Message: parsing found during illegal '% s' value% s.
• Error: 1368 SQLSTATE: HY000 (ER_VIEW_NONUPD_CHECK)
Message: Can not update the view '% s% s.' CHECK OPTION on.
• Error: 1369 SQLSTATE: HY000 (ER_VIEW_CHECK_FAILED)
Message: CHECK OPTION failure, '.% S% s'
• Error: 1370 SQLSTATE: 42000 (ER_PROCACCESS_DENIED_ERROR)
Message: For routine '% s', refused to user '% s' @ '% s' using the% s command.
• Error: 1371 SQLSTATE: HY000 (ER_RELAY_LOG_FAIL)
Message: Clear the old relay logs failed,% s
• Error: 1372 SQLSTATE: HY000 (ER_PASSWD_LENGTH)
Message: The password should be hashed% d-bit hexadecimal number.
• Error: 1373 SQLSTATE: HY000 (ER_UNKNOWN_TARGET_BINLOG)
Message: No target log in binlog index.
• Error: 1374 SQLSTATE: HY000 (ER_IO_ERR_LOG_INDEX_READ)
Message: I / O error occurred while reading the log index file.
• Error: 1375 SQLSTATE: HY000 (ER_BINLOG_PURGE_PROHIBITED)
Message: The server configuration does not permit binlog cleared.
• Error: 1376 SQLSTATE: HY000 (ER_FSEEK_FAIL)
Message: fseek () failed.
• Error: 1377 SQLSTATE: HY000 (ER_BINLOG_PURGE_FATAL_ERR)
Message: Fatal error in the log removal process.
• Error: 1378 SQLSTATE: HY000 (ER_LOG_IN_USE)
Message: You can clear the log is in use, it can not be removed.
• Error: 1379 SQLSTATE: HY000 (ER_LOG_PURGE_UNKNOWN_ERR)
Message: Unknown error in the log removal process.
• Error: 1380 SQLSTATE: HY000 (ER_RELAY_LOG_INIT)
Message: Failed to initialize the relay log position,% s
• Error: 1381 SQLSTATE: HY000 (ER_NO_BINARY_LOGGING)
Message: Use binary logging.
• Error: 1382 SQLSTATE: HY000 (ER_RESERVED_SYNTAX)
Message: '% s' syntax is reserved for internal use MySQL server.
• Error: 1383 SQLSTATE: HY000 (ER_WSAS_FAILED)
Message: WSAStartup failed.
• Error: 1384 SQLSTATE: HY000 (ER_DIFF_GROUPS_PROC)
Message: different groups can not process.
• Error: 1385 SQLSTATE: HY000 (ER_NO_GROUP_FOR_PROC)
Message: For this procedure, SELECT must have a group.
• Error: 1386 SQLSTATE: HY000 (ER_ORDER_WITH_PROC)
Message: The process can not be used with ORDER clause.
• Error: 1387 SQLSTATE: HY000 (ER_LOGGING_PROHIBIT_CHANGING_OF)
Message: binary logging and replication forbid changing the global server% s.
• Error: 1388 SQLSTATE: HY000 (ER_NO_FILE_MAPPING)
Message: Can not map file:% s, errno:% d
• Error: 1389 SQLSTATE: HY000 (ER_WRONG_MAGIC)
Message:% s in wrong
• 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 key part of the length of '% s' can not be zero.
• Error: 1392 SQLSTATE: HY000 (ER_VIEW_CHECKSUM)
Message: View text checksum failure.
• Error: 1393 SQLSTATE: HY000 (ER_VIEW_MULTIUPDATE)
Message: You can not change more than one base table through a joint view '% s% s.'.
• Error: 1394 SQLSTATE: HY000 (ER_VIEW_NO_INSERT_FIELD_LIST)
Message: You can not insert a federated view '% s% s.' In the absence of a list of field conditions.
• Error: 1395 SQLSTATE: HY000 (ER_VIEW_DELETE_MERGE_VIEW)
Message: You can not delete from a federated view '% s% s.' In.
• Error: 1396 SQLSTATE: HY000 (ER_CANNOT_USER)
Message: For% s% s failed operation.
• Error: 1397 SQLSTATE: XAE04 (ER_XAER_NOTA)
Message: XAER_NOTA: Unknown XID
• Error: 1398 SQLSTATE: XAE05 (ER_XAER_INVAL)
Message: XAER_INVAL: Invalid parameter (or unsupported command)
• Error: 1399 SQLSTATE: XAE07 (ER_XAER_RMFAIL)
Message: XAER_RMFAIL: When a global transaction is% s, and can not execute the command.
• Error: 1400 SQLSTATE: XAE09 (ER_XAER_OUTSIDE)
Message: XAER_OUTSIDE: some of the work is done outside a global transaction.
• Error: 1401 SQLSTATE: XAE03 (ER_XAER_RMERR)
Message: XAER_RMERR: A fatal error occurred in the transaction branch, check data consistency.
• Error: 1402 SQLSTATE: XA100 (ER_XA_RBROLLBACK)
Message: XA_RBROLLBACK: roll back the transaction branch.
• Error: 1403 SQLSTATE: 42000 (ER_NONEXISTING_PROC_GRANT)
Message: No such authorization for the host user '% s' on '% s' is defined in the subroutine '% s'.
• Error: 1404 SQLSTATE: HY000 (ER_PROC_AUTO_GRANT_FAIL)
Message: Unable to grant EXECUTE and ALTER ROUTINE privileges.
• Error: 1405 SQLSTATE: HY000 (ER_PROC_AUTO_REVOKE_FAIL)
Message: Unable to revoke permission to abandon all subroutines on.
• Error: 1406 SQLSTATE: 22001 (ER_DATA_TOO_LONG)
Message: For column '% s' on line% ld, the data is too long.
• 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, '% s'; port,% d% s
• Error: 1409 SQLSTATE: HY000 (ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR)
Message: Can not load the file in the value of a fixed size rows from the variable.
• Error: 1410 SQLSTATE: 42000 (ER_CANT_CREATE_USER_WITH_GRANT)
Message: Do not allow to create a user with GRANT.
• 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 has changed, please try the transaction again.
• Error: 1413 SQLSTATE: 42000 (ER_SP_DUP_HANDLER)
Message: duplicate statement handle in the same block.
• Error: 1414 SQLSTATE: 42000 (ER_SP_NOT_VAR_ARG)
Message:% s of the subroutine OUT or INOUT argument is not a variable.
• Error: 1415 SQLSTATE: 0A000 (ER_SP_NO_RETSET)
Message: Not allowed to return a result set from% s.
• Error: 1416 SQLSTATE: 22003 (ER_CANT_CREATE_GEOMETRY_OBJECT)
Message: Can not get geometry object from the sender to the GEOMETRY field data.
• Error: 1417 SQLSTATE: HY000 (ER_FAILED_ROUTINE_BREAK_BINLOG)
Message: 1 child fails in its statement did NO SQL or READS SQL DATA, and binary logging is enabled, if you update a non-transactional tables, it will lose the binary log change information.
• Error: 1418 SQLSTATE: HY000 (ER_BINLOG_UNSAFE_ROUTINE)
Message: In this subroutine is not in its statement DETERMINISTIC, NO SQL or READS SQL DATA, and binary logging is enabled (you probably intend to use less secure log_bin_trust_routine_creators variable).
• Error: 1419 SQLSTATE: HY000 (ER_BINLOG_CREATE_ROUTINE_NEED_SUPER)
Message: You do not have the SUPER privilege and binary logging is enabled (you probably intend to use less secure log_bin_trust_routine_creators variable).
• Error: 1420 SQLSTATE: HY000 (ER_EXEC_STMT_WITH_OPEN_CURSOR)
Message: Can not execute the prepared statement, the prepared statement has associated open cursors. Reset the statement and execute again.
• Error: 1421 SQLSTATE: HY000 (ER_STMT_HAS_NO_OPEN_CURSOR)
Message: The statement (% lu) has no open cursor.
• Error: 1422 SQLSTATE: HY000 (ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG)
Message: The stored function or trigger procedure, does not allow explicit or implicit commit.
• Error: 1423 SQLSTATE: HY000 (ER_NO_DEFAULT_FOR_VIEW_FIELD)
Message: View '.% S% s' basic table field with no default.
• Error: 1424 SQLSTATE: HY000 (ER_SP_NO_RECURSION)
Message: Do not allow recursive stored routines.
• Error: 1425 SQLSTATE: 42000 (ER_TOO_BIG_SCALE)
Message: column '% s' specified excessive scale% d. A maximum of% d.
• Error: 1426 SQLSTATE: 42000 (ER_TOO_BIG_PRECISION)
Message: column '% s' specified high precision% d. A maximum of% d.
• Error: 1427 SQLSTATE: 42000 (ER_M_BIGGER_THAN_D)
Message: For float (M, D), double (M, D) or decimal (M, D), M must be> = D (column '% s').
• Error: 1428 SQLSTATE: HY000 (ER_WRONG_LOCK_OF_SYSTEM_TABLE)
Message: '.% S% s' can not write locking the system tables combined with other tables.
• Error: 1429 SQLSTATE: HY000 (ER_CONNECT_TO_FOREIGN_DATA_SOURCE)
Message: Unable to connect to external data sources, database '% s'!
• Error: 1430 SQLSTATE: HY000 (ER_QUERY_ON_FOREIGN_DATA_SOURCE)
Message: There was a problem when dealing with the role of a query on an external data source. Data Source Error: '% s'
• Error: 1431 SQLSTATE: HY000 (ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST)
// Www.linuxidc.com
Message: You attempted to reference an external data source does not exist. Data Source Error: '% s'
• Error: 1432 SQLSTATE: HY000 (ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE)
Message: Unable to create a joint table. Data source connection string '% s' is not formatted correctly.
• Error: 1433 SQLSTATE: HY000 (ER_FOREIGN_DATA_STRING_INVALID)
Message: The data source connection string '% s' is not formatted correctly.
• Error: 1434 SQLSTATE: HY000 (ER_CANT_CREATE_FEDERATED_TABLE)
Message: Unable to create a joint table. External Data Source Error: '% s'
• Error: 1435 SQLSTATE: HY000 (ER_TRG_IN_WRONG_SCHEMA)
Message: trigger in the wrong scenario.
• Error: 1436 SQLSTATE: HY000 (ER_STACK_OVERRUN_NEED_MORE)
Message: Thread stack overflow,% ld% ld byte stack with the bytes and requires% ld bytes. Use 'mysqld -O thread_stack = #' to specify a larger stack.
• Error: 1437 SQLSTATE: 42000 (ER_TOO_LONG_BODY)
Message: '% s' subroutine body is too long.
• Error: 1438 SQLSTATE: HY000 (ER_WARN_CANT_DROP_DEFAULT_KEYCACHE)
Message: You can not undo default keycache.
• Error: 1439 SQLSTATE: 42000 (ER_TOO_BIG_DISPLAYWIDTH)
Message: For column '% s', the display width out of range (max =% d)
• Error: 1440 SQLSTATE: XAE08 (ER_XAER_DUPID)
Message: XAER_DUPID: XID already exists
• Error: 1441 SQLSTATE: 22008 (ER_DATETIME_FUNCTION_OVERFLOW)
Message: Date Time Functions,% s field overflow.
• Error: 1442 SQLSTATE: HY000 (ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG)
Message: As it has been called the stored function / trigger the statement can not update table '% s' in stored function / trigger program.
• Error: 1443 SQLSTATE: HY000 (ER_VIEW_PREVENT_UPDATE)
Message: definition table '% s' is not allowed to perform operations in table% s'% s on.
• Error: 1444 SQLSTATE: HY000 (ER_PS_NO_RECURSION)
Message: prepared statement contains a reference to a subroutine call to store the same statement. It does not allow this type of recursively execute a prepared statement.
• Error: 1445 SQLSTATE: HY000 (ER_SP_CANT_SET_AUTOCOMMIT)
Message: Not allowed to set autocommit from a stored function or trigger.
• Error: 1446 SQLSTATE: HY000 (ER_NO_VIEW_USER)
Message: the view definition do not fully qualified.
• Error: 1447 SQLSTATE: HY000 (ER_VIEW_FRM_NO_USER)
Message: View% s% s not defined personal information (old table format). The current user is defined as a person. Please re-create the view!
• Error: 1448 SQLSTATE: HY000 (ER_VIEW_OTHER_USER)
Message: You need SUPER privilege to create a view with% s @% s definition of the.
• Error: 1449 SQLSTATE: HY000 (ER_NO_SUCH_USER)
Message: No registered% s @% s.
• Error: 1450 SQLSTATE: HY000 (ER_FORBID_SCHEMA_CHANGE)
Message: Do not allow the program from '% s' into '% s'.
• Error: 1451 SQLSTATE: 23000 (ER_ROW_IS_REFERENCED_2)
Message: You can not delete or update a parent row, the foreign key constraint fails (% s).
• Error: 1452 SQLSTATE: 23000 (ER_NO_REFERENCED_ROW_2)
Message: Can not add or update a child row, a foreign key constraint fails (% s).
• Error: 1453 SQLSTATE: 42000 (ER_SP_BAD_VAR_SHADOW)
Message: You must use `` ... variable references, or rename variables.
• Error: 1454 SQLSTATE: HY000 (ER_PARTITION_REQUIRES_VALUES_ERROR)
Message: For each partition,% s PARTITIONING need VALUES definitions of% s.
• Error: 1455 SQLSTATE: HY000 (ER_PARTITION_WRONG_VALUES_ERROR)
Message: partition definition, only be able to use% s PARTITIONING VALUES% s.
• Error: 1456 SQLSTATE: HY000 (ER_PARTITION_MAXVALUE_ERROR)
Message: MAXVALUE can only be used at the end of a partition definition.
• Error: 1457 SQLSTATE: HY000 (ER_PARTITION_SUBPARTITION_ERROR)
Message: child partition can be hash partitions and partition button.
• Error: 1458 SQLSTATE: HY000 (ER_PARTITION_WRONG_NO_PART_ERROR)
Message: Defines the wrong partition number does not match the previous settings.
• Error: 1459 SQLSTATE: HY000 (ER_PARTITION_WRONG_NO_SUBPART_ERROR)
Message: Defines the number of sub-partition error does not match the previous settings.
• Error: 1460 SQLSTATE: HY000 (ER_CONST_EXPR_IN_PARTITION_FUNC_ERROR)
Message: partition (sub-district) function is not allowed in a constant / random expression.
• Error: 1461 SQLSTATE: HY000 (ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR)
Message: RANGE / LIST VALUES The expression must be a constant.
• Error: 1462 SQLSTATE: HY000 (ER_FIELD_NOT_FOUND_PART_ERROR)
Message: partition field in the field list of functions not found in the table.
• Error: 1463 SQLSTATE: HY000 (ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR)
Message: allowed only in the field list KEY partition.
• Error: 1464 SQLSTATE: HY000 (ER_INCONSISTENT_PARTITION_INFO_ERROR)
Message: frm file and partition information can be written into the frm file inconsistencies.
• Error: 1465 SQLSTATE: HY000 (ER_PARTITION_FUNC_NOT_ALLOWED_ERROR)
Message:% s function returns an error type.
• Error: 1466 SQLSTATE: HY000 (ER_PARTITIONS_MUST_BE_DEFINED_ERROR)
Message: For% s partition must be defined for each partition.
• Error: 1467 SQLSTATE: HY000 (ER_RANGE_NOT_INCREASING_ERROR)
Message: For each partition, VALUES LESS THAN value must be strictly increasing.
• Error: 1468 SQLSTATE: HY000 (ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR)
Message: VALUES value must have the same type of 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: In the query, the partition function can not be used independently.
• Error: 1471 SQLSTATE: HY000 (ER_MIX_HANDLER_ERROR)
Message: In this version of MySQL, the handle does not allow a combination of partition.
• Error: 1472 SQLSTATE: HY000 (ER_PARTITION_NOT_DEFINED_ERROR)
Message: For the partition engines, it is necessary to define all of% s.
• Error: 1473 SQLSTATE: HY000 (ER_TOO_MANY_PARTITIONS_ERROR)
Message: Too many defined partitions.
• Error: 1474 SQLSTATE: HY000 (ER_SUBPARTITION_ERROR)
Message: For the child partition, only the RANGE / LIST partitions mixed with HASH / KEY partitions up.
• Error: 1475 SQLSTATE: HY000 (ER_CANT_CREATE_HANDLER_FILE)
Message: Unable to create a specific file handle.
• Error: 1476 SQLSTATE: HY000 (ER_BLOB_FIELD_IN_PART_FUNC_ERROR)
Message: In the partition function, does not allow the use of BLOB fields.
• Error: 1477 SQLSTATE: HY000 (ER_CHAR_SET_IN_PART_FIELD_ERROR)
Message: If you choose a binary collation for the partition function only allows the use of VARCHAR.
• Error: 1478 SQLSTATE: HY000 (ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF)
Message: In the partition function,% s need to contain all the files.
• Error: 1479 SQLSTATE: HY000 (ER_NO_PARTS_ERROR)
Message: Number of% s = 0 is not permissible values.
• Error: 1480 SQLSTATE: HY000 (ER_PARTITION_MGMT_ON_NONPARTITIONED)
Message: Unable to partition management on non-partitioned tables.
• Error: 1481 SQLSTATE: HY000 (ER_DROP_PARTITION_NON_EXISTENT)
Message: partition errors on the list change.
• Error: 1482 SQLSTATE: HY000 (ER_DROP_LAST_PARTITION)
Message: You can not delete all partitions, use DROP TABLE instead.
• Error: 1483 SQLSTATE: HY000 (ER_COALESCE_ONLY_ON_HASH_PARTITION)
Message: COALESCE PARTITION can only be used on the HASH / KEY partitions.
• Error: 1484 SQLSTATE: HY000 (ER_ONLY_ON_RANGE_LIST_PARTITION)
Message:% s PARTITION can be used only on RANGE / LIST partitions.
• Error: 1485 SQLSTATE: HY000 (ER_ADD_PARTITION_SUBPART_ERROR)
Message: Trying to increase the partition with the wrong number of child partitions.
• Error: 1486 SQLSTATE: HY000 (ER_ADD_PARTITION_NO_NEW_PARTITION)
Message: You must add at least one partition.
• Error: 1487 SQLSTATE: HY000 (ER_COALESCE_PARTITION_NO_PARTITION)
Message: At least one partition must be merged.
• Error: 1488 SQLSTATE: HY000 (ER_REORG_PARTITION_NOT_EXIST)
Message: the number of partitions exceeds the restructuring of existing partitions.
• Error: 1489 SQLSTATE: HY000 (ER_SAME_NAME_PARTITION)
Message: In the table, all partitions must have a unique name.
• Error: 1490 SQLSTATE: HY000 (ER_CONSECUTIVE_REORG_PARTITIONS)
Message: restructuring partition set, they must be continuous.
• Error: 1491 SQLSTATE: HY000 (ER_REORG_OUTSIDE_RANGE)
Message: The scope of the new partition has exceeded the scope of the reorganization of the partition.
• Error: 1492 SQLSTATE: HY000 (ER_DROP_PARTITION_FAILURE)
Message: In this version of the handle is not supported revocation of the partition.
• Error: 1493 SQLSTATE: HY000 (ER_DROP_PARTITION_WHEN_FK_DEFINED)
Message: the table defines a foreign key constraint, you can not give up the partition.
• Error: 1494 SQLSTATE: HY000 (ER_PLUGIN_IS_NOT_LOADED)
Message: Not Loaded widget '% s'
B.2. Client Error Codes and Messages
Client error information from the following source files:
• Parentheses correspond to the definition of the error values and symbols include / errmsg.h MySQL source file.
• The corresponding error message and the message value libmysql / errmsg.c listed in the file. % D% s and represent numbers and strings, display, they will be replaced by the value of the message.
Since the update very frequently, 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: You can not create UNIX socket (% d)
• Error: 2002 (CR_CONNECTION_ERROR)
Message: You can not socket '% s' (% d) to connect to local MySQL server.
• Error: 2003 (CR_CONN_HOST_ERROR)
Message: Can not connect to MySQL server '% s' (% d) on.
• Error: 2004 (CR_IPSOCK_ERROR)
Message: Can not create TCP / IP socket (% d)
• Error: 2005 (CR_UNKNOWN_HOST)
Message: Unknown MySQL server host '% s' (% d)
• Error: 2006 (CR_SERVER_GONE_ERROR)
Message: MySQL server is unavailable.
• Error: 2007 (CR_VERSION_ERROR)
Message: protocol does not match the server version =% d, client version =% d
• Error: 2008 (CR_OUT_OF_MEMORY)
Message: MySQL client memory overflow.
• Error: 2009 (CR_WRONG_HOST_INFO)
Message: Error host information
• Error: 2010 (CR_LOCALHOST_CONNECTION)
Message: The local host is connected through a UNIX socket.
• Error: 2011 (CR_TCP_CONNECTION)
Message:% s, via TCP / IP
• Error: 2012 (CR_SERVER_HANDSHAKE_ERR)
Message: An error occurred during server handshake.
• Error: 2013 (CR_SERVER_LOST)
Message: query process lost the connection to the MySQL server.
• Error: 2014 (CR_COMMANDS_OUT_OF_SYNC)
Message: The command is not synchronized, you can now run the command.
• Error: 2015 (CR_NAMEDPIPE_CONNECTION)
News: Named Pipes,% s
• Error: 2016 (CR_NAMEDPIPEWAIT_ERROR)
Message: Can not wait for a named pipe, the host,% s; pipeline,% s (% lu)
• Error: 2017 (CR_NAMEDPIPEOPEN_ERROR)
Message: Could not open a named pipe, the host,% s; pipeline,% s (% lu)
• Error: 2018 (CR_NAMEDPIPESETSTATE_ERROR)
Message: Unable to set the state of the named pipe, the host,% s; pipeline,% 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: Information pack for more than 'max_allowed_packet' bytes.
• Error: 2021 (CR_EMBEDDED_CONNECTION)
Message: Embedded Server.
• Error: 2022 (CR_PROBE_SLAVE_STATUS)
Message: SHOW SLAVE STATUS Error:
• Error: 2023 (CR_PROBE_SLAVE_HOSTS)
Message: SHOW SLAVE HOSTS error:
• Error: 2024 (CR_PROBE_SLAVE_CONNECT)
Message: Error connecting to the server:
• Error: 2025 (CR_PROBE_MASTER_CONNECT)
Message: An error occurred when connecting to the master server:
• Error: 2026 (CR_SSL_CONNECTION_ERROR)
Message: SSL connection error
• Error: 2027 (CR_MALFORMED_PACKET)
Message: incomplete packets.
• Error: 2028 (CR_WRONG_LICENSE)
Message: The client library is licensed to have '% s' permission MySQL server.
• Error: 2029 (CR_NULL_POINTER)
Message: Invalid use of null pointer.
• Error: 2030 (CR_NO_PREPARE_STMT)
Message: The statement is not ready.
• Error: 2031 (CR_PARAMS_NOT_BOUND)
Message: no data for the parameters in the prepared statement.
• Error: 2032 (CR_DATA_TRUNCATED)
Message: Data truncated.
• Error: 2033 (CR_NO_PARAMETERS_EXISTS)
Message: The statement does not exist in any of the parameters.
• Error: 2034 (CR_INVALID_PARAMETER_NO)
Message: Invalid parameter number.
• Error: 2035 (CR_INVALID_BUFFER_USE)
Message: Can not non-string / non-binary data type to send long data (parameters:% d).
• Error: 2036 (CR_UNSUPPORTED_PARAM_TYPE)
Message: you are using an unsupported buffer type,% d (parameters:% d)
• Error: 2037 (CR_SHARED_MEMORY_CONNECTION)
Message: shared memory,% s
• Error: 2038 (CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR)
Message: Can not open shared memory, clients can not request to create an event (% lu)
• Error: 2039 (CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR)
Message: Can not open the shared memory, the response is not received event server (% lu)
• Error: 2040 (CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR)
Message: Can not open the shared memory, the server can not allocate file mapping (% lu)
• Error: 2041 (CR_SHARED_MEMORY_CONNECT_MAP_ERROR)
Message: Can not open the shared memory, the server can not obtain the document mapping pointer (% lu)
• Error: 2042 (CR_SHARED_MEMORY_FILE_MAP_ERROR)
Message: Can not open shared memory, clients can not assign a file mapping (% lu)
• Error: 2043 (CR_SHARED_MEMORY_MAP_ERROR)
Message: Can not open shared memory, clients can not obtain the document mapping pointer (% lu)
• Error: 2044 (CR_SHARED_MEMORY_EVENT_ERROR)
Message: Can not open shared memory, clients can not create% s event (% lu)
• Error: 2045 (CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR)
Message: Can not open the shared memory, and no response from the server (% lu)
• Error: 2046 (CR_SHARED_MEMORY_CONNECT_SET_ERROR)
Message: Can not open shared memory, you can not send the request to the event server (% lu)
• Error: 2047 (CR_CONN_UNKNOW_PROTOCOL)
Message: Bad or unknown protocol
• Error: 2048 (CR_INVALID_CONN_HANDLE)
Message: Invalid connection handle
• Error: 2049 (CR_SECURE_AUTH)
Message: reject the use of the old authentication protocol (prior to 4.1.1) of the connection (open client 'secure_auth' option).
• Error: 2050 (CR_FETCH_CANCELED)
Message: Retrieving rows are mysql_stmt_close () call to cancel.
• Error: 2051 (CR_NO_DATA)
Message: In the absence of prior attempts to get the line to read columns.
• Error: 2052 (CR_NO_STMT_METADATA)
Message: prepared statement does not contain metadata.
• Error: 2053 (CR_NO_RESULT_SET)
Message: Trying to read rows in the result set when no related statements.
• Error: 2054 (CR_NOT_IMPLEMENTED)
Message: This feature is not implemented |
|
|
|