Skip to content

Instantly share code, notes, and snippets.

@AgentO3
Created July 18, 2016 15:55
Show Gist options
  • Save AgentO3/670418d51a9103aeec55a0ec6a6b22ba to your computer and use it in GitHub Desktop.
Save AgentO3/670418d51a9103aeec55a0ec6a6b22ba to your computer and use it in GitHub Desktop.
mysql-error-codes
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 461.
1000, hashchk
1001, isamchk
1002, NO
1003, YES
1004, Can't create file '%s' (errno: %d - %s)
1005, Can't create table '%s' (errno: %d)
1006, Can't create database '%s' (errno: %d)
1007, Can't create database '%s'; database exists
1008, Can't drop database '%s'; database doesn't exist
1009, Error dropping database (can't delete '%s', errno: %d)
1010, Error dropping database (can't rmdir '%s', errno: %d)
1011, Error on delete of '%s' (errno: %d - %s)
1012, Can't read record in system table
1013, Can't get status of '%s' (errno: %d - %s)
1014, Can't get working directory (errno: %d - %s)
1015, Can't lock file (errno: %d - %s)
1016, Can't open file: '%s' (errno: %d - %s)
1017, Can't find file: '%s' (errno: %d - %s)
1018, Can't read dir of '%s' (errno: %d - %s)
1019, Can't change dir to '%s' (errno: %d - %s)
1020, Record has changed since last read in table '%s'
1021, Disk full (%s); waiting for someone to free some space... (errno: %d - %s)
1022, Can't write; duplicate key in table '%s'
1023, Error on close of '%s' (errno: %d - %s)
1024, Error reading file '%s' (errno: %d - %s)
1025, Error on rename of '%s' to '%s' (errno: %d - %s)
1026, Error writing file '%s' (errno: %d - %s)
1027, '%s' is locked against change
1028, Sort aborted
1029, View '%s' doesn't exist for '%s'
1030, Got error %d from storage engine
1031, Table storage engine for '%s' doesn't have this option
1032, Can't find record in '%s'
1033, Incorrect information in file: '%s'
1034, Incorrect key file for table '%s'; try to repair it
1035, Old key file for table '%s'; repair it!
1036, Table '%s' is read only
1037, Out of memory; restart server and try again (needed %d bytes)
1038, Out of sort memory, consider increasing server sort buffer size
1039, Unexpected EOF found when reading file '%s' (errno: %d - %s)
1040, Too many connections
1041, Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
1042, Can't get hostname for your address
1043, Bad handshake
1044, Access denied for user '%s'@'%s' to database '%s'
1045, Access denied for user '%s'@'%s' (using password: %s)
1046, No database selected
1047, Unknown command
1048, Column 's' cannot be null
1049, Unknown database '%s'
1050, Table '%s' already exists
1051, Unknown table '%s'
1052, Column '%s' in %s is ambiguous
1053, Server shutdown in progress
1054, Unknown column '%s' in '%s'
1055, '%s' isn't in GROUP BY
1056, Can't group on '%s'
1057, Statement has sum functions and columns in same statement
1058, Column count doesn't match value count
1059, Identifier name '%s' is too long
1060, Duplicate column name '%s'
1061, Duplicate key name '%s'
1062, Duplicate entry '%s' for key %d
1063, Incorrect column specifier for column '%s'
1064, %s near '%s' at line %d
1065, Query was empty
1066, Not unique table/alias: '%s'
1067, Invalid default value for '%s'
1068, Multiple primary key defined
1069, Too many keys specified; max %d keys allowed
1070, Too many key parts specified; max %d parts allowed
1071, Specified key was too long; max key length is %d bytes
1072, Key column '%s' doesn't exist in table
1073, BLOB column '%s' can't be used in key specification with the used table type
1074, Column length too big for column '%s' (max = %lu); use BLOB or TEXT instead
1075, Incorrect table definition; there can be only one auto column and it must be defined as a key
1076, %s: ready for connections. Version: '%s' socket: '%s' port: %d
1077, %s: Normal shutdown
1078, %s: Got signal %d. Aborting!
1079, %s: Shutdown complete
1080, %s: Forcing close of thread %ld user: '%s'
1081, Can't create IP socket
1082, Table '%s' has no index like the one used in CREATE INDEX; recreate the table
1083, Field separator argument is not what is expected; check the manual
1084, You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
1085, The file '%s' must be in the database directory or be readable by all
1086, File '%s' already exists
1087, Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
1088, Records: %ld Duplicates: %ld
1089, Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
1090, You can't delete all columns with ALTER TABLE; use DROP TABLE instead
1091, Can't DROP '%s'; check that column/key exists
1092, Records: %ld Duplicates: %ld Warnings: %ld
1093, You can't specify target table '%s' for update in FROM clause
1094, Unknown thread id: %lu
1095, You are not owner of thread %lu
1096, No tables used
1097, Too many strings for column %s and SET
1098, Can't generate a unique log-filename %s.(1-999)
1099, Table '%s' was locked with a READ lock and can't be updated
1100, Table '%s' was not locked with LOCK TABLES
1101, BLOB, TEXT, GEOMETRY or JSON column '%s' can't have a default value
1102, Incorrect database name '%s'
1103, Incorrect table name '%s'
1104, The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
1105, Unknown error
1106, Unknown procedure '%s'
1107, Incorrect parameter count to procedure '%s'
1108, Incorrect parameters to procedure '%s'
1109, Unknown table '%s' in %s
1110, Column '%s' specified twice
1111, Invalid use of group function
1112, Table '%s' uses an extension that doesn't exist in this MySQL version
1113, A table must have at least 1 column
1114, The table '%s' is full
1115, Unknown character set: '%s'
1116, Too many tables; MySQL can only use %d tables in a join
1117, Too many columns
1118, Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
1119, Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed
1120, Cross dependency found in OUTER JOIN; examine your ON conditions
1121, Table handler doesn't support NULL in given index. Please change column '%s' to be NOT NULL or use another handler
1122, Can't load function '%s'
1123, Can't initialize function '%s'; %s
1124, No paths allowed for shared library
1125, Function '%s' already exists
1126, Can't open shared library '%s' (errno: %d %s)
1127, Can't find symbol '%s' in library
1128, Function '%s' is not defined
1129, Host '%s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
1130, Host '%s' is not allowed to connect to this MySQL server
1131, You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
1132, You must have privileges to update tables in the mysql database to be able to change passwords for others
1133, Can't find any matching row in the user table
1134, Rows matched: %ld Changed: %ld Warnings: %ld
1135, Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
1136, Column count doesn't match value count at row %ld
1137, Can't reopen table: '%s'
1138, Invalid use of NULL value
1139, Got error '%s' from regexp
1140, Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
1141, There is no such grant defined for user '%s' on host '%s'
1142, %s command denied to user '%s'@'%s' for table '%s'
1143, %s command denied to user '%s'@'%s' for column '%s' in table '%s'
1144, Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used
1145, The host or user argument to GRANT is too long
1146, Table '%s.%s' doesn't exist
1147, There is no such grant defined for user '%s' on host '%s' on table '%s'
1148, The used command is not allowed with this MySQL version
1149, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
1150, Delayed insert thread couldn't get requested lock for table %s
1151, Too many delayed threads in use
1152, Aborted connection %ld to db: '%s' user: '%s' (%s)
1153, Got a packet bigger than 'max_allowed_packet' bytes
1154, Got a read error from the connection pipe
1155, Got an error from fcntl()
1156, Got packets out of order
1157, Couldn't uncompress communication packet
1158, Got an error reading communication packets
1159, Got timeout reading communication packets
1160, Got an error writing communication packets
1161, Got timeout writing communication packets
1162, Result string is longer than 'max_allowed_packet' bytes
1163, The used table type doesn't support BLOB/TEXT columns
1164, The used table type doesn't support AUTO_INCREMENT columns
1165, INSERT DELAYED can't be used with table '%s' because it is locked with LOCK TABLES
1166, Incorrect column name '%s'
1167, The used storage engine can't index column '%s'
1168, Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
1169, Can't write, because of unique constraint, to table '%s'
1170, BLOB/TEXT column '%s' used in key specification without a key length
1171, All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
1172, Result consisted of more than one row
1173, This table type requires a primary key
1174, This version of MySQL is not compiled with RAID support
1175, You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
1176, Key '%s' doesn't exist in table '%s'
1177, Can't open table
1178, The storage engine for the table doesn't support %s
1179, You are not allowed to execute this command in a transaction
1180, Got error %d during COMMIT
1181, Got error %d during ROLLBACK
1182, Got error %d during FLUSH_LOGS
1183, Got error %d during CHECKPOINT
1184, Aborted connection %u to db: '%s' user: '%s' host: '%s' (%s)
1185, The storage engine for the table does not support binary table dump
1186, Binlog closed, cannot RESET MASTER
1187, Failed rebuilding the index of dumped table '%s'
1188, Error from master: '%s'
1189, Net error reading from master
1190, Net error writing to master
1191, Can't find FULLTEXT index matching the column list
1192, Can't execute the given command because you have active locked tables or an active transaction
1193, Unknown system variable '%s'
1194, Table '%s' is marked as crashed and should be repaired
1195, Table '%s' is marked as crashed and last (automatic?) repair failed
1196, Some non-transactional changed tables couldn't be rolled back
1197, Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
1198, This operation cannot be performed with a running slave; run STOP SLAVE first
1199, This operation requires a running slave; configure slave and do START SLAVE
1200, The server is not configured as slave; fix in config file or with CHANGE MASTER TO
1201, Could not initialize master info structure; more error messages can be found in the MySQL error log
1202, Could not create slave thread; check system resources
1203, User %s already has more than 'max_user_connections' active connections
1204, You may only use constant expressions with SET
1205, Lock wait timeout exceeded; try restarting transaction
1206, The total number of locks exceeds the lock table size
1207, Update locks cannot be acquired during a READ UNCOMMITTED transaction
1208, DROP DATABASE not allowed while thread is holding global read lock
1209, CREATE DATABASE not allowed while thread is holding global read lock
1210, Incorrect arguments to %s
1211, '%s'@'%s' is not allowed to create new users
1212, Incorrect table definition; all MERGE tables must be in the same database
1213, Deadlock found when trying to get lock; try restarting transaction
1214, The used table type doesn't support FULLTEXT indexes
1215, Cannot add foreign key constraint
1216, Cannot add or update a child row: a foreign key constraint fails
1217, Cannot delete or update a parent row: a foreign key constraint fails
1218, Error connecting to master: %s
1219, Error running query on master: %s
1220, Error when executing command %s: %s
1221, Incorrect usage of %s and %s
1222, The used SELECT statements have a different number of columns
1223, Can't execute the query because you have a conflicting read lock
1224, Mixing of transactional and non-transactional tables is disabled
1225, Option '%s' used twice in statement
1226, User '%s' has exceeded the '%s' resource (current value: %ld)
1227, Access denied; you need (at least one of) the %s privilege(s) for this operation
1228, Variable '%s' is a SESSION variable and can't be used with SET GLOBAL
1229, Variable '%s' is a GLOBAL variable and should be set with SET GLOBAL
1230, Variable '%s' doesn't have a default value
1231, Variable '%s' can't be set to the value of '%s'
1232, Incorrect argument type to variable '%s'
1233, Variable '%s' can only be set, not read
1234, Incorrect usage/placement of '%s'
1235, This version of MySQL doesn't yet support '%s'
1236, Got fatal error %d from master when reading data from binary log: '%s'
1237, Slave SQL thread ignored the query because of replicate-*-table rules
1238, Variable '%s' is a %s variable
1239, Incorrect foreign key definition for '%s': %s
1240, Key reference and table reference don't match
1241, Operand should contain %d column(s)
1242, Subquery returns more than 1 row
1243, Unknown prepared statement handler (%.*s) given to %s
1244, Help database is corrupt or does not exist
1245, Cyclic reference on subqueries
1246, Converting column '%s' from %s to %s
1247, Reference '%s' not supported (%s)
1248, Every derived table must have its own alias
1249, Select %u was reduced during optimization
1250, Table '%s' from one of the SELECTs cannot be used in %s
1251, Client does not support authentication protocol requested by server; consider upgrading MySQL client
1252, All parts of a SPATIAL index must be NOT NULL
1253, COLLATION '%s' is not valid for CHARACTER SET '%s'
1254, Slave is already running
1255, Slave already has been stopped
1256, Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)
1257, ZLIB: Not enough memory
1258, ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)
1259, ZLIB: Input data corrupted
1260, Row %u was cut by GROUP_CONCAT()
1261, Row %ld doesn't contain data for all columns
1262, Row %ld was truncated; it contained more data than there were input columns
1263, Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld
1264, Out of range value for column '%s' at row %ld
1265, Data truncated for column '%s' at row %ld
1266, Using storage engine %s for table '%s'
1267, Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
1268, Cannot drop one or more of the requested users
1269, Can't revoke all privileges for one or more of the requested users
1270, Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'
1271, Illegal mix of collations for operation '%s'
1272, Variable '%s' is not a variable component (can't be used as XXXX.variable_name)
1273, Unknown collation: '%s'
1274, SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started
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
1276, Field or reference '%s%s%s%s%s' of SELECT #%d was resolved in SELECT #%d
1277, Incorrect parameter or combination of parameters for START SLAVE UNTIL
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
1279, SQL thread is not to be started so UNTIL options are ignored
1280, Incorrect index name '%s'
1281, Incorrect catalog name '%s'
1282, Query cache failed to set size %lu; new query cache size is %lu
1283, Column '%s' cannot be part of FULLTEXT index
1284, Unknown key cache '%s'
1285, MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work
1286, Unknown storage engine '%s'
1287, '%s' is deprecated and will be removed in a future release. Please use %s instead
1288, The target table %s of the %s is not updatable
1289, The '%s' feature is disabled; you need MySQL built with '%s' to have it working
1290, The MySQL server is running with the %s option so it cannot execute this statement
1291, Column '%s' has duplicated value '%s' in %s
1292, Truncated incorrect %s value: '%s'
1293, Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
1294, Invalid ON UPDATE clause for '%s' column
1295, This command is not supported in the prepared statement protocol yet
1296, Got error %d '%s' from %s
1297, Got temporary error %d '%s' from %s
1298, Unknown or incorrect time zone: '%s'
1299, Invalid TIMESTAMP value in column '%s' at row %ld
1300, Invalid %s character string: '%s'
1301, Result of %s() was larger than max_allowed_packet (%ld) - truncated
1302, Conflicting declarations: '%s%s' and '%s%s'
1303, Can't create a %s from within another stored routine
1304, %s %s already exists
1305, %s %s does not exist
1306, Failed to DROP %s %s
1307, Failed to CREATE %s %s
1308, %s with no matching label: %s
1309, Redefining label %s
1310, End-label %s without match
1311, Referring to uninitialized variable %s
1312, PROCEDURE %s can't return a result set in the given context
1313, RETURN is only allowed in a FUNCTION
1314, %s is not allowed in stored procedures
1315, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.
1316, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.
1317, Query execution was interrupted
1318, Incorrect number of arguments for %s %s; expected %u, got %u
1319, Undefined CONDITION: %s
1320, No RETURN found in FUNCTION %s
1321, FUNCTION %s ended without RETURN
1322, Cursor statement must be a SELECT
1323, Cursor SELECT must not have INTO
1324, Undefined CURSOR: %s
1325, Cursor is already open
1326, Cursor is not open
1327, Undeclared variable: %s
1328, Incorrect number of FETCH variables
1329, No data - zero rows fetched, selected, or processed
1330, Duplicate parameter: %s
1331, Duplicate variable: %s
1332, Duplicate condition: %s
1333, Duplicate cursor: %s
1334, Failed to ALTER %s %s
1335, Subquery value not supported
1336, %s is not allowed in stored function or trigger
1337, Variable or condition declaration after cursor or handler declaration
1338, Cursor declaration after handler declaration
1339, Case not found for CASE statement
1340, Configuration file '%s' is too big
1341, Malformed file type header in file '%s'
1342, Unexpected end of file while parsing comment '%s'
1343, Error while parsing parameter '%s' (line: '%s')
1344, Unexpected end of file while skipping unknown parameter '%s'
1345, EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
1346, File '%s' has unknown type '%s' in its header
1347, '%s.%s' is not %s
1348, Column '%s' is not updatable
1349, View's SELECT contains a subquery in the FROM clause
1349, View's SELECT contains a subquery in the FROM clause
1350, View's SELECT contains a '%s' clause
1351, View's SELECT contains a variable or parameter
1352, View's SELECT refers to a temporary table '%s'
1353, View's SELECT and view's field list have different column counts
1354, View merge algorithm can't be used here for now (assumed undefined algorithm)
1355, View being updated does not have complete key of underlying table in it
1356, View '%s.%s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
1357, Can't drop or alter a %s from within another stored routine
1358, GOTO is not allowed in a stored procedure handler
1359, Trigger already exists
1360, Trigger does not exist
1361, Trigger's '%s' is view or temporary table
1362, Updating of %s row is not allowed in %strigger
1363, There is no %s row in %s trigger
1364, Field '%s' doesn't have a default value
1365, Division by 0
1366, Incorrect %s value: '%s' for column '%s' at row %ld
1367, Illegal %s '%s' value found during parsing
1368, CHECK OPTION on non-updatable view '%s.%s'
1369, CHECK OPTION failed '%s.%s'
1370, %s command denied to user '%s'@'%s' for routine '%s'
1371, Failed purging old relay logs: %s
1372, Password hash should be a %d-digit hexadecimal number
1373, Target log not found in binlog index
1374, I/O error reading log index file
1375, Server configuration does not permit binlog purge
1376, Failed on fseek()
1377, Fatal error during log purge
1378, A purgeable log is in use, will not purge
1379, Unknown error during log purge
1380, Failed initializing relay log position: %s
1381, You are not using binary logging
1382, The '%s' syntax is reserved for purposes internal to the MySQL server
1383, WSAStartup Failed
1384, Can't handle procedures with different groups yet
1385, Select must have a group with this procedure
1386, Can't use ORDER clause with this procedure
1387, Binary logging and replication forbid changing the global server %s
1388, Can't map file: %s, errno: %d
1389, Wrong magic in %s
1390, Prepared statement contains too many placeholders
1391, Key part '%s' length cannot be 0
1392, View text checksum failed
1393, Can not modify more than one base table through a join view '%s.%s'
1394, Can not insert into join view '%s.%s' without fields list
1395, Can not delete from join view '%s.%s'
1396, Operation %s failed for %s
1397, XAER_NOTA: Unknown XID
1398, XAER_INVAL: Invalid arguments (or unsupported command)
1399, XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state
1400, XAER_OUTSIDE: Some work is done outside global transaction
1401, XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency
1402, XA_RBROLLBACK: Transaction branch was rolled back
1403, There is no such grant defined for user '%s' on host '%s' on routine '%s'
1404, Failed to grant EXECUTE and ALTER ROUTINE privileges
1405, Failed to revoke all privileges to dropped routine
1406, Data too long for column '%s' at row %ld
1407, Bad SQLSTATE: '%s'
1408, %s: ready for connections. Version: '%s' socket: '%s' port: %d %s
1409, Can't load value from file with fixed size rows to variable
1410, You are not allowed to create a user with GRANT
1411, Incorrect %s value: '%s' for function %s
1412, Table definition has changed, please retry transaction
1413, Duplicate handler declared in the same block
1414, OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
1415, Not allowed to return a result set from a %s
1416, Cannot get geometry object from data you send to the GEOMETRY field
1417, A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes
1418, This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
1419, You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
1420, You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.
1421, The statement (%lu) has no open cursor.
1422, Explicit or implicit commit is not allowed in stored function or trigger.
1423, Field of view '%s.%s' underlying table doesn't have a default value
1424, Recursive stored functions and triggers are not allowed.
1425, Too big scale %d specified for column '%s'. Maximum is %lu.
1426, Too-big precision %d specified for '%s'. Maximum is %lu.
1427, For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%s').
1428, You can't combine write-locking of system tables with other tables or lock types
1429, Unable to connect to foreign data source: %s
1430, There was a problem processing the query on the foreign data source. Data source error: %s
1431, The foreign data source you are trying to reference does not exist. Data source error: %s
1432, Can't create federated table. The data source connection string '%s' is not in the correct format
1433, The data source connection string '%s' is not in the correct format
1434, Can't create federated table. Foreign data src error: %s
1435, Trigger in wrong schema
1436, Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
1437, Routine body for '%s' is too long
1438, Cannot drop default keycache
1439, Display width out of range for column '%s' (max = %lu)
1440, XAER_DUPID: The XID already exists
1441, Datetime function: %s field overflow
1442, Can't update table '%s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
1443, The definition of table '%s' prevents operation %s on table '%s'.
1444, The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
1445, Not allowed to set autocommit from a stored function or trigger
1446, Definer is not fully qualified
1447, View '%s'.'%s' has no definer information (old table format). Current user is used as definer. Please recreate the view!
1448, You need the SUPER privilege for creation view with '%s'@'%s' definer
1449, The user specified as a definer ('%s'@'%s') does not exist
1450, Changing schema from '%s' to '%s' is not allowed.
1451, Cannot delete or update a parent row: a foreign key constraint fails (%s)
1452, Cannot add or update a child row: a foreign key constraint fails (%s)
1453, Variable '%s' must be quoted with `...`, or renamed
1454, No definer attribute for trigger '%s'.'%s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
1455, '%s' has an old format, you should re-create the '%s' object(s)
1456, Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
1457, Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
1458, Incorrect routine name '%s'
1459, Table upgrade required. Please do "REPAIR TABLE `%s`" or dump/reload to fix it!
1460, AGGREGATE is not supported for stored functions
1461, Can't create more than max_prepared_stmt_count statements (current value: %lu)
1462, `%s`.`%s` contains view recursion
1463, Non-grouping field '%s' is used in %s clause
1464, The used table type doesn't support SPATIAL indexes
1465, Triggers can not be created on system tables
1466, Leading spaces are removed from name '%s'
1467, Failed to read auto-increment value from storage engine
1468, user name
1469, host name
1470, String '%s' is too long for %s (should be no longer than %d)
1471, The target table %s of the %s is not insertable-into
1472, Table '%s' is differently defined or of non-MyISAM type or doesn't exist
1473, Too high level of nesting for select
1474, Name '%s' has become ''
1475, First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
1476, The foreign server, %s, you are trying to create already exists.
1477, The foreign server name you are trying to reference does not exist. Data source error: %s
1478, Table storage engine '%s' does not support the create option '%s'
1479, Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition
1480, Only %s PARTITIONING can use VALUES %s in partition definition
1481, MAXVALUE can only be used in last partition definition
1482, Subpartitions can only be hash partitions and by key
1483, Must define subpartitions on all partitions if on one partition
1484, Wrong number of partitions defined, mismatch with previous setting
1485, Wrong number of subpartitions defined, mismatch with previous setting
1486, Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
1487, Expression in RANGE/LIST VALUES must be constant
1488, Field in list of fields for partition function not found in table
1489, List of fields is only allowed in KEY partitions
1490, The partition info in the frm file is not consistent with what can be written into the frm file
1491, The %s function returns the wrong type
1492, For %s partitions each partition must be defined
1493, VALUES LESS THAN value must be strictly increasing for each partition
1494, VALUES value must be of same type as partition function
1495, Multiple definition of same constant in list partitioning
1496, Partitioning can not be used stand-alone in query
1497, The mix of handlers in the partitions is not allowed in this version of MySQL
1498, For the partitioned engine it is necessary to define all %s
1499, Too many partitions (including subpartitions) were defined
1500, It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
1501, Failed to create specific handler file
1502, A BLOB field is not allowed in partition function
1503, A %s must include all columns in the table's partitioning function
1504, Number of %s = 0 is not an allowed value
1505, Partition management on a not partitioned table is not possible
1506, Foreign keys are not yet supported in conjunction with partitioning
1507, Error in list of partitions to %s
1508, Cannot remove all partitions, use DROP TABLE instead
1509, COALESCE PARTITION can only be used on HASH/KEY partitions
1510, REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
1511, REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
1512, %s PARTITION can only be used on RANGE/LIST partitions
1513, Trying to Add partition(s) with wrong number of subpartitions
1514, At least one partition must be added
1515, At least one partition must be coalesced
1516, More partitions to reorganize than there are partitions
1517, Duplicate partition name %s
1518, It is not allowed to shut off binlog on this command
1519, When reorganizing a set of partitions they must be in consecutive order
1520, Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
1521, Partition function not supported in this version for this handler
1522, Partition state cannot be defined from CREATE/ALTER TABLE
1523, The %s handler only supports 32 bit integers in VALUES
1524, Plugin '%s' is not loaded
1525, Incorrect %s value: '%s'
1526, Table has no partition for value %s
1527, It is not allowed to specify %s more than once
1528, Failed to create %s
1529, Failed to drop %s
1530, The handler doesn't support autoextend of tablespaces
1531, A size parameter was incorrectly specified, either number or on the form 10M
1532, The size number was correct but we don't allow the digit part to be more than 2 billion
1533, Failed to alter: %s
1534, Writing one row to the row-based binary log failed
1535, Table definition on master and slave does not match: %s
1536, Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
1537, Event '%s' already exists
1538, Failed to store event %s. Error code %d from storage engine.
1539, Unknown event '%s'
1540, Failed to alter event '%s'
1541, Failed to drop %s
1542, INTERVAL is either not positive or too big
1543, ENDS is either invalid or before STARTS
1544, Event execution time is in the past. Event has been disabled
1545, Failed to open mysql.event
1546, No datetime expression provided
1547, Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted
1548, Cannot load from mysql.%s. The table is probably corrupted
1549, Failed to delete the event from mysql.event
1550, Error during compilation of event's body
1551, Same old and new event name
1552, Data for column '%s' too long
1553, Cannot drop index '%s': needed in a foreign key constraint
1554, The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead
1555, You can't write-lock a log table. Only read access is possible
1556, You can't use locks with log tables.
1557, Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
1558, Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
1559, Cannot switch out of the row-based binary log format when the session has open temporary tables
1560, Cannot change the binary logging format inside a stored function or trigger
1561, The NDB cluster engine does not support changing the binlog format on the fly yet
1562, Cannot create temporary table with partitions
1563, Partition constant is out of partition function domain
1564, This partition function is not allowed
1565, Error in DDL log
1566, Not allowed to use NULL value in VALUES LESS THAN
1567, Incorrect partition name
1568, Transaction characteristics can't be changed while a transaction is in progress
1569, ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
1570, Internal scheduler error %d
1571, Error during starting/stopping of the scheduler. Error code %u
1572, Engine cannot be used in partitioned tables
1573, Cannot activate '%s' log
1574, The server was not built with row-based replication
1575, Decoding of base64 string failed
1576, Recursion of EVENT DDL statements is forbidden when body is present
1577, Cannot proceed because system tables used by Event Scheduler were found damaged at server start
1578, Only integers allowed as number here
1579, This storage engine cannot be used for log tables"
1580, You cannot '%s' a log table if logging is enabled
1581, Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'
1582, Incorrect parameter count in the call to native function '%s'
1583, Incorrect parameters in the call to native function '%s'
1584, Incorrect parameters in the call to stored function %s
1585, This function '%s' has the same name as a native function
1586, Duplicate entry '%s' for key '%s'
1587, Too many files opened, please execute the command again
1588, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
1589, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.
1590, The incident %s occured on the master. Message: %s
1591, Table has no partition for some existing values
1592, Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
1593, Fatal error: %s
1594, Relay log read failure: %s
1595, Relay log write failure: %s
1596, Failed to create %s
1597, Master command %s failed: %s
1598, Binary logging not possible. Message: %s
1599, View `%s`.`%s` has no creation context
1600, Creation context of view `%s`.`%s' is invalid
1601, Creation context of stored routine `%s`.`%s` is invalid
1602, Corrupted TRG file for table `%s`.`%s`
1603, Triggers for table `%s`.`%s` have no creation context
1604, Trigger creation context of table `%s`.`%s` is invalid
1605, Creation context of event `%s`.`%s` is invalid
1606, Cannot open table for trigger `%s`.`%s`
1607, Cannot create stored routine `%s`. Check warnings
1608, Ambiguous slave modes combination. %s
1609, The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
1610, Corrupted replication event was detected
1611, Invalid column reference (%s) in LOAD DATA
1611, Invalid column reference (%s) in LOAD DATA
1612, Being purged log %s was not found
1613, XA_RBTIMEOUT: Transaction branch was rolled back: took too long
1614, XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
1615, Prepared statement needs to be re-prepared
1616, DELAYED option not supported for table '%s'
1617, The master info structure does not exist
1618, <%s> option ignored
1619, Built-in plugins cannot be deleted
1619, Built-in plugins cannot be deleted
1620, Plugin is busy and will be uninstalled on shutdown
1621, %s variable '%s' is read-only. Use SET %s to assign the value
1622, Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
1623, Unexpected master's heartbeat data: %s
1624, The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).
1625, Bad schema for mysql.ndb_replication table. Message: %s
1626, Error in parsing conflict function. Message: %s
1627, Write to exceptions table failed. Message: %s"
1628, Comment for table '%s' is too long (max = %lu)
1629, Comment for field '%s' is too long (max = %lu)
1630, FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
1631, Database
1632, Table
1633, Partition
1634, Subpartition
1635, Temporary
1636, Renamed
1637, Too many active concurrent transactions
1638, Non-ASCII separator arguments are not fully supported
1639, debug sync point wait timed out
1640, debug sync point hit limit reached
1641, Duplicate condition information item '%s'
1642, Unhandled user-defined warning condition
1643, Unhandled user-defined not found condition
1644, Unhandled user-defined exception condition
1645, RESIGNAL when handler not active
1646, SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
1647, Data truncated for condition item '%s'
1648, Data too long for condition item '%s'
1649, Unknown locale: '%s'
1650, The requested server id %d clashes with the slave startup option --replicate-same-server-id
1651, Query cache is disabled; restart the server with query_cache_type=1 to enable it
1652, Duplicate partition field name '%s'
1653, Inconsistency in usage of column lists for partitioning
1654, Partition column values of incorrect type
1655, Too many fields in '%s'
1656, Cannot use MAXVALUE as value in VALUES IN
1657, Cannot have more than one value for this type of %s partitioning
1658, Row expressions in VALUES IN only allowed for multi-field column partitioning
1659, Field '%s' is of a not allowed type for this type of partitioning
1660, The total length of the partitioning fields is too large
1661, Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.
1662, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.
1663, Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s
1664, Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.
1665, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s
1666, Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.
1667, Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.
1668, The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.
1669, The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.
1670, The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
1671, Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
1672, Statement is unsafe because it uses a UDF which may not return the same value on the slave.
1673, Statement is unsafe because it uses a system variable that may have a different value on the slave.
1674, Statement is unsafe because it uses a system function that may return a different value on the slave.
1675, Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
1676, %s Statement: %s
1677, Column %d of table '%s.%s' cannot be converted from type '%s' to type '%s'
1678, Can't create conversion table for table '%s.%s'
1679, Cannot modify @@session.binlog_format inside a transaction
1680, The path specified for %s is too long.
1681, '%s' is deprecated and will be removed in a future release.
1682, Native table '%s'.'%s' has the wrong structure
1683, Invalid performance_schema usage.
1684, Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement
1685, Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
1686, Cannot change the binlog direct flag inside a stored function or trigger
1687, A SPATIAL index may only contain a geometrical type column
1688, Comment for index '%s' is too long (max = %lu)
1689, Wait on a lock was aborted due to a pending exclusive lock
1690, %s value is out of range in '%s'
1691, A variable of a non-integer based type in LIMIT clause
1692, Mixing self-logging and non-self-logging engines in a statement is unsafe.
1693, Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
1694, Cannot modify @@session.sql_log_bin inside a transaction
1695, Cannot change the sql_log_bin inside a stored function or trigger
1696, Failed to read from the .par file
1697, VALUES value for partition '%s' must have type INT
1698, Access denied for user '%s'@'%s'
1699, SET PASSWORD has no significance for users authenticating via plugins
1700, GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
1701, Cannot truncate a table referenced in a foreign key constraint (%s)
1702, Plugin '%s' is force_plus_permanent and can not be unloaded
1703, The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
1704, The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds. A sensible value for the period should be less than the timeout.
1705, Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
1706, Primary key/partition key update is not allowed since the table is updated both as '%s' and '%s'.
1707, Table rebuild required. Please do "ALTER TABLE `%s` FORCE" or dump/reload to fix it!
1708, The value of '%s' should be no less than the value of '%s'
1709, Index column size too large. The maximum column size is %lu bytes.
1710, Trigger '%s' has an error in its body: '%s'
1711, Unknown trigger has an error in its body: '%s'
1712, Index %s is corrupted
1713, Undo log record is too big.
1714, INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1715, INSERT... SELECT... ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.
1716, REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
1717, CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1718, CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
1719, UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1720, Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.
1721, Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it.
1722, Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.
1723, CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.
1724, INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
1725, Table is being used in foreign key check.
1726, Storage engine '%s' does not support system tables. [%s.%s]
1727, INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
1728, Cannot load from %s.%s. The table is probably corrupted
1729, The requested value %s for the master delay exceeds the maximum %u
1730, Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)
1731, Non matching attribute '%s' between partition and table
1732, Table to exchange with partition is partitioned: '%s'
1733, Table to exchange with partition is temporary: '%s'
1734, Subpartitioned table, use subpartition instead of partition
1735, Unknown partition '%s' in table '%s'
1736, Tables have different definitions
1737, Found a row that does not match the partition
1738, Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.
1739, Cannot use %s access on index '%s' due to type or collation conversion on field '%s'
1740, Table to exchange with partition has foreign key references: '%s'
1741, Key value '%s' was not found in table '%s.%s'
1742, Data for column '%s' too long
1743, Replication event checksum verification failed while reading from network.
1744, Replication event checksum verification failed while reading from a log file.
1745, Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.
1746, Can't update table '%s' while '%s' is being created.
1747, PARTITION () clause on non partitioned table
1748, Found a row not matching the given partition set
1749, partition '%s' doesn't exist
1750, Failure while changing the type of replication repository: %s.
1751, The creation of some temporary tables could not be rolled back.
1752, Some temporary tables were dropped, but these operations could not be rolled back.
1753, %s is not supported in multi-threaded slave mode. %s
1754, The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.
1755, Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.
1756, %s
1757, FULLTEXT index is not supported for partitioned tables.
1758, Invalid condition number
1759, Sending passwords in plain text without SSL/TLS is extremely insecure.
1760, Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
1761, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in table '%s', key '%s'
1762, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in a child table
1763, Setting authentication options is not possible when only the Slave SQL Thread is being started.
1764, The table does not have FULLTEXT index to support this query
1765, The system variable %s cannot be set in stored functions or triggers.
1766, The system variable %s cannot be set when there is an ongoing transaction.
1767, The system variable @@SESSION.GTID_NEXT has the value %s, which is not listed in @@SESSION.GTID_NEXT_LIST.
1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
1769, The statement 'SET %s' cannot invoke a stored function.
1770, The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.
1771, Skipping transaction %s because it has already been executed and logged.
1772, Malformed GTID set specification '%s'.
1773, Malformed GTID set encoding.
1774, Malformed GTID specification '%s'.
1775, Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.
1776, Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.
1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 cannot be executed because @@GLOBAL.GTID_MODE = OFF.
1778, Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
1779, @@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.
1779, GTID_MODE = ON requires ENFORCE_GTID_CONSISTENCY = ON.
1780, @@GLOBAL.GTID_MODE = ON or ON_PERMISSIVE or OFF_PERMISSIVE requires --log-bin and --log-slave-updates.
1781, @@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.
1782, @@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.
1783, @@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.
1784, Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.
1784, Found a Gtid_log_event when @@GLOBAL.GTID_MODE = OFF.
1785, Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
1786, Statement violates GTID consistency: CREATE TABLE ... SELECT.
1787, Statement violates GTID consistency: CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can only be executed outside transactional context. These statements are also not allowed in a function or trigger because functions and triggers are also considered to be multi-statement transactions.
1788, The value of @@GLOBAL.GTID_MODE can only be changed one step at a time: OFF <-> OFF_PERMISSIVE <-> ON_PERMISSIVE <-> ON. Also note that this value must be stepped up or down simultaneously on all servers. See the Manual for instructions.
1789, The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.
1790, @@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
1791, Unknown EXPLAIN format name: '%s'
1792, Cannot execute statement in a READ ONLY transaction.
1793, Comment for table partition '%s' is too long (max = %lu)
1794, Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.
1795, InnoDB presently supports one FULLTEXT index creation at a time
1796, Cannot create FULLTEXT index on temporary InnoDB table
1797, Column '%s' is of wrong type for an InnoDB FULLTEXT index
1798, Index '%s' is of wrong type for an InnoDB FULLTEXT index
1799, Creating index '%s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.
1800, Unknown ALGORITHM '%s'
1801, Unknown LOCK type '%s'
1802, CHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode. Consider using RESET SLAVE or START SLAVE UNTIL.
1803, Cannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.
1804, Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.
1805, Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted
1806, Slave must silently retry current transaction
1807, There is a foreign key check running on table '%s'. Cannot discard the table.
1808, Schema mismatch (%s)
1809, Table '%s' in system tablespace
1810, IO Read error: (%lu, %s) %s
1811, IO Write error: (%lu, %s) %s
1812, Tablespace is missing for table %s.
1813, Tablespace '%s' exists.
1814, Tablespace has been discarded for table '%s'
1815, Internal error: %s
1816, ALTER TABLE %s IMPORT TABLESPACE failed with error %lu : '%s'
1817, Index corrupt: %s
1818, Supports only YEAR or YEAR(4) column.
1819, Your password does not satisfy the current policy requirements
1820, You must reset your password using ALTER USER statement before executing this statement.
1821, Failed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'
1822, Failed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'
1823, Failed to add the foreign key constraint '%s' to system tables
1824, Failed to open the referenced table '%s'
1825, Failed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'
1826, Duplicate foreign key constraint name '%s'
1827, The password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.
1828, Cannot drop column '%s': needed in a foreign key constraint '%s'
1829, Cannot drop column '%s': needed in a foreign key constraint '%s' of table '%s'
1830, Column '%s' cannot be NOT NULL: needed in a foreign key constraint '%s' SET NULL
1831, Duplicate index '%s' defined on the table '%s.%s'. This is deprecated and will be disallowed in a future release.
1832, Cannot change column '%s': used in a foreign key constraint '%s'
1833, Cannot change column '%s': used in a foreign key constraint '%s' of table '%s'
1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
1835, Malformed communication packet.
1836, Running in read-only mode
1837, When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK. Please check GTID_NEXT variable manual page for detailed explanation. Current @@SESSION.GTID_NEXT is '%s'.
1838, The system variable %s cannot be set in stored procedures.
1839, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.
1840, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.
1841, @@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).
1842, @@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.
1843, @@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.
1844, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.
1845, %s is not supported for this operation. Try %s.
1846, %s is not supported. Reason: %s. Try %s.
1847, COPY algorithm requires a lock
1848, Partition specific operations do not yet support LOCK/ALGORITHM
1849, Columns participating in a foreign key are renamed
1850, Cannot change column type INPLACE
1851, Adding foreign keys needs foreign_key_checks=OFF
1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
1853, Dropping a primary key is not allowed without also adding a new primary key
1854, Adding an auto-increment column requires a lock
1855, Cannot replace hidden FTS_DOC_ID with a user-visible one
1856, Cannot drop or rename FTS_DOC_ID
1857, Fulltext index creation requires a lock
1858, sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction
1859, Duplicate entry for key '%s'
1860, Long database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.
1861, cannot silently convert NULL values, as required in this SQL_MODE
1862, Your password has expired. To log in you must change it using a client that supports expired passwords.
1863, Found a row in wrong partition %s
1864, Cannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.
1865, Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table
1866, The binary log file '%s' is logically corrupted: %s
1867, file %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.
1868, file %s was not purged because it is the active log file.
1869, Auto-increment value in UPDATE conflicts with internally generated values
1870, Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%s'
1871, Slave failed to initialize master info structure from the repository
1872, Slave failed to initialize relay log info structure from the repository
1873, Access denied trying to change to user '%s'@'%s' (using password: %s). Disconnecting.
1874, InnoDB is in read only mode.
1875, STOP SLAVE command execution is incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thread will stop once the current task is complete.
1876, STOP SLAVE command execution is incomplete: Slave IO thread got the stop signal, thread is busy, IO thread will stop once the current task is complete.
1877, Operation cannot be performed. The table '%s.%s' is missing, corrupt or contains bad data.
1878, Temporary file write failure.
1879, Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.
1880, TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.
1881, Operation not allowed when innodb_forced_recovery > 0.
1882, The initialization vector supplied to %s is too short. Must be at least %d bytes long
1883, Plugin '%s' cannot be uninstalled now. %s
1884, Cannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
1885, Slave has more GTIDs than the master has, using the master's SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been committed on master but are not included in GTID_EXECUTED.
1906, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD first.
3000, File %s is corrupted
3001, Query partially completed on the master (error on master: %d) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;. Query:'%s'
3002, Query caused different errors on master and slave. Error on master: message (format)='%s' error code=%d; Error on slave:actual message='%s', error code=%d. Default database:'%s'. Query:'%s'
3003, Storage engine for table '%s'.'%s' is not loaded.
3004, GET STACKED DIAGNOSTICS when handler not active
3005, %s is no longer supported. The statement was converted to %s.
3006, Statement is unsafe because it uses a fulltext parser plugin which may not return the same value on the slave.
3007, Cannot DISCARD/IMPORT tablespace associated with temporary table
3008, Foreign key cascade delete/update exceeds max depth of %d.
3009, Column count of %s.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
3010, Trigger %s.%s.%s does not have CREATED attribute.
3011, Referenced trigger '%s' for the given action time and event type does not exist.
3012, EXPLAIN FOR CONNECTION command is supported only for SELECT/UPDATE/INSERT/DELETE/REPLACE
3013, Invalid size for column '%s'.
3014, Table storage engine '%s' found required create option missing
3015, Out of memory in storage engine '%s'.
3016, The password for anonymous user cannot be expired.
3017, This operation cannot be performed with a running slave sql thread; run STOP SLAVE SQL_THREAD first
3018, Cannot create FULLTEXT index on materialized subquery
3019, Undo Log error: %s
3020, Invalid argument for logarithm
3021, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD FOR CHANNEL '%s' first.
3022, This operation may not be safe when the slave has temporary tables. The tables will be kept open until the server restarts or until the tables are deleted by any replicated DROP statement. Suggest to wait until slave_open_temp_tables = 0.
3023, CHANGE MASTER TO with a MASTER_LOG_FILE clause but no MASTER_LOG_POS clause may not be safe. The old position value may not be valid for the new binary log file.
3024, Query execution was interrupted, maximum statement execution time exceeded
3025, Select is not a read only statement, disabling timer
3026, Duplicate entry '%s'.
3027, '%s' mode no longer has any effect. Use STRICT_ALL_TABLES or STRICT_TRANS_TABLES instead.
3028, Expression #%u of ORDER BY contains aggregate function and applies to a UNION
3029, Expression #%u of ORDER BY contains aggregate function and applies to the result of a non-aggregated query
3030, Slave worker has stopped after at least one previous worker encountered an error when slave-preserve-commit-order was enabled. To preserve commit order, the last transaction executed by this thread has not been committed. When restarting the slave after fixing any failed threads, you should fix this worker as well.
3031, slave_preserve_commit_order is not supported %s.
3032, The server is currently in offline mode
3033, Binary geometry function %s given two geometries of different srids: %u and %u, which should have been identical.
3034, Calling geometry function %s with unsupported types of arguments.
3035, Unknown GIS error occured in function %s.
3036, Unknown exception caught in GIS function %s.
3037, Invalid GIS data provided to function %s.
3038, The geometry has no data in function %s.
3039, Unable to calculate centroid because geometry is empty in function %s.
3040, Geometry overlay calculation error: geometry data is invalid in function %s.
3041, Geometry turn info calculation error: geometry data is invalid in function %s.
3042, Analysis procedures of intersection points interrupted unexpectedly in function %s.
3043, Unknown exception thrown in function %s.
3044, Memory allocation error: %s in function %s.
3045, Domain error: %s in function %s.
3046, Length error: %s in function %s.
3047, Invalid argument error: %s in function %s.
3048, Out of range error: %s in function %s.
3049, Overflow error error: %s in function %s.
3050, Range error: %s in function %s.
3051, Underflow error: %s in function %s.
3052, Logic error: %s in function %s.
3053, Runtime error: %s in function %s.
3054, Unknown exception: %s in function %s.
3055, Geometry byte string must be little endian.
3056, The password provided for the replication user exceeds the maximum length of 32 characters
3057, Incorrect user-level lock name '%s'.
3058, Deadlock found when trying to get user-level lock; try rolling back transaction/releasing locks and restarting lock acquisition.
3059, REPLACE cannot be executed as it requires deleting rows that are not in the view
3060, Do not support online operation on table with GIS index
3061, User variable name '%s' is illegal
3062, Cannot %s when GTID_MODE = OFF.
3063, Cannot %s from a replication slave thread.
3064, Incorrect type for argument %s in function %s.
3065, Expression #%u of ORDER BY clause is not in SELECT list, references column '%s' which is not in SELECT list; this is incompatible with %s
3066, Expression #%u of ORDER BY clause is not in SELECT list, contains aggregate function; this is incompatible with %s
3067, Supplied filter list contains a value which is not in the required format 'db_pattern.table_pattern'
3068, OK packet too large
3069, Invalid JSON data provided to function %s: %s
3070, Invalid GeoJSON data provided to function %s: Missing required member '%s'
3071, Invalid GeoJSON data provided to function %s: Member '%s' must be of type '%s'
3072, Invalid GeoJSON data provided to function %s
3073, Unsupported number of coordinate dimensions in function %s: Found %u, expected %u
3074, Slave channel '%s' does not exist.
3075, A slave channel '%s' already exists for the given host and port combination.
3076, Couldn't create channel: Channel name is either invalid or too long.
3077, To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.
3078, Cannot delete slave info objects for channel '%s'.
3079, Multiple channels exist on the slave. Please provide channel name as an argument.
3080, Maximum number of replication channels allowed exceeded.
3081, This operation cannot be performed with running replication threads; run STOP SLAVE FOR CHANNEL '%s' first
3082, This operation requires running replication threads; configure slave and run START SLAVE FOR CHANNEL '%s'
3083, Replication thread(s) for channel '%s' are already runnning.
3084, Replication thread(s) for channel '%s' are already stopped.
3085, This operation cannot be performed with a running slave sql thread; run STOP SLAVE SQL_THREAD FOR CHANNEL '%s' first.
3086, When sql_slave_skip_counter > 0, it is not allowed to start more than one SQL thread by using 'START SLAVE [SQL_THREAD]'. Value of sql_slave_skip_counter can only be used by one SQL thread at a time. Please use 'START SLAVE [SQL_THREAD] FOR CHANNEL' to start the SQL thread which will use the value of sql_slave_skip_counter.
3087, Expression #%u of %s is not in GROUP BY clause and contains nonaggregated column '%s' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
3088, In aggregated query without GROUP BY, expression #%u of %s contains nonaggregated column '%s'; this is incompatible with sql_mode=only_full_group_by
3089, Updating '%s' is deprecated. It will be made read-only in a future release.
3090, Changing sql mode '%s' is deprecated. It will be removed in a future release.
3091, DROP DATABASE failed; some tables may have been dropped but the database directory remains. The GTID has not been added to GTID_EXECUTED and the statement was not written to the binary log. Fix this as follows: (1) remove all files from the database directory %s; (2) SET GTID_NEXT='%s'; (3) DROP DATABASE `%s`.
3092, The server is not configured properly to be an active member of the group. Please see more details on error log.
3093, The START GROUP_REPLICATION command failed since the group is already running.
3094, The START GROUP_REPLICATION command failed as the applier module failed to start.
3095, The STOP GROUP_REPLICATION command execution is incomplete: The applier thread got the stop signal while it was busy. The applier thread will stop once the current task is complete.
3096, The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
3097, The START GROUP_REPLICATION command failed as there was an error when joining the communication group.
3098, The table does not comply with the requirements by an external plugin.
3099, Cannot change the value of variable %s without binary log format as ROW.
3100, Error on observer while running replication hook '%s'.
3101, Plugin instructed the server to rollback the current transaction.
3102, Expression of generated column '%s' contains a disallowed function.
3103, Key/Index cannot be defined on a virtual generated column.
3103, INPLACE ADD or DROP of virtual columns cannot be combined with other ALTER TABLE actions
3104, Cannot define foreign key with %s clause on a generated column.
3105, The value specified for generated column '%s' in table '%s' is not allowed.
3106, '%s' is not supported for generated columns.
3107, Generated column can refer only to generated columns defined prior to it.
3108, Column '%s' has a generated column dependency.
3109, Generated column '%s' cannot refer to auto-increment column.
3110, The '%s' feature is not available; you need to remove '%s' or use MySQL built with '%s'
3111, SET @@GLOBAL.GTID_MODE = %s is not allowed because %s.
3112, The replication receiver thread%s cannot start in AUTO_POSITION mode: this server uses @@GLOBAL.GTID_MODE = OFF.
3113, Cannot replicate anonymous transaction when AUTO_POSITION = 1, at file %s, position %lld.
3114, Cannot replicate anonymous transaction when @@GLOBAL.GTID_MODE = ON, at file %s, position %lld.
3115, Cannot replicate GTID-transaction when @@GLOBAL.GTID_MODE = OFF, at file %s, position %lld.
3116, Cannot set ENFORCE_GTID_CONSISTENCY = ON because there are ongoing transactions that violate GTID consistency.
3117, There are ongoing transactions that violate GTID consistency.
3118, Access denied for user '%s'@'%s'. Account is locked.
3119, Incorrect tablespace name `%s`
3120, Tablespace `%s` is not empty.
3121, Incorrect File Name '%s'.
3122, Inconsistent intersection points.
3123, Optimizer hint syntax error
3124, Unsupported MAX_EXECUTION_TIME
3125, MAX_EXECUTION_TIME hint is supported by top-level standalone SELECT statements only
3126, Hint %s is ignored as conflicting/duplicated
3127, Query block name %s is not found for %s hint
3128, Unresolved name %s for %s hint
3129, Unsetting sql mode '%s' is deprecated. It will be made read-only in a future release.
3129, Please do not modify the %s table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
3130, Command not supported by pluggable protocols
3131, Incorrect locking service lock name '%s'.
3132, Deadlock found when trying to get locking service lock; try releasing locks and restarting lock acquisition.
3133, Service lock wait timeout exceeded.
3134, Parameter %s exceeds the maximum number of points in a geometry (%lu) in function %s.
3135, 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
3136, Version token mismatch for %.*s. Correct value %.*s
3137, Version token %.*s not found.
3138, Variable %s cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
3139, %s cannot be performed on channel '%s'.
3140, Invalid JSON text: "%s" at position %u in value for column '%s'.
3141, Invalid JSON text in argument %u to function %s: "%s" at position %u.%s
3142, The JSON binary value contains invalid data.
3143, Invalid JSON path expression. The error is around character position %u.%s
3144, Cannot create a JSON value from a string with CHARACTER SET '%s'.
3145, Invalid JSON character data provided to function %s: '%s'; utf8 is required.
3146, Invalid data type for JSON data in argument %u to function %s; a JSON string or JSON type is required.
3147, Cannot CAST value to JSON.
3148, A path expression must be encoded in the utf8 character set. The path expression '%s' is encoded in character set '%s'.
3149, In this situation, path expressions may not contain the * and ** tokens.
3150, The JSON value is too big to be stored in a JSON column.
3151, The JSON object contains a key name that is too long.
3152, JSON column '%s' cannot be used in key specification.
3153, The path expression '$' is not allowed in this context.
3154, The oneOrAll argument to %s may take these values: 'one' or 'all'.
3155, Out of range JSON value for CAST to %s%s from column %s at row %ld
3156, Invalid JSON value for CAST to %s%s from column %s at row %ld
3157, The JSON document exceeds the maximum depth.
3158, JSON documents may not contain NULL member names.
3159, Connections using insecure transport are prohibited while --require_secure_transport=ON.
3160, No secure transports (SSL or Shared Memory) are configured, unable to set --require_secure_transport=ON.
3161, Storage engine %s is disabled (Table creation is disallowed).
3162, User %s does not exist.
3163, User %s already exists.
3164, Aborted by Audit API ('%s';%d).
3165, A path expression is not a path to a cell in an array.
3166, Another buffer pool resize is already in progress.
3167, The '%s' feature is disabled; see the documentation for '%s'
3168, Server isn't available
3169, Session was killed
3170, Memory capacity of %llu bytes for '%s' exceeded. %s
3171, Range optimization was not done for this query.
3172, Partitioning upgrade required. Please dump/reload to fix it or do: ALTER TABLE `%s`.`%s` UPGRADE PARTITIONING
3173, The client holds ownership of the GTID %s. Therefore, WAIT_FOR_EXECUTED_GTID_SET cannot wait for this GTID.
3174, Cannot add foreign key on the base column of indexed virtual column.
3175, Cannot create index on virtual column whose base column has foreign constraint.
3176, Please do not modify the %s table with an XA transaction. This is an internal system table used to store GTIDs for committed transactions. Although modifying it can lead to an inconsistent GTID state, if neccessary you can modify it with a non-XA transaction.
3177, Lock acquisition refused by storage engine.
3178, ADD COLUMN col...VIRTUAL, ADD INDEX(col)
3179, Master key rotation is not supported by storage engine.
3180, Encryption key rotation error reported by SE: %s
3181, Write to binlog failed. However, master key rotation has been completed successfully.
3182, Storage engine is not available.
3183, This tablespace can't be encrypted.
3184, Invalid encryption option.
3185, Can't find master key from keyring, please check keyring plugin is loaded.
3186, Parser bailed out for this query.
3187, Cannot alter encryption attribute by inplace algorithm.
3188, Function '%s' failed because underlying keyring service returned an error. Please check if a keyring plugin is installed and that provided arguments are valid for the keyring you are using.
3189, It seems that your db schema is old. The %s column is 77 characters long and should be 93 characters long. Please run mysql_upgrade.
3190, RESET MASTER is not allowed because %s.
3191, The START GROUP_REPLICATION command failed since the group already has 9 members.
3192, Cannot add foreign key on the base column of stored column.
3193, Cannot complete the operation because table is referenced by another connection.
@gkristic
Copy link

After a few replacements... there's many more to do, but you get the idea.

1000, hashchk
1001, isamchk
1002, NO
1003, YES
1004, Can't create file '%s'
1005, Can't create table '%s'
1006, Can't create database '%s'
1007, Can't create database '%s'; database exists
1008, Can't drop database '%s'; database doesn't exist
1009, Error dropping database (can't delete '%s')
1010, Error dropping database (can't rmdir '%s')
1011, Error on delete of '%s'
1012, Can't read record in system table
1013, Can't get status of '%s'
1014, Can't get working directory
1015, Can't lock file
1016, Can't open file: '%s'
1017, Can't find file: '%s'
1018, Can't read dir of '%s'
1019, Can't change dir to '%s'
1020, Record has changed since last read in table '%s'
1021, Disk full (%s); waiting for someone to free some space...
1022, Can't write; duplicate key in table '%s'
1023, Error on close of '%s'
1024, Error reading file '%s'
1025, Error on rename of '%s' to '%s'
1026, Error writing file '%s'
1027, '%s' is locked against change
1028, Sort aborted
1029, View doesn't exist for '%s'
1030, Got error %d from storage engine
1031, Table storage engine for '%s' doesn't have this option
1032, Can't find record in '%s'1000, hashchk
1001, isamchk
1002, NO
1003, YES
1004, Can't create file '%s' (errno: %d - %s)
1005, Can't create table '%s' (errno: %d)
1006, Can't create database '%s' (errno: %d)
1007, Can't create database '%s'; database exists
1008, Can't drop database '%s'; database doesn't exist
1009, Error dropping database (can't delete '%s', errno: %d)
1010, Error dropping database (can't rmdir '%s', errno: %d)
1011, Error on delete of '%s' (errno: %d - %s)
1012, Can't read record in system table
1013, Can't get status of '%s' (errno: %d - %s)
1014, Can't get working directory (errno: %d - %s)
1015, Can't lock file (errno: %d - %s)
1016, Can't open file: '%s' (errno: %d - %s)
1017, Can't find file: '%s' (errno: %d - %s)
1018, Can't read dir of '%s' (errno: %d - %s)
1019, Can't change dir to '%s' (errno: %d - %s)
1020, Record has changed since last read in table '%s'
1021, Disk full (%s); waiting for someone to free some space... (errno: %d - %s)
1022, Can't write; duplicate key in table '%s'
1023, Error on close of '%s' (errno: %d - %s)
1024, Error reading file '%s' (errno: %d - %s)
1025, Error on rename of '%s' to '%s' (errno: %d - %s)
1026, Error writing file '%s' (errno: %d - %s)
1027, '%s' is locked against change
1028, Sort aborted
1029, View '%s' doesn't exist for '%s'
1030, Got error %d from storage engine
1031, Table storage engine for '%s' doesn't have this option
1032, Can't find record in '%s'
1033, Incorrect information in file: '%s'
1034, Incorrect key file for table '%s'; try to repair it
1035, Old key file for table '%s'; repair it!
1036, Table '%s' is read only
1037, Out of memory; restart server and try again (needed %d bytes)
1038, Out of sort memory, consider increasing server sort buffer size
1039, Unexpected EOF found when reading file '%s' (errno: %d - %s)
1040, Too many connections
1041, Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
1042, Can't get hostname for your address
1043, Bad handshake
1044, Access denied for user '%s'@'%s' to database '%s'
1045, Access denied for user '%s'@'%s' (using password: %s)
1046, No database selected
1047, Unknown command
1048, Column 's' cannot be null
1049, Unknown database '%s'
1050, Table '%s' already exists
1051, Unknown table '%s'
1052, Column '%s' in %s is ambiguous
1053, Server shutdown in progress
1054, Unknown column '%s' in '%s'
1055, '%s' isn't in GROUP BY
1056, Can't group on '%s'
1057, Statement has sum functions and columns in same statement
1058, Column count doesn't match value count
1059, Identifier name '%s' is too long
1060, Duplicate column name '%s'
1061, Duplicate key name '%s'
1062, Duplicate entry '%s' for key %d
1063, Incorrect column specifier for column '%s'
1064, %s near '%s' at line %d
1065, Query was empty
1066, Not unique table/alias: '%s'
1067, Invalid default value for '%s'
1068, Multiple primary key defined
1069, Too many keys specified; max %d keys allowed
1070, Too many key parts specified; max %d parts allowed
1071, Specified key was too long; max key length is %d bytes
1072, Key column '%s' doesn't exist in table
1073, BLOB column '%s' can't be used in key specification with the used table type
1074, Column length too big for column '%s' (max = %lu); use BLOB or TEXT instead
1075, Incorrect table definition; there can be only one auto column and it must be defined as a key
1076, %s: ready for connections. Version: '%s' socket: '%s' port: %d
1077, %s: Normal shutdown
1078, %s: Got signal %d. Aborting!
1079, %s: Shutdown complete
1080, %s: Forcing close of thread %ld user: '%s'
1081, Can't create IP socket
1082, Table '%s' has no index like the one used in CREATE INDEX; recreate the table
1083, Field separator argument is not what is expected; check the manual
1084, You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
1085, The file '%s' must be in the database directory or be readable by all
1086, File '%s' already exists
1087, Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
1088, Records: %ld Duplicates: %ld
1089, Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
1090, You can't delete all columns with ALTER TABLE; use DROP TABLE instead
1091, Can't DROP '%s'; check that column/key exists
1092, Records: %ld Duplicates: %ld Warnings: %ld
1093, You can't specify target table '%s' for update in FROM clause
1094, Unknown thread id: %lu
1095, You are not owner of thread %lu
1096, No tables used
1097, Too many strings for column %s and SET
1098, Can't generate a unique log-filename %s.(1-999)
1099, Table '%s' was locked with a READ lock and can't be updated
1100, Table '%s' was not locked with LOCK TABLES
1101, BLOB, TEXT, GEOMETRY or JSON column '%s' can't have a default value
1102, Incorrect database name '%s'
1103, Incorrect table name '%s'
1104, The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
1105, Unknown error
1106, Unknown procedure '%s'
1107, Incorrect parameter count to procedure '%s'
1108, Incorrect parameters to procedure '%s'
1109, Unknown table '%s' in %s
1110, Column '%s' specified twice
1111, Invalid use of group function
1112, Table '%s' uses an extension that doesn't exist in this MySQL version
1113, A table must have at least 1 column
1114, The table '%s' is full
1115, Unknown character set: '%s'
1116, Too many tables; MySQL can only use %d tables in a join
1117, Too many columns
1118, Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
1119, Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed
1120, Cross dependency found in OUTER JOIN; examine your ON conditions
1121, Table handler doesn't support NULL in given index. Please change column '%s' to be NOT NULL or use another handler
1122, Can't load function '%s'
1123, Can't initialize function '%s'; %s
1124, No paths allowed for shared library
1125, Function '%s' already exists
1126, Can't open shared library '%s' (errno: %d %s)
1127, Can't find symbol '%s' in library
1128, Function '%s' is not defined
1129, Host '%s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
1130, Host '%s' is not allowed to connect to this MySQL server
1131, You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
1132, You must have privileges to update tables in the mysql database to be able to change passwords for others
1133, Can't find any matching row in the user table
1134, Rows matched: %ld Changed: %ld Warnings: %ld
1135, Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
1136, Column count doesn't match value count at row %ld
1137, Can't reopen table: '%s'
1138, Invalid use of NULL value
1139, Got error '%s' from regexp
1140, Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
1141, There is no such grant defined for user '%s' on host '%s'
1142, %s command denied to user '%s'@'%s' for table '%s'
1143, %s command denied to user '%s'@'%s' for column '%s' in table '%s'
1144, Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used
1145, The host or user argument to GRANT is too long
1146, Table '%s.%s' doesn't exist
1147, There is no such grant defined for user '%s' on host '%s' on table '%s'
1148, The used command is not allowed with this MySQL version
1149, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
1150, Delayed insert thread couldn't get requested lock for table %s
1151, Too many delayed threads in use
1152, Aborted connection %ld to db: '%s' user: '%s' (%s)
1153, Got a packet bigger than 'max_allowed_packet' bytes
1154, Got a read error from the connection pipe
1155, Got an error from fcntl()
1156, Got packets out of order
1157, Couldn't uncompress communication packet
1158, Got an error reading communication packets
1159, Got timeout reading communication packets
1160, Got an error writing communication packets
1161, Got timeout writing communication packets
1162, Result string is longer than 'max_allowed_packet' bytes
1163, The used table type doesn't support BLOB/TEXT columns
1164, The used table type doesn't support AUTO_INCREMENT columns
1165, INSERT DELAYED can't be used with table '%s' because it is locked with LOCK TABLES
1166, Incorrect column name '%s'
1167, The used storage engine can't index column '%s'
1168, Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
1169, Can't write, because of unique constraint, to table '%s'
1170, BLOB/TEXT column '%s' used in key specification without a key length
1171, All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
1172, Result consisted of more than one row
1173, This table type requires a primary key
1174, This version of MySQL is not compiled with RAID support
1175, You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
1176, Key '%s' doesn't exist in table '%s'
1177, Can't open table
1178, The storage engine for the table doesn't support %s
1179, You are not allowed to execute this command in a transaction
1180, Got error %d during COMMIT
1181, Got error %d during ROLLBACK
1182, Got error %d during FLUSH_LOGS
1183, Got error %d during CHECKPOINT
1184, Aborted connection %u to db: '%s' user: '%s' host: '%s' (%s)
1185, The storage engine for the table does not support binary table dump
1186, Binlog closed, cannot RESET MASTER
1187, Failed rebuilding the index of dumped table '%s'
1188, Error from master: '%s'
1189, Net error reading from master
1190, Net error writing to master
1191, Can't find FULLTEXT index matching the column list
1192, Can't execute the given command because you have active locked tables or an active transaction
1193, Unknown system variable '%s'
1194, Table '%s' is marked as crashed and should be repaired
1195, Table '%s' is marked as crashed and last (automatic?) repair failed
1196, Some non-transactional changed tables couldn't be rolled back
1197, Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
1198, This operation cannot be performed with a running slave; run STOP SLAVE first
1199, This operation requires a running slave; configure slave and do START SLAVE
1200, The server is not configured as slave; fix in config file or with CHANGE MASTER TO
1201, Could not initialize master info structure; more error messages can be found in the MySQL error log
1202, Could not create slave thread; check system resources
1203, User %s already has more than 'max_user_connections' active connections
1204, You may only use constant expressions with SET
1205, Lock wait timeout exceeded; try restarting transaction
1206, The total number of locks exceeds the lock table size
1207, Update locks cannot be acquired during a READ UNCOMMITTED transaction
1208, DROP DATABASE not allowed while thread is holding global read lock
1209, CREATE DATABASE not allowed while thread is holding global read lock
1210, Incorrect arguments to %s
1211, '%s'@'%s' is not allowed to create new users
1212, Incorrect table definition; all MERGE tables must be in the same database
1213, Deadlock found when trying to get lock; try restarting transaction
1214, The used table type doesn't support FULLTEXT indexes
1215, Cannot add foreign key constraint
1216, Cannot add or update a child row: a foreign key constraint fails
1217, Cannot delete or update a parent row: a foreign key constraint fails
1218, Error connecting to master: %s
1219, Error running query on master: %s
1220, Error when executing command %s: %s
1221, Incorrect usage of %s and %s
1222, The used SELECT statements have a different number of columns
1223, Can't execute the query because you have a conflicting read lock
1224, Mixing of transactional and non-transactional tables is disabled
1225, Option '%s' used twice in statement
1226, User '%s' has exceeded the '%s' resource (current value: %ld)
1227, Access denied; you need (at least one of) the %s privilege(s) for this operation
1228, Variable '%s' is a SESSION variable and can't be used with SET GLOBAL
1229, Variable '%s' is a GLOBAL variable and should be set with SET GLOBAL
1230, Variable '%s' doesn't have a default value
1231, Variable '%s' can't be set to the value of '%s'
1232, Incorrect argument type to variable '%s'
1233, Variable '%s' can only be set, not read
1234, Incorrect usage/placement of '%s'
1235, This version of MySQL doesn't yet support '%s'
1236, Got fatal error %d from master when reading data from binary log: '%s'
1237, Slave SQL thread ignored the query because of replicate-*-table rules
1238, Variable '%s' is a %s variable
1239, Incorrect foreign key definition for '%s': %s
1240, Key reference and table reference don't match
1241, Operand should contain %d column(s)
1242, Subquery returns more than 1 row
1243, Unknown prepared statement handler (%.*s) given to %s
1244, Help database is corrupt or does not exist
1245, Cyclic reference on subqueries
1246, Converting column '%s' from %s to %s
1247, Reference '%s' not supported (%s)
1248, Every derived table must have its own alias
1249, Select %u was reduced during optimization
1250, Table '%s' from one of the SELECTs cannot be used in %s
1251, Client does not support authentication protocol requested by server; consider upgrading MySQL client
1252, All parts of a SPATIAL index must be NOT NULL
1253, COLLATION '%s' is not valid for CHARACTER SET '%s'
1254, Slave is already running
1255, Slave already has been stopped
1256, Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)
1257, ZLIB: Not enough memory
1258, ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)
1259, ZLIB: Input data corrupted
1260, Row %u was cut by GROUP_CONCAT()
1261, Row %ld doesn't contain data for all columns
1262, Row %ld was truncated; it contained more data than there were input columns
1263, Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld
1264, Out of range value for column '%s' at row %ld
1265, Data truncated for column '%s' at row %ld
1266, Using storage engine %s for table '%s'
1267, Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
1268, Cannot drop one or more of the requested users
1269, Can't revoke all privileges for one or more of the requested users
1270, Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'
1271, Illegal mix of collations for operation '%s'
1272, Variable '%s' is not a variable component (can't be used as XXXX.variable_name)
1273, Unknown collation: '%s'
1274, SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started
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
1276, Field or reference '%s%s%s%s%s' of SELECT #%d was resolved in SELECT #%d
1277, Incorrect parameter or combination of parameters for START SLAVE UNTIL
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
1279, SQL thread is not to be started so UNTIL options are ignored
1280, Incorrect index name '%s'
1281, Incorrect catalog name '%s'
1282, Query cache failed to set size %lu; new query cache size is %lu
1283, Column '%s' cannot be part of FULLTEXT index
1284, Unknown key cache '%s'
1285, MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work
1286, Unknown storage engine '%s'
1287, '%s' is deprecated and will be removed in a future release. Please use %s instead
1288, The target table %s of the %s is not updatable
1289, The '%s' feature is disabled; you need MySQL built with '%s' to have it working
1290, The MySQL server is running with the %s option so it cannot execute this statement
1291, Column '%s' has duplicated value '%s' in %s
1292, Truncated incorrect %s value: '%s'
1293, Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
1294, Invalid ON UPDATE clause for '%s' column
1295, This command is not supported in the prepared statement protocol yet
1296, Got error %d '%s' from %s
1297, Got temporary error %d '%s' from %s
1298, Unknown or incorrect time zone: '%s'
1299, Invalid TIMESTAMP value in column '%s' at row %ld
1300, Invalid %s character string: '%s'
1301, Result of %s() was larger than max_allowed_packet (%ld) - truncated
1302, Conflicting declarations: '%s%s' and '%s%s'
1303, Can't create a %s from within another stored routine
1304, %s %s already exists
1305, %s %s does not exist
1306, Failed to DROP %s %s
1307, Failed to CREATE %s %s
1308, %s with no matching label: %s
1309, Redefining label %s
1310, End-label %s without match
1311, Referring to uninitialized variable %s
1312, PROCEDURE %s can't return a result set in the given context
1313, RETURN is only allowed in a FUNCTION
1314, %s is not allowed in stored procedures
1315, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.
1316, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.
1317, Query execution was interrupted
1318, Incorrect number of arguments for %s %s; expected %u, got %u
1319, Undefined CONDITION: %s
1320, No RETURN found in FUNCTION %s
1321, FUNCTION %s ended without RETURN
1322, Cursor statement must be a SELECT
1323, Cursor SELECT must not have INTO
1324, Undefined CURSOR: %s
1325, Cursor is already open
1326, Cursor is not open
1327, Undeclared variable: %s
1328, Incorrect number of FETCH variables
1329, No data - zero rows fetched, selected, or processed
1330, Duplicate parameter: %s
1331, Duplicate variable: %s
1332, Duplicate condition: %s
1333, Duplicate cursor: %s
1334, Failed to ALTER %s %s
1335, Subquery value not supported
1336, %s is not allowed in stored function or trigger
1337, Variable or condition declaration after cursor or handler declaration
1338, Cursor declaration after handler declaration
1339, Case not found for CASE statement
1340, Configuration file '%s' is too big
1341, Malformed file type header in file '%s'
1342, Unexpected end of file while parsing comment '%s'
1343, Error while parsing parameter '%s' (line: '%s')
1344, Unexpected end of file while skipping unknown parameter '%s'
1345, EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
1346, File '%s' has unknown type '%s' in its header
1347, '%s.%s' is not %s
1348, Column '%s' is not updatable
1349, View's SELECT contains a subquery in the FROM clause
1349, View's SELECT contains a subquery in the FROM clause
1350, View's SELECT contains a '%s' clause
1351, View's SELECT contains a variable or parameter
1352, View's SELECT refers to a temporary table '%s'
1353, View's SELECT and view's field list have different column counts
1354, View merge algorithm can't be used here for now (assumed undefined algorithm)
1355, View being updated does not have complete key of underlying table in it
1356, View '%s.%s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
1357, Can't drop or alter a %s from within another stored routine
1358, GOTO is not allowed in a stored procedure handler
1359, Trigger already exists
1360, Trigger does not exist
1361, Trigger's '%s' is view or temporary table
1362, Updating of %s row is not allowed in %strigger
1363, There is no %s row in %s trigger
1364, Field '%s' doesn't have a default value
1365, Division by 0
1366, Incorrect %s value: '%s' for column '%s' at row %ld
1367, Illegal %s '%s' value found during parsing
1368, CHECK OPTION on non-updatable view '%s.%s'
1369, CHECK OPTION failed '%s.%s'
1370, %s command denied to user '%s'@'%s' for routine '%s'
1371, Failed purging old relay logs: %s
1372, Password hash should be a %d-digit hexadecimal number
1373, Target log not found in binlog index
1374, I/O error reading log index file
1375, Server configuration does not permit binlog purge
1376, Failed on fseek()
1377, Fatal error during log purge
1378, A purgeable log is in use, will not purge
1379, Unknown error during log purge
1380, Failed initializing relay log position: %s
1381, You are not using binary logging
1382, The '%s' syntax is reserved for purposes internal to the MySQL server
1383, WSAStartup Failed
1384, Can't handle procedures with different groups yet
1385, Select must have a group with this procedure
1386, Can't use ORDER clause with this procedure
1387, Binary logging and replication forbid changing the global server %s
1388, Can't map file: %s, errno: %d
1389, Wrong magic in %s
1390, Prepared statement contains too many placeholders
1391, Key part '%s' length cannot be 0
1392, View text checksum failed
1393, Can not modify more than one base table through a join view '%s.%s'
1394, Can not insert into join view '%s.%s' without fields list
1395, Can not delete from join view '%s.%s'
1396, Operation %s failed for %s
1397, XAER_NOTA: Unknown XID
1398, XAER_INVAL: Invalid arguments (or unsupported command)
1399, XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state
1400, XAER_OUTSIDE: Some work is done outside global transaction
1401, XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency
1402, XA_RBROLLBACK: Transaction branch was rolled back
1403, There is no such grant defined for user '%s' on host '%s' on routine '%s'
1404, Failed to grant EXECUTE and ALTER ROUTINE privileges
1405, Failed to revoke all privileges to dropped routine
1406, Data too long for column '%s' at row %ld
1407, Bad SQLSTATE: '%s'
1408, %s: ready for connections. Version: '%s' socket: '%s' port: %d %s
1409, Can't load value from file with fixed size rows to variable
1410, You are not allowed to create a user with GRANT
1411, Incorrect %s value: '%s' for function %s
1412, Table definition has changed, please retry transaction
1413, Duplicate handler declared in the same block
1414, OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
1415, Not allowed to return a result set from a %s
1416, Cannot get geometry object from data you send to the GEOMETRY field
1417, A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes
1418, This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
1419, You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
1420, You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.
1421, The statement (%lu) has no open cursor.
1422, Explicit or implicit commit is not allowed in stored function or trigger.
1423, Field of view '%s.%s' underlying table doesn't have a default value
1424, Recursive stored functions and triggers are not allowed.
1425, Too big scale %d specified for column '%s'. Maximum is %lu.
1426, Too-big precision %d specified for '%s'. Maximum is %lu.
1427, For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%s').
1428, You can't combine write-locking of system tables with other tables or lock types
1429, Unable to connect to foreign data source: %s
1430, There was a problem processing the query on the foreign data source. Data source error: %s
1431, The foreign data source you are trying to reference does not exist. Data source error: %s
1432, Can't create federated table. The data source connection string '%s' is not in the correct format
1433, The data source connection string '%s' is not in the correct format
1434, Can't create federated table. Foreign data src error: %s
1435, Trigger in wrong schema
1436, Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
1437, Routine body for '%s' is too long
1438, Cannot drop default keycache
1439, Display width out of range for column '%s' (max = %lu)
1440, XAER_DUPID: The XID already exists
1441, Datetime function: %s field overflow
1442, Can't update table '%s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
1443, The definition of table '%s' prevents operation %s on table '%s'.
1444, The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
1445, Not allowed to set autocommit from a stored function or trigger
1446, Definer is not fully qualified
1447, View '%s'.'%s' has no definer information (old table format). Current user is used as definer. Please recreate the view!
1448, You need the SUPER privilege for creation view with '%s'@'%s' definer
1449, The user specified as a definer ('%s'@'%s') does not exist
1450, Changing schema from '%s' to '%s' is not allowed.
1451, Cannot delete or update a parent row: a foreign key constraint fails (%s)
1452, Cannot add or update a child row: a foreign key constraint fails (%s)
1453, Variable '%s' must be quoted with `...`, or renamed
1454, No definer attribute for trigger '%s'.'%s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
1455, '%s' has an old format, you should re-create the '%s' object(s)
1456, Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
1457, Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
1458, Incorrect routine name '%s'
1459, Table upgrade required. Please do "REPAIR TABLE `%s`" or dump/reload to fix it!
1460, AGGREGATE is not supported for stored functions
1461, Can't create more than max_prepared_stmt_count statements (current value: %lu)
1462, `%s`.`%s` contains view recursion
1463, Non-grouping field '%s' is used in %s clause
1464, The used table type doesn't support SPATIAL indexes
1465, Triggers can not be created on system tables
1466, Leading spaces are removed from name '%s'
1467, Failed to read auto-increment value from storage engine
1468, user name
1469, host name
1470, String '%s' is too long for %s (should be no longer than %d)
1471, The target table %s of the %s is not insertable-into
1472, Table '%s' is differently defined or of non-MyISAM type or doesn't exist
1473, Too high level of nesting for select
1474, Name '%s' has become ''
1475, First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
1476, The foreign server, %s, you are trying to create already exists.
1477, The foreign server name you are trying to reference does not exist. Data source error: %s
1478, Table storage engine '%s' does not support the create option '%s'
1479, Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition
1480, Only %s PARTITIONING can use VALUES %s in partition definition
1481, MAXVALUE can only be used in last partition definition
1482, Subpartitions can only be hash partitions and by key
1483, Must define subpartitions on all partitions if on one partition
1484, Wrong number of partitions defined, mismatch with previous setting
1485, Wrong number of subpartitions defined, mismatch with previous setting
1486, Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
1487, Expression in RANGE/LIST VALUES must be constant
1488, Field in list of fields for partition function not found in table
1489, List of fields is only allowed in KEY partitions
1490, The partition info in the frm file is not consistent with what can be written into the frm file
1491, The %s function returns the wrong type
1492, For %s partitions each partition must be defined
1493, VALUES LESS THAN value must be strictly increasing for each partition
1494, VALUES value must be of same type as partition function
1495, Multiple definition of same constant in list partitioning
1496, Partitioning can not be used stand-alone in query
1497, The mix of handlers in the partitions is not allowed in this version of MySQL
1498, For the partitioned engine it is necessary to define all %s
1499, Too many partitions (including subpartitions) were defined
1500, It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
1501, Failed to create specific handler file
1502, A BLOB field is not allowed in partition function
1503, A %s must include all columns in the table's partitioning function
1504, Number of %s = 0 is not an allowed value
1505, Partition management on a not partitioned table is not possible
1506, Foreign keys are not yet supported in conjunction with partitioning
1507, Error in list of partitions to %s
1508, Cannot remove all partitions, use DROP TABLE instead
1509, COALESCE PARTITION can only be used on HASH/KEY partitions
1510, REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
1511, REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
1512, %s PARTITION can only be used on RANGE/LIST partitions
1513, Trying to Add partition(s) with wrong number of subpartitions
1514, At least one partition must be added
1515, At least one partition must be coalesced
1516, More partitions to reorganize than there are partitions
1517, Duplicate partition name %s
1518, It is not allowed to shut off binlog on this command
1519, When reorganizing a set of partitions they must be in consecutive order
1520, Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
1521, Partition function not supported in this version for this handler
1522, Partition state cannot be defined from CREATE/ALTER TABLE
1523, The %s handler only supports 32 bit integers in VALUES
1524, Plugin '%s' is not loaded
1525, Incorrect %s value: '%s'
1526, Table has no partition for value %s
1527, It is not allowed to specify %s more than once
1528, Failed to create %s
1529, Failed to drop %s
1530, The handler doesn't support autoextend of tablespaces
1531, A size parameter was incorrectly specified, either number or on the form 10M
1532, The size number was correct but we don't allow the digit part to be more than 2 billion
1533, Failed to alter: %s
1534, Writing one row to the row-based binary log failed
1535, Table definition on master and slave does not match: %s
1536, Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
1537, Event '%s' already exists
1538, Failed to store event %s. Error code %d from storage engine.
1539, Unknown event '%s'
1540, Failed to alter event '%s'
1541, Failed to drop %s
1542, INTERVAL is either not positive or too big
1543, ENDS is either invalid or before STARTS
1544, Event execution time is in the past. Event has been disabled
1545, Failed to open mysql.event
1546, No datetime expression provided
1547, Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted
1548, Cannot load from mysql.%s. The table is probably corrupted
1549, Failed to delete the event from mysql.event
1550, Error during compilation of event's body
1551, Same old and new event name
1552, Data for column '%s' too long
1553, Cannot drop index '%s': needed in a foreign key constraint
1554, The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead
1555, You can't write-lock a log table. Only read access is possible
1556, You can't use locks with log tables.
1557, Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
1558, Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
1559, Cannot switch out of the row-based binary log format when the session has open temporary tables
1560, Cannot change the binary logging format inside a stored function or trigger
1561, The NDB cluster engine does not support changing the binlog format on the fly yet
1562, Cannot create temporary table with partitions
1563, Partition constant is out of partition function domain
1564, This partition function is not allowed
1565, Error in DDL log
1566, Not allowed to use NULL value in VALUES LESS THAN
1567, Incorrect partition name
1568, Transaction characteristics can't be changed while a transaction is in progress
1569, ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
1570, Internal scheduler error %d
1571, Error during starting/stopping of the scheduler. Error code %u
1572, Engine cannot be used in partitioned tables
1573, Cannot activate '%s' log
1574, The server was not built with row-based replication
1575, Decoding of base64 string failed
1576, Recursion of EVENT DDL statements is forbidden when body is present
1577, Cannot proceed because system tables used by Event Scheduler were found damaged at server start
1578, Only integers allowed as number here
1579, This storage engine cannot be used for log tables"
1580, You cannot '%s' a log table if logging is enabled
1581, Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'
1582, Incorrect parameter count in the call to native function '%s'
1583, Incorrect parameters in the call to native function '%s'
1584, Incorrect parameters in the call to stored function %s
1585, This function '%s' has the same name as a native function
1586, Duplicate entry '%s' for key '%s'
1587, Too many files opened, please execute the command again
1588, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
1589, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.
1590, The incident %s occured on the master. Message: %s
1591, Table has no partition for some existing values
1592, Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
1593, Fatal error: %s
1594, Relay log read failure: %s
1595, Relay log write failure: %s
1596, Failed to create %s
1597, Master command %s failed: %s
1598, Binary logging not possible. Message: %s
1599, View `%s`.`%s` has no creation context
1600, Creation context of view `%s`.`%s' is invalid
1601, Creation context of stored routine `%s`.`%s` is invalid
1602, Corrupted TRG file for table `%s`.`%s`
1603, Triggers for table `%s`.`%s` have no creation context
1604, Trigger creation context of table `%s`.`%s` is invalid
1605, Creation context of event `%s`.`%s` is invalid
1606, Cannot open table for trigger `%s`.`%s`
1607, Cannot create stored routine `%s`. Check warnings
1608, Ambiguous slave modes combination. %s
1609, The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
1610, Corrupted replication event was detected
1611, Invalid column reference (%s) in LOAD DATA
1611, Invalid column reference (%s) in LOAD DATA
1612, Being purged log %s was not found
1613, XA_RBTIMEOUT: Transaction branch was rolled back: took too long
1614, XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
1615, Prepared statement needs to be re-prepared
1616, DELAYED option not supported for table '%s'
1617, The master info structure does not exist
1618, <%s> option ignored
1619, Built-in plugins cannot be deleted
1619, Built-in plugins cannot be deleted
1620, Plugin is busy and will be uninstalled on shutdown
1621, %s variable '%s' is read-only. Use SET %s to assign the value
1622, Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
1623, Unexpected master's heartbeat data: %s
1624, The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).
1625, Bad schema for mysql.ndb_replication table. Message: %s
1626, Error in parsing conflict function. Message: %s
1627, Write to exceptions table failed. Message: %s"
1628, Comment for table '%s' is too long (max = %lu)
1629, Comment for field '%s' is too long (max = %lu)
1630, FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
1631, Database
1632, Table
1633, Partition
1634, Subpartition
1635, Temporary
1636, Renamed
1637, Too many active concurrent transactions
1638, Non-ASCII separator arguments are not fully supported
1639, debug sync point wait timed out
1640, debug sync point hit limit reached
1641, Duplicate condition information item '%s'
1642, Unhandled user-defined warning condition
1643, Unhandled user-defined not found condition
1644, Unhandled user-defined exception condition
1645, RESIGNAL when handler not active
1646, SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
1647, Data truncated for condition item '%s'
1648, Data too long for condition item '%s'
1649, Unknown locale: '%s'
1650, The requested server id %d clashes with the slave startup option --replicate-same-server-id
1651, Query cache is disabled; restart the server with query_cache_type=1 to enable it
1652, Duplicate partition field name '%s'
1653, Inconsistency in usage of column lists for partitioning
1654, Partition column values of incorrect type
1655, Too many fields in '%s'
1656, Cannot use MAXVALUE as value in VALUES IN
1657, Cannot have more than one value for this type of %s partitioning
1658, Row expressions in VALUES IN only allowed for multi-field column partitioning
1659, Field '%s' is of a not allowed type for this type of partitioning
1660, The total length of the partitioning fields is too large
1661, Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.
1662, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.
1663, Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s
1664, Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.
1665, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s
1666, Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.
1667, Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.
1668, The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.
1669, The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.
1670, The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
1671, Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
1672, Statement is unsafe because it uses a UDF which may not return the same value on the slave.
1673, Statement is unsafe because it uses a system variable that may have a different value on the slave.
1674, Statement is unsafe because it uses a system function that may return a different value on the slave.
1675, Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
1676, %s Statement: %s
1677, Column %d of table '%s.%s' cannot be converted from type '%s' to type '%s'
1678, Can't create conversion table for table '%s.%s'
1679, Cannot modify @@session.binlog_format inside a transaction
1680, The path specified for %s is too long.
1681, '%s' is deprecated and will be removed in a future release.
1682, Native table '%s'.'%s' has the wrong structure
1683, Invalid performance_schema usage.
1684, Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement
1685, Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
1686, Cannot change the binlog direct flag inside a stored function or trigger
1687, A SPATIAL index may only contain a geometrical type column
1688, Comment for index '%s' is too long (max = %lu)
1689, Wait on a lock was aborted due to a pending exclusive lock
1690, %s value is out of range in '%s'
1691, A variable of a non-integer based type in LIMIT clause
1692, Mixing self-logging and non-self-logging engines in a statement is unsafe.
1693, Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
1694, Cannot modify @@session.sql_log_bin inside a transaction
1695, Cannot change the sql_log_bin inside a stored function or trigger
1696, Failed to read from the .par file
1697, VALUES value for partition '%s' must have type INT
1698, Access denied for user '%s'@'%s'
1699, SET PASSWORD has no significance for users authenticating via plugins
1700, GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
1701, Cannot truncate a table referenced in a foreign key constraint (%s)
1702, Plugin '%s' is force_plus_permanent and can not be unloaded
1703, The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
1704, The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds. A sensible value for the period should be less than the timeout.
1705, Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
1706, Primary key/partition key update is not allowed since the table is updated both as '%s' and '%s'.
1707, Table rebuild required. Please do "ALTER TABLE `%s` FORCE" or dump/reload to fix it!
1708, The value of '%s' should be no less than the value of '%s'
1709, Index column size too large. The maximum column size is %lu bytes.
1710, Trigger '%s' has an error in its body: '%s'
1711, Unknown trigger has an error in its body: '%s'
1712, Index %s is corrupted
1713, Undo log record is too big.
1714, INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1715, INSERT... SELECT... ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.
1716, REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
1717, CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1718, CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
1719, UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
1720, Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.
1721, Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it.
1722, Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.
1723, CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.
1724, INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
1725, Table is being used in foreign key check.
1726, Storage engine '%s' does not support system tables. [%s.%s]
1727, INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
1728, Cannot load from %s.%s. The table is probably corrupted
1729, The requested value %s for the master delay exceeds the maximum %u
1730, Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)
1731, Non matching attribute '%s' between partition and table
1732, Table to exchange with partition is partitioned: '%s'
1733, Table to exchange with partition is temporary: '%s'
1734, Subpartitioned table, use subpartition instead of partition
1735, Unknown partition '%s' in table '%s'
1736, Tables have different definitions
1737, Found a row that does not match the partition
1738, Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.
1739, Cannot use %s access on index '%s' due to type or collation conversion on field '%s'
1740, Table to exchange with partition has foreign key references: '%s'
1741, Key value '%s' was not found in table '%s.%s'
1742, Data for column '%s' too long
1743, Replication event checksum verification failed while reading from network.
1744, Replication event checksum verification failed while reading from a log file.
1745, Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.
1746, Can't update table '%s' while '%s' is being created.
1747, PARTITION () clause on non partitioned table
1748, Found a row not matching the given partition set
1749, partition '%s' doesn't exist
1750, Failure while changing the type of replication repository: %s.
1751, The creation of some temporary tables could not be rolled back.
1752, Some temporary tables were dropped, but these operations could not be rolled back.
1753, %s is not supported in multi-threaded slave mode. %s
1754, The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.
1755, Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.
1756, %s
1757, FULLTEXT index is not supported for partitioned tables.
1758, Invalid condition number
1759, Sending passwords in plain text without SSL/TLS is extremely insecure.
1760, Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
1761, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in table '%s', key '%s'
1762, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in a child table
1763, Setting authentication options is not possible when only the Slave SQL Thread is being started.
1764, The table does not have FULLTEXT index to support this query
1765, The system variable %s cannot be set in stored functions or triggers.
1766, The system variable %s cannot be set when there is an ongoing transaction.
1767, The system variable @@SESSION.GTID_NEXT has the value %s, which is not listed in @@SESSION.GTID_NEXT_LIST.
1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
1769, The statement 'SET %s' cannot invoke a stored function.
1770, The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.
1771, Skipping transaction %s because it has already been executed and logged.
1772, Malformed GTID set specification '%s'.
1773, Malformed GTID set encoding.
1774, Malformed GTID specification '%s'.
1775, Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.
1776, Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.
1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 cannot be executed because @@GLOBAL.GTID_MODE = OFF.
1778, Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
1779, @@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.
1779, GTID_MODE = ON requires ENFORCE_GTID_CONSISTENCY = ON.
1780, @@GLOBAL.GTID_MODE = ON or ON_PERMISSIVE or OFF_PERMISSIVE requires --log-bin and --log-slave-updates.
1781, @@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.
1782, @@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.
1783, @@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.
1784, Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.
1784, Found a Gtid_log_event when @@GLOBAL.GTID_MODE = OFF.
1785, Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
1786, Statement violates GTID consistency: CREATE TABLE ... SELECT.
1787, Statement violates GTID consistency: CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can only be executed outside transactional context. These statements are also not allowed in a function or trigger because functions and triggers are also considered to be multi-statement transactions.
1788, The value of @@GLOBAL.GTID_MODE can only be changed one step at a time: OFF <-> OFF_PERMISSIVE <-> ON_PERMISSIVE <-> ON. Also note that this value must be stepped up or down simultaneously on all servers. See the Manual for instructions.
1789, The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.
1790, @@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
1791, Unknown EXPLAIN format name: '%s'
1792, Cannot execute statement in a READ ONLY transaction.
1793, Comment for table partition '%s' is too long (max = %lu)
1794, Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.
1795, InnoDB presently supports one FULLTEXT index creation at a time
1796, Cannot create FULLTEXT index on temporary InnoDB table
1797, Column '%s' is of wrong type for an InnoDB FULLTEXT index
1798, Index '%s' is of wrong type for an InnoDB FULLTEXT index
1799, Creating index '%s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.
1800, Unknown ALGORITHM '%s'
1801, Unknown LOCK type '%s'
1802, CHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode. Consider using RESET SLAVE or START SLAVE UNTIL.
1803, Cannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.
1804, Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.
1805, Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted
1806, Slave must silently retry current transaction
1807, There is a foreign key check running on table '%s'. Cannot discard the table.
1808, Schema mismatch (%s)
1809, Table '%s' in system tablespace
1810, IO Read error: (%lu, %s) %s
1811, IO Write error: (%lu, %s) %s
1812, Tablespace is missing for table %s.
1813, Tablespace '%s' exists.
1814, Tablespace has been discarded for table '%s'
1815, Internal error: %s
1816, ALTER TABLE %s IMPORT TABLESPACE failed with error %lu : '%s'
1817, Index corrupt: %s
1818, Supports only YEAR or YEAR(4) column.
1819, Your password does not satisfy the current policy requirements
1820, You must reset your password using ALTER USER statement before executing this statement.
1821, Failed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'
1822, Failed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'
1823, Failed to add the foreign key constraint '%s' to system tables
1824, Failed to open the referenced table '%s'
1825, Failed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'
1826, Duplicate foreign key constraint name '%s'
1827, The password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.
1828, Cannot drop column '%s': needed in a foreign key constraint '%s'
1829, Cannot drop column '%s': needed in a foreign key constraint '%s' of table '%s'
1830, Column '%s' cannot be NOT NULL: needed in a foreign key constraint '%s' SET NULL
1831, Duplicate index '%s' defined on the table '%s.%s'. This is deprecated and will be disallowed in a future release.
1832, Cannot change column '%s': used in a foreign key constraint '%s'
1833, Cannot change column '%s': used in a foreign key constraint '%s' of table '%s'
1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
1835, Malformed communication packet.
1836, Running in read-only mode
1837, When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK. Please check GTID_NEXT variable manual page for detailed explanation. Current @@SESSION.GTID_NEXT is '%s'.
1838, The system variable %s cannot be set in stored procedures.
1839, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.
1840, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.
1841, @@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).
1842, @@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.
1843, @@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.
1844, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.
1845, %s is not supported for this operation. Try %s.
1846, %s is not supported. Reason: %s. Try %s.
1847, COPY algorithm requires a lock
1848, Partition specific operations do not yet support LOCK/ALGORITHM
1849, Columns participating in a foreign key are renamed
1850, Cannot change column type INPLACE
1851, Adding foreign keys needs foreign_key_checks=OFF
1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
1853, Dropping a primary key is not allowed without also adding a new primary key
1854, Adding an auto-increment column requires a lock
1855, Cannot replace hidden FTS_DOC_ID with a user-visible one
1856, Cannot drop or rename FTS_DOC_ID
1857, Fulltext index creation requires a lock
1858, sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction
1859, Duplicate entry for key '%s'
1860, Long database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.
1861, cannot silently convert NULL values, as required in this SQL_MODE
1862, Your password has expired. To log in you must change it using a client that supports expired passwords.
1863, Found a row in wrong partition %s
1864, Cannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.
1865, Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table
1866, The binary log file '%s' is logically corrupted: %s
1867, file %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.
1868, file %s was not purged because it is the active log file.
1869, Auto-increment value in UPDATE conflicts with internally generated values
1870, Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%s'
1871, Slave failed to initialize master info structure from the repository
1872, Slave failed to initialize relay log info structure from the repository
1873, Access denied trying to change to user '%s'@'%s' (using password: %s). Disconnecting.
1874, InnoDB is in read only mode.
1875, STOP SLAVE command execution is incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thread will stop once the current task is complete.
1876, STOP SLAVE command execution is incomplete: Slave IO thread got the stop signal, thread is busy, IO thread will stop once the current task is complete.
1877, Operation cannot be performed. The table '%s.%s' is missing, corrupt or contains bad data.
1878, Temporary file write failure.
1879, Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.
1880, TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.
1881, Operation not allowed when innodb_forced_recovery > 0.
1882, The initialization vector supplied to %s is too short. Must be at least %d bytes long
1883, Plugin '%s' cannot be uninstalled now. %s
1884, Cannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
1885, Slave has more GTIDs than the master has, using the master's SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been committed on master but are not included in GTID_EXECUTED.
1906, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD first.
3000, File %s is corrupted
3001, Query partially completed on the master (error on master: %d) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;. Query:'%s'
3002, Query caused different errors on master and slave. Error on master: message (format)='%s' error code=%d; Error on slave:actual message='%s', error code=%d. Default database:'%s'. Query:'%s'
3003, Storage engine for table '%s'.'%s' is not loaded.
3004, GET STACKED DIAGNOSTICS when handler not active
3005, %s is no longer supported. The statement was converted to %s.
3006, Statement is unsafe because it uses a fulltext parser plugin which may not return the same value on the slave.
3007, Cannot DISCARD/IMPORT tablespace associated with temporary table
3008, Foreign key cascade delete/update exceeds max depth of %d.
3009, Column count of %s.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
3010, Trigger %s.%s.%s does not have CREATED attribute.
3011, Referenced trigger '%s' for the given action time and event type does not exist.
3012, EXPLAIN FOR CONNECTION command is supported only for SELECT/UPDATE/INSERT/DELETE/REPLACE
3013, Invalid size for column '%s'.
3014, Table storage engine '%s' found required create option missing
3015, Out of memory in storage engine '%s'.
3016, The password for anonymous user cannot be expired.
3017, This operation cannot be performed with a running slave sql thread; run STOP SLAVE SQL_THREAD first
3018, Cannot create FULLTEXT index on materialized subquery
3019, Undo Log error: %s
3020, Invalid argument for logarithm
3021, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD FOR CHANNEL '%s' first.
3022, This operation may not be safe when the slave has temporary tables. The tables will be kept open until the server restarts or until the tables are deleted by any replicated DROP statement. Suggest to wait until slave_open_temp_tables = 0.
3023, CHANGE MASTER TO with a MASTER_LOG_FILE clause but no MASTER_LOG_POS clause may not be safe. The old position value may not be valid for the new binary log file.
3024, Query execution was interrupted, maximum statement execution time exceeded
3025, Select is not a read only statement, disabling timer
3026, Duplicate entry '%s'.
3027, '%s' mode no longer has any effect. Use STRICT_ALL_TABLES or STRICT_TRANS_TABLES instead.
3028, Expression #%u of ORDER BY contain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment