⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysql错误代码.txt

📁 mysql的出错代码表
💻 TXT
📖 第 1 页 / 共 3 页
字号:
#define ER_MASTER_NET_READ 1189 
"Net error reading from master", 

#define ER_MASTER_NET_WRITE 1190 
"Net error writing to master", 

#define ER_FT_MATCHING_KEY_NOT_FOUND 1191 
"Can't find FULLTEXT index matching the column list", 

#define ER_LOCK_OR_ACTIVE_TRANSACTION 1192 
"Can't execute the given command because you have active locked tables or an active transaction", 

#define ER_UNKNOWN_SYSTEM_VARIABLE 1193 
"Unknown system variable '%-.64s'", 

#define ER_CRASHED_ON_USAGE 1194 
"Table '%-.64s' is marked as crashed and should be repaired", 

#define ER_CRASHED_ON_REPAIR 1195 
"Table '%-.64s' is marked as crashed and last (automatic?) repair failed", 

#define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196 
"Some non-transactional changed tables couldn't be rolled back", 

#define ER_TRANS_CACHE_FULL 1197 
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again", 

#define ER_SLAVE_MUST_STOP 1198 
"This operation cannot be performed with a running slave, run STOP SLAVE first", 

#define ER_SLAVE_NOT_RUNNING 1199 
"This operation requires a running slave, configure slave and do START SLAVE", 

#define ER_BAD_SLAVE 1200 
"The server is not configured as slave, fix in config file or with CHANGE MASTER TO", 

#define ER_MASTER_INFO 1201 
"Could not initialize master info structure, more error messages can be found in the MySQL error log", 

#define ER_SLAVE_THREAD 1202 
"Could not create slave thread, check system resources", 

#define ER_TOO_MANY_USER_CONNECTIONS 1203 
"User %-.64s has already more than 'max_user_connections' active connections", 

#define ER_SET_CONSTANTS_ONLY 1204 
"You may only use constant expressions with SET", 

#define ER_LOCK_WAIT_TIMEOUT 1205 
"Lock wait timeout exceeded; Try restarting transaction", 

#define ER_LOCK_TABLE_FULL 1206 
"The total number of locks exceeds the lock table size", 

#define ER_READ_ONLY_TRANSACTION 1207瘀牡?剕 ????o鸞? 
"Update locks cannot be acquired during a READ UNCOMMITTED transaction", 

#define ER_DROP_DB_WITH_READ_LOCK 1208 
"DROP DATABASE not allowed while thread is holding global read lock", 

#define ER_CREATE_DB_WITH_READ_LOCK 1209 
"CREATE DATABASE not allowed while thread is holding global read lock", 

#define ER_WRONG_ARGUMENTS 1210 
"Wrong arguments to %s", 

#define ER_NO_PERMISSION_TO_CREATE_USER 1211 
"'%-.32s'@'%-.64s' is not allowed to create new users", 

#define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212 
"Incorrect table definition; all MERGE tables must be in the same database", 

#define ER_LOCK_DEADLOCK 1213 
"Deadlock found when trying to get lock; Try restarting transaction", 

#define ER_TABLE_CANT_HANDLE_FT 1214 
"The used table type doesn't support FULLTEXT indexes", 

#define ER_CANNOT_ADD_FOREIGN 1215 
"Cannot add foreign key constraint", 

#define ER_NO_REFERENCED_ROW 1216 
"Cannot add or update a child row: a foreign key constraint fails", 

#define ER_ROW_IS_REFERENCED 1217 
"Cannot delete or update a parent row: a foreign key constraint fails", 

#define ER_CONNECT_TO_MASTER 1218 
"Error connecting to master: %-.128s", 

#define ER_QUERY_ON_MASTER 1219 
"Error running query on master: %-.128s", 

#define ER_ERROR_WHEN_EXECUTING_COMMAND 1220 
"Error when executing command %s: %-.128s", 

#define ER_WRONG_USAGE 1221 
"Wrong usage of %s and %s", 

#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222 
"The used SELECT statements have a different number of columns", 

#define ER_CANT_UPDATE_WITH_READLOCK 1223 
"Can't execute the query because you have a conflicting read lock", 

#define ER_MIXING_NOT_ALLOWED 1224 
"Mixing of transactional and non-transactional tables is disabled", 

#define ER_DUP_ARGUMENT 1225 
"Option '%s' used twice in statement", 

#define ER_USER_LIMIT_REACHED 1226 
"User '%-.64s' has exceeded the '%s' resource (current value: %ld)", 

#define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227 
"Access denied. You need the %-.128s privilege for this operation", 

#define ER_LOCAL_VARIABLE 1228 
"Variable '%-.64s' 瘀牡?剕 ????o鸞? is a SESSION variable and can't be used with SET GLOBAL", 

#define ER_GLOBAL_VARIABLE 1229 
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL", 

#define ER_NO_DEFAULT 1230 
"Variable '%-.64s' doesn't have a default value", 

#define ER_WRONG_VALUE_FOR_VAR 1231 
"Variable '%-.64s' can't be set to the value of '%-.64s'", 

#define ER_WRONG_TYPE_FOR_VAR 1232 
"Wrong argument type to variable '%-.64s'", 

#define ER_VAR_CANT_BE_READ 1233 
"Variable '%-.64s' can only be set, not read", 

#define ER_CANT_USE_OPTION_HERE 1234 
"Wrong usage/placement of '%s'", 

#define 1235 
"This version of MySQL doesn't yet support '%s'", 

#define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236 
"Got fatal error %d: '%-.128s' from master when reading data from binary log", 

#define ER_SLAVE_IGNORED_TABLE 1237 
"Slave SQL thread ignored the query because of replicate-*-table rules", 

#define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238 
"Variable '%-.64s' is a %s variable", 

#define ER_WRONG_FK_DEF 1239 
"Wrong foreign key definition for '%-.64s': %s", 

#define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240 
"Key reference and table reference doesn't match", 

#define ER_OPERAND_COLUMNS 1241 
"Operand should contain %d column(s)", 

#define ER_SUBQUERY_NO_1_ROW 1242 
"Subquery returns more than 1 row", 

#define ER_UNKNOWN_STMT_HANDLER 1243 
"Unknown prepared statement handler (%ld) given to %s", 

#define ER_CORRUPT_HELP_DB 1244 
"Help database is corrupt or does not exist", 

#define ER_CYCLIC_REFERENCE 1245 
"Cyclic reference on subqueries", 

#define ER_AUTO_CONVERT 1246 
"Converting column '%s' from %s to %s", 

#define ER_ILLEGAL_REFERENCE 1247 
"Reference '%-.64s' not supported (%s)", 

#define ER_DERIVED_MUST_HAVE_ALIAS 1248 
"Every derived table must have it's own alias", 

#define ER_SELECT_REDUCED 1249 
"Select %u was reduced during optimisation", 

#define ER_TABLENAME_NOT_ALLOWED_HERE 1250 
"Table '%-.64s' from one of SELECT's can not be used in %-.32s", 

#define ER_NOT_SUPPORTED_AUTH_MODE 1251 
"Client does not support authentication pr瘀牡?剕 ????o鸞? otocol requested by server; consider upgrading MySQL client", 

#define ER_SPATIAL_CANT_HAVE_NULL 1252 
"All parts of a SPATIAL KEY must be NOT NULL", 

#define ER_COLLATION_CHARSET_MISMATCH 1253 
"COLLATION '%s' is not valid for CHARACTER SET '%s'", 

#define ER_SLAVE_WAS_RUNNING 1254 
"Slave is already running", 

#define ER_SLAVE_WAS_NOT_RUNNING 1255 
"Slave has already been stopped", 

#define ER_TOO_BIG_FOR_UNCOMPRESS 1256 
"Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)", 

#define ER_ZLIB_Z_MEM_ERROR 1257 
"ZLIB: Not enough memory", 

#define ER_ZLIB_Z_BUF_ERROR 1258 
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)", 

#define ER_ZLIB_Z_DATA_ERROR 1259 
"ZLIB: Input data corrupted", 

#define ER_CUT_VALUE_GROUP_CONCAT 1260 
"%d line(s) was(were) cut by group_concat()", 

#define ER_WARN_TOO_FEW_RECORDS 1261 
"Row %ld doesn't contain data for all columns", 

#define ER_WARN_TOO_MANY_RECORDS 1262 
"Row %ld was truncated; It contained more data than there were input columns", 

#define ER_WARN_NULL_TO_NOTNULL 1263 
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld", 

#define ER_WARN_DATA_OUT_OF_RANGE 1264 
"Data truncated, out of range for column '%s' at row %ld", 

#define ER_WARN_DATA_TRUNCATED 1265 
"Data truncated for column '%s' at row %ld", 

#define ER_WARN_USING_OTHER_HANDLER 1266 
"Using storage engine %s for table '%s'", 

#define ER_CANT_AGGREGATE_2COLLATIONS 1267 
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'", 

#define ER_DROP_USER 1268 
"Can't drop one or more of the requested users", 

#define ER_REVOKE_GRANTS 1269 
"Can't revoke all privileges, grant for one or more of the requested users", 

#define ER_CANT_AGGREGATE_3COLLATIONS 1270 
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'", 

#define ER_CANT_AGGREGATE_NCOLLATIONS 1271 
"Illegal mix of collations for operation '%s'", 

#define ER_VARIABLE_IS_NOT_STRUCT 1272 
"Variable '%-.64s' is瘀牡?剕 ????o鸞? not a variable component (Can't be used as XXXX.variable_name)", 

#define ER_UNKNOWN_COLLATION 1273 
"Unknown collation: '%-.64s'", 

#define ER_SLAVE_IGNORED_SSL_PARAMS 1274 
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later when MySQL slave with SSL will be started", 

#define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275 
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format", 

#define ER_WARN_FIELD_RESOLVED 1276 
"Field or reference '%-.64s%s%-.64s%s%-.64s' of SELECT 
#%d was resolved in SELECT 
#%d", 

#define ER_BAD_SLAVE_UNTIL_COND 1277 
"Wrong parameter or combination of parameters for START SLAVE UNTIL", 

#define ER_MISSING_SKIP_SLAVE 1278 
"It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL. Otherwise you will get problems if you get an unexpected slave's mysqld restart", 

#define ER_UNTIL_COND_IGNORED 1279 
"SQL thread is not to be started so UNTIL options are ignored", 

#define ER_WRONG_NAME_FOR_INDEX 1280 
"Incorrect index name '%-.100s'", 

#define ER_WRONG_NAME_FOR_CATALOG 1281 
"Incorrect catalog name '%-.100s'", 

#define ER_WARN_QC_RESIZE 1282 
"Query cache failed to set size %lu, new query cache size is %lu", 

#define ER_BAD_FT_COLUMN 1283 
"Column '%-.64s' cannot be part of FULLTEXT index", 

#define ER_UNKNOWN_KEY_CACHE 1284 
"Unknown key cache '%-.100s'", 

#define ER_WARN_HOSTNAME_WONT_WORK 1285 
"MySQL is started in --skip-name-resolve mode. You need to restart it without this switch for this grant to work", 

#define ER_UNKNOWN_STORAGE_ENGINE 1286 
"Unknown table engine '%s'", 

#define ER_WARN_DEPRECATED_SYNTAX 1287 
"'%s' is deprecated, use '%s' instead", 

#define ER_NON_UPDATABLE_TABLE 1288 
"The target table %-.100s of the %s is not updatable", 

#define ER_FEATURE_DISABLED 1289 
"The '%s' feature was disabled; you need MySQL built with '%s' to have it working", 

#define ER_OPTION_PREVENTS_STATEME瘀牡?剕 ????o鸞? NT 1290 
"The MySQL server is running with the %s option so it cannot execute this statement", 

#define ER_DUPLICATED_VALUE_IN_TYPE 1291 
"Column '%-.100s' has duplicated value '%-.64s' in %s" 

#define ER_TRUNCATED_WRONG_VALUE 1292 
"Truncated wrong %-.32s value: '%-.128s'" 

#define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293 
"Incorrect table definition; There can only be one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause" 

#define ER_INVALID_ON_UPDATE 1294 
"Invalid ON UPDATE clause for '%-.64s' field", 

#define ER_UNSUPPORTED_PS 1295 
"This command is not supported in the prepared statement protocol yet",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -