EC
errcodes.dev
HTTP
PostgreSQL
Linux
Python
Docker
21 languages Β· 7,377+ codes
errcodes.dev
/
MySQL
π¬
MySQL Error Numbers
MySQL 8.0
1,998 codes
MySQL error numbers with SQL fix examples
All severities
ERROR
WARNING
error
warning
All tiers
Common
Notable
Critical
Showing
1,995
of
1,995
errors
Code
Message
Severity
Tier
1044
Access denied for user to database
ERROR
Common
β
1045
Access denied for user (using password)
ERROR
Common
β
1046
No database selected
ERROR
Common
β
1048
Column cannot be null
ERROR
Common
β
1049
Unknown database
ERROR
Common
β
1050
Table already exists
ERROR
Common
β
1051
Unknown table
ERROR
Common
β
1054
Unknown column in field list
ERROR
Common
β
1062
Duplicate entry for key
ERROR
Common
β
1064
You have an error in your SQL syntax
ERROR
Common
β
1071
Specified key was too long; max key length is 767 bytes
ERROR
Notable
β
1114
The table is full
ERROR
Critical
β
1136
Column count doesn't match value count
ERROR
Common
β
1146
Table doesn't exist
ERROR
Common
β
1153
Got a packet bigger than 'max_allowed_packet' bytes
ERROR
Notable
β
1175
You are using safe update mode and tried to update a table without a WHERE using a KEY column
ERROR
Notable
β
1205
Lock wait timeout exceeded; try restarting transaction
ERROR
Notable
β
1213
Deadlock found when trying to get lock; try restarting transaction
ERROR
Notable
β
1215
Cannot add foreign key constraint
ERROR
Notable
β
1216
Cannot add or update a child row: a foreign key constraint fails
ERROR
Common
β
1217
Cannot delete or update a parent row: a foreign key constraint fails
ERROR
Common
β
1264
Out of range value for column
WARNING
Notable
β
1292
Incorrect datetime value
WARNING
Common
β
1366
Incorrect integer value for column
WARNING
Common
β
1406
Data too long for column
ERROR
Common
β
1040
Too many connections
ERROR
Common
β
1052
Column in field list is ambiguous
ERROR
Common
β
1060
Duplicate column name
ERROR
Notable
β
1067
Invalid default value for column
ERROR
Notable
β
1068
Multiple primary key defined
ERROR
Notable
β
1130
Host is not allowed to connect to this MySQL server
ERROR
Common
β
1193
Unknown system variable
ERROR
Notable
β
1203
User has exceeded the max_user_connections resource
ERROR
Common
β
1222
The used SELECT statements have a different number of columns
ERROR
Notable
β
1227
Access denied; you need SUPER privilege for this operation
ERROR
Common
β
1242
Subquery returns more than 1 row
ERROR
Common
β
1248
Every derived table must have its own alias
ERROR
Notable
β
1265
Data truncated for column
WARNING
Common
β
1267
Illegal mix of collations
ERROR
Notable
β
1305
FUNCTION or PROCEDURE does not exist
ERROR
Notable
β
1364
Field doesn't have a default value
ERROR
Common
β
1451
Cannot delete or update a parent row: a foreign key constraint fails
ERROR
Common
β
1452
Cannot add or update a child row: a foreign key constraint fails
ERROR
Common
β
2002
Can't connect to local MySQL server through socket
ERROR
Common
β
2003
Can't connect to MySQL server on host
ERROR
Common
β
2006
MySQL server has gone away
ERROR
Common
β
2013
Lost connection to MySQL server during query
ERROR
Common
β
1040
Too many connections β additional context
ERROR
Notable
β
1290
Statement not allowed β read-only or safe-update mode active
ERROR
Notable
β
1305
Stored procedure or function does not exist
ERROR
Common
β
1364
Field has no default value
ERROR
Common
β
1406
Data too long for column
ERROR
Common
β
1449
Definer of view/routine no longer exists
ERROR
Notable
β
1451
Cannot delete β parent row referenced by child
ERROR
Notable
β
1452
Cannot insert β child row has no matching parent
ERROR
Common
β
3024
Query execution was interrupted β timeout exceeded
ERROR
Notable
β
4031
Client did not respond to server β connection closed
ERROR
Notable
β
1005
Can't create table β usually a FK constraint error
ERROR
Common
β
1006
Can't create database β permissions or already exists
ERROR
Common
β
1007
Can't create database β database already exists
ERROR
Common
β
1008
Can't drop database β database doesn't exist
ERROR
Common
β
1021
Disk full β MySQL is waiting for space to be freed
ERROR
Critical
β
1022
Can't write β duplicate key in table
ERROR
Notable
β
1026
Error writing file (errno: N)
ERROR
Critical
β
1028
Sort aborted
ERROR
Notable
β
1030
Got error N from storage engine
ERROR
Notable
β
1031
Table storage engine does not have this option
ERROR
Common
β
1032
Can't find record in table
ERROR
Notable
β
1036
Table is read only
ERROR
Notable
β
1037
Out of memory β restart server and try again
ERROR
Critical
β
1041
Out of resources when opening file
ERROR
Notable
β
1053
Server shutdown in progress
ERROR
Notable
β
1055
Expression not in GROUP BY and not in aggregate β ONLY_FULL_GROUP_BY
ERROR
Common
β
1058
Column count doesn't match value count at row N
ERROR
Common
β
1059
Identifier name is too long (max 64 chars)
ERROR
Common
β
1061
Duplicate key name in CREATE/ALTER TABLE
ERROR
Common
β
1063
Incorrect column specifier for column
ERROR
Common
β
1065
Query was empty
ERROR
Common
β
1066
Not unique table/alias in query
ERROR
Common
β
1072
Key column doesn't exist in table
ERROR
Common
β
1073
BLOB column used in key specification without key length
ERROR
Common
β
1074
Specified key was too long; max key length is 3072 bytes
ERROR
Common
β
1075
Only one AUTO_INCREMENT column allowed and it must be a key
ERROR
Common
β
1076
Too many keys specified; max 64 keys allowed
ERROR
Common
β
1080
Incorrect usage of LOCK TABLES / GROUP BY
ERROR
Common
β
1100
Table was not locked with LOCK TABLES
ERROR
Common
β
1101
BLOB/TEXT/GEOMETRY/JSON column can't have a default value
ERROR
Common
β
1102
Incorrect database name
ERROR
Common
β
1105
Unknown error (catch-all)
ERROR
Notable
β
1109
Unknown table in MULTI DELETE
ERROR
Common
β
1115
Unknown character set
ERROR
Common
β
1116
Too many tables β MySQL can only use 61 tables in a join
ERROR
Notable
β
1117
Too many columns
ERROR
Common
β
1118
Row size too large (> 8126 bytes for InnoDB default row format)
ERROR
Notable
β
1121
Incorrect table definition β only one auto column and it must be a key
ERROR
Common
β
1131
Anonymous users cannot change passwords
ERROR
Notable
β
1132
Must have privileges to update tables in the mysql database
ERROR
Notable
β
1133
Can't find any matching row in the user table
ERROR
Common
β
1141
There is no such grant defined for user on host
ERROR
Common
β
1142
Command denied to user for table
ERROR
Notable
β
1143
SELECT command denied to user for column in table
ERROR
Notable
β
1144
Illegal GRANT/REVOKE command
ERROR
Common
β
1149
SQL syntax error (detailed variant)
ERROR
Common
β
1163
Incorrect table name
ERROR
Common
β
1166
Incorrect column name
ERROR
Common
β
1169
Can't write because of unique constraint
ERROR
Notable
β
1170
BLOB/TEXT column used in key specification without a key length
ERROR
Common
β
1171
All parts of a PRIMARY KEY must be NOT NULL
ERROR
Common
β
1172
Result consisted of more than one row (subquery)
ERROR
Notable
β
1173
This table type requires a primary key
ERROR
Common
β
1176
Key name doesn't exist in table
ERROR
Common
β
1179
Command not allowed inside a transaction
ERROR
Common
β
1180
Got error during COMMIT
ERROR
Common
β
1181
Got error during ROLLBACK
ERROR
Common
β
1182
Got error during FLUSH_LOGS
ERROR
Notable
β
1183
Got error during CHECKPOINT
ERROR
Notable
β
1184
Aborted connection due to communication error
ERROR
Notable
β
1194
Table is marked as crashed and should be repaired
ERROR
Common
β
1195
Table is marked as crashed and last repair failed
ERROR
Common
β
1196
Non-transactional tables could not be rolled back
WARNING
Notable
β
1197
Multi-statement transaction exceeded max_binlog_cache_size
ERROR
Notable
β
1198
Operation cannot be performed with a running slave
ERROR
Notable
β
1199
Operation requires a running slave
ERROR
Notable
β
1200
Server is not configured as a slave
ERROR
Notable
β
1201
Could not initialize master info structure
ERROR
Notable
β
1202
Could not create slave thread
ERROR
Notable
β
1204
User already has more than max_user_connections active connections
ERROR
Common
β
1206
Total number of locks exceeds the lock table size
ERROR
Common
β
1207
Update in a read-only transaction
ERROR
Common
β
1210
Incorrect definition: storage engine differs from parent table
ERROR
Notable
β
1219
Active locked tables or transaction prevents this command
ERROR
Notable
β
1220
Table was locked with READ lock and cannot be updated
ERROR
Notable
β
1221
Cannot combine WRITE locks for system and user tables
ERROR
Notable
β
1223
Command not allowed with this MySQL version
ERROR
Notable
β
1224
Too many files open during binary log purge
ERROR
Notable
β
1225
Fatal error during binary log purge
ERROR
Notable
β
1226
User exceeded max_user_connections resource limit
ERROR
Common
β
1228
Only constant expressions allowed with SET
ERROR
Critical
β
1229
Lock wait timeout exceeded; try restarting transaction
ERROR
Common
β
1230
Variable has no default value
ERROR
Critical
β
1231
Variable can't be set to the argument value
ERROR
Critical
β
1232
Incorrect argument type to variable
ERROR
Critical
β
1233
Variable can only be set, not read
ERROR
Critical
β
1234
Incorrect usage or placement of option
ERROR
Critical
β
1235
This version of MySQL doesn't yet support this feature
ERROR
Notable
β
1236
Fatal error reading from binary log on master
ERROR
Common
β
1237
Slave SQL thread ignored query due to replicate table rules
WARNING
Critical
β
1238
SESSION variable cannot be used with SET GLOBAL
ERROR
Critical
β
1239
Incorrect foreign key definition
ERROR
Notable
β
1240
Key reference and table reference do not match
ERROR
Notable
β
1241
Operand should contain the expected number of columns
ERROR
Notable
β
1243
Unknown prepared statement handler given to EXECUTE
ERROR
Critical
β
1244
Help database is corrupt or does not exist
ERROR
Critical
β
1246
Column charset implicitly converted
WARNING
Critical
β
1249
Column in view with expression cannot be updated
ERROR
Notable
β
1250
Target table for UPDATE is not updatable
ERROR
Notable
β
1251
Command not allowed with this MySQL version
ERROR
Notable
β
1253
COLLATION does not apply to CHARACTER SET
ERROR
Notable
β
1261
Row truncated: fewer input columns than table columns
WARNING
Critical
β
1262
Row truncated: more input columns than table columns
WARNING
Critical
β
1263
Column set to default: NULL supplied to NOT NULL column
WARNING
Notable
β
1266
Using storage engine fallback for table
WARNING
Notable
β
1268
Illegal mix of collations for operation
ERROR
Notable
β
1269
Cannot drop one or more of the requested users
ERROR
Notable
β
1270
Can't revoke all privileges for one or more users
ERROR
Notable
β
1271
Unknown system variable
error
β
1272
Slave is not supported in this build
warning
β
1273
Slave is already running
error
β
1274
Slave already has been stopped
error
β
1275
Uncompressed data size too large
error
β
1276
ZLIB: Not enough memory
error
β
1277
ZLIB: Not enough room in the output buffer
error
β
1278
ZLIB: Input data corrupted
error
β
1279
Row was cut by GROUP_CONCAT()
warning
β
1280
Invalid character string
error
β
1281
Foreign key not supported with partitioning
error
β
1283
Inconsistency in usage of column lists for partitioning
error
β
1284
UNIQUE KEY must include all partitioning columns
error
β
1285
Value list not allowed for this partition type
error
β
1286
Unknown storage engine
error
β
1287
Deprecated syntax will be removed in a future release
warning
β
1288
The target table for UPDATE is not updatable
error
β
1289
Feature is disabled; MySQL was not built with required option
error
β
1293
Invalid default value for column
error
β
1295
Every derived table must have its own alias
error
β
1296
The query cache is disabled
error
β
1297
Stored procedure already exists
error
β
1298
Failed to store routine
error
β
1299
LEAVE/ITERATE can only be used inside a loop/block
error
β
1300
Redefining label
error
β
1301
End-label does not match begin-label
error
β
1302
Referring to uninitialized variable
warning
β
1303
PROCEDURE uses a cursor β cannot use as a plain SELECT
error
β
1304
RETURN is only allowed in a FUNCTION
error
β
1306
Not allowed to return a result set from a trigger
error
β
1309
Query execution was interrupted
error
β
1310
Incorrect number of arguments for procedure
error
β
1311
Undefined CONDITION
error
β
1312
No RETURN found in FUNCTION
error
β
1313
FUNCTION ended without RETURN
error
β
1314
Cursor statement must be a SELECT
error
β
1315
Cursor SELECT must not have INTO
error
β
1316
Undefined CURSOR
error
β
1317
Cursor is already open
error
β
1318
Cursor is not open
error
β
1319
Undeclared variable
error
β
1320
Incorrect number of FETCH variables
error
β
1321
No data β zero rows fetched, selected, or processed
warning
β
1322
Duplicate parameter name
error
β
1323
Duplicate variable name
error
β
1324
Duplicate condition name
error
β
1325
Duplicate cursor name
error
β
1326
Failed to ALTER PROCEDURE
error
β
1327
Subselect value not supported
error
β
1328
Statement not allowed in stored function or trigger
error
β
1329
Variable or condition must be declared before cursors or handlers
error
β
1330
Cursor must be declared before handlers
error
β
1331
Case not found for CASE statement
error
β
1332
Configuration file is too big
error
β
1333
Malformed file type header
error
β
1339
Case not found for CASE statement (SQL expression)
error
β
1340
Division by 0
warning
β
1341
Truncated incorrect value
warning
β
1342
Invalid use of group function
error
β
1343
Table has unsupported extension in CREATE/ALTER
error
β
1344
A table must have at least 1 column
error
β
1346
Unknown character set
error
β
1349
SELECT would examine more than max_join_size rows
error
β
1354
Column used in key specification without key length cannot be NULL
error
β
1355
Duplicate foreign key constraint name
error
β
1356
View is invalid
error
β
1359
Event already exists
error
β
1360
Failed to store event
error
β
1361
Unknown event
error
β
1362
Failed to alter event
error
β
1363
Failed to drop event
error
β
1367
Illegal value for type
error
β
1368
CHECK OPTION of view prevents this update
error
β
1369
CHECK OPTION failed on view
error
β
1370
execute/create/alter/drop command denied for routine
error
β
1372
Password hash should be a 41-digit hex number
error
β
1374
Illegal GRANT/REVOKE for table
error
β
1382
Duplicate unique key
error
β
1383
BLOB/TEXT column used in key without key length
error
β
1384
All parts of a PRIMARY KEY must be NOT NULL
error
β
1385
Result consists of more than one row
error
β
1386
This table type requires a primary key
error
β
1388
UPDATE without WHERE that uses a KEY column blocked by safe update mode
error
β
1390
Cannot change binary logging format inside a stored function or trigger
error
β
1391
Cannot use temporary table with partitions
error
β
1396
Operation not allowed on slave
error
β
1397
Incorrect foreign key definition for referenced table
error
β
1399
Operand should contain N column(s)
error
β
1400
Subquery returns more than 1 row
error
β
1401
Unknown prepared statement handler
error
β
1402
Help database is corrupt or does not exist
error
β
1404
Converting column to character set
warning
β
1410
Client does not support authentication protocol
error
β
1411
All parts of a SPATIAL index must be NOT NULL
error
β
1412
Table definition has changed, please retry transaction
error
β
1413
Duplicate handler declared in the same block
error
β
1414
OUT or INOUT argument is not a variable
error
β
1415
Not allowed to return a result set from a function
error
β
1416
Cannot get geometry object from data sent to GEOMETRY field
error
β
1418
Function has none of DETERMINISTIC, NO SQL, or READS SQL DATA
error
β
1419
You do not have SUPER privilege and binary logging is enabled
error
β
1422
Explicit or implicit commit not allowed in stored function or trigger
error
β
1424
Recursive stored functions and triggers are not allowed
error
β
1425
Too big scale for column
error
β
1426
Too big precision for column
error
β
1427
For DECIMAL(M,D), M must be >= D
error
β
1428
Can't combine WRITE locks for system and user tables
error
β
1429
Unable to connect to foreign data source
error
β
1430
Problem processing query on the foreign data source
error
β
1431
Table upgrade required β use REPAIR TABLE
ERROR
Common
β
1432
AGGREGATE is not supported for stored functions
ERROR
Notable
β
1433
Cannot create more prepared statements than max_prepared_stmt_count
ERROR
Notable
β
1434
Recursive views are not allowed
ERROR
Notable
β
1435
Non-grouping field used in HAVING clause
ERROR
Notable
β
1436
Table type does not support SPATIAL indexes
ERROR
Notable
β
1437
Triggers cannot be created on system tables
ERROR
Notable
β
1439
Failed to read auto-increment value from storage engine
ERROR
Notable
β
1442
Cannot update table already in use by the invoking statement
ERROR
Notable
β
1443
View definition contains GROUP BY or aggregate β update prevented
ERROR
Notable
β
1444
Prepared statement contains a stored routine that refers back to itself
ERROR
Notable
β
1445
Cannot set autocommit from a stored function or trigger
ERROR
Notable
β
1446
Definer is not fully qualified β must be user@host
ERROR
Notable
β
1447
View definition references a user that does not exist
ERROR
Notable
β
1448
Insufficient privileges to view procedure/function with column-level grants
ERROR
Notable
β
1454
No such grant defined for user on host on routine
ERROR
Notable
β
1455
Data source specified for FEDERATED table does not exist
ERROR
Notable
β
1456
Cannot create FEDERATED table β connection string format is invalid
ERROR
Notable
β
1458
Cannot create FEDERATED table due to misconfigured data source
ERROR
Notable
β
1460
Thread stack overrun β insufficient stack space
ERROR
Notable
β
1461
Routine body is too long
ERROR
Notable
β
1463
Display width out of range for column
ERROR
Notable
β
1464
XA transaction ID already exists
ERROR
Notable
β
1465
Datetime field overflow in date/time function
ERROR
Notable
β
1468
Prepared statement contains too many placeholders
ERROR
Notable
β
1470
Failed to DROP stored procedure
ERROR
Notable
β
1471
Failed to CREATE stored procedure
ERROR
Notable
β
1472
Recursive stored procedure exceeded max_sp_recursion_depth
ERROR
Notable
β
1473
Cannot load routine β mysql.proc is missing or corrupt
ERROR
Common
β
1474
Incorrect routine name β contains invalid characters
ERROR
Notable
β
1475
Table needs to be rebuilt to enable fast alter
ERROR
Notable
β
1476
Query execution was interrupted by KILL QUERY
ERROR
Notable
β
1479
Got a packet bigger than max_allowed_packet bytes
ERROR
Notable
β
1480
Invalid column reference in LOAD DATA INFILE
ERROR
Notable
β
1481
Being purged log file is not an active log file
ERROR
Notable
β
1482
XA transaction branch was rolled back due to timeout
ERROR
Notable
β
1483
XA transaction branch was rolled back
ERROR
Notable
β
1484
No such grant defined for user on host on routine (SQLSTATE 42000)
ERROR
Notable
β
1485
Data too long for column type
ERROR
Notable
β
1486
Only LIST/RANGE partitions can use VALUES IN/LESS THAN
ERROR
Notable
β
1487
MAXVALUE can only be used in the last partition definition
ERROR
Notable
β
1488
Mismatch with number of subpartitions
ERROR
Notable
β
1489
All partitions must be subpartitioned when subpartitioning is used
ERROR
Notable
β
1490
Wrong number of partitions β mismatch with previous setting
ERROR
Notable
β
1491
Wrong number of subpartitions defined
ERROR
Notable
β
1492
Constant, random, or timezone-dependent expressions not allowed in partition function
ERROR
Notable
β
1493
Expression in LIST/RANGE VALUES must be constant
ERROR
Notable
β
1494
Field in partition function not found in table
ERROR
Notable
β
1495
List of fields is only allowed in KEY partitions
ERROR
Notable
β
1496
Partition info in frm file is inconsistent
ERROR
Notable
β
1497
Partitioning function is not appropriate for this partitioning type
ERROR
Notable
β
1498
For LIST partitions each partition must be defined
ERROR
Notable
β
1499
VALUES LESS THAN value must be strictly increasing for each partition
ERROR
Notable
β
1500
VALUES value must be of same type as partition function
ERROR
Notable
β
1501
Multiple definition of same condition in stored routine handler
ERROR
Notable
β
1502
Column(s) not allowed here in handler context
ERROR
Notable
β
1504
Mix of storage handlers in partitions is not allowed
ERROR
Notable
β
1505
For RANGE partitions each partition must be defined
ERROR
Notable
β
1506
Too many partitions defined
ERROR
Notable
β
1507
Subpartitioning only allowed with RANGE/LIST + HASH/KEY combination
ERROR
Notable
β
1508
Failed to create storage handler file
ERROR
Common
β
1509
BLOB field is not allowed in partition function
ERROR
Notable
β
1510
PRIMARY KEY must include all columns in the partitioning function
ERROR
Notable
β
1511
Number of partitions cannot be 0
ERROR
Notable
β
1512
Partition management operations not possible on non-partitioned table
ERROR
Notable
β
1513
Foreign key constraint is not supported for partitioned tables
ERROR
Notable
β
1514
Specified partition does not exist
ERROR
Notable
β
1515
Cannot remove all partitions β use DROP TABLE instead
ERROR
Notable
β
1516
COALESCE PARTITION can only be used on HASH/KEY partitions
ERROR
Notable
β
1517
REORGANIZE PARTITION cannot change the number of HASH/KEY partitions
ERROR
Notable
β
1518
REORGANIZE PARTITION without parameters only valid on auto-partitioned HASH/KEY tables
ERROR
Notable
β
1519
REMOVE PARTITIONING can only be used on RANGE/LIST partitions
ERROR
Notable
β
1520
New partitions must have the correct number of subpartitions
ERROR
Notable
β
1521
At least one partition must be added
ERROR
Notable
β
1522
At least one partition must be coalesced
ERROR
Notable
β
1523
More partitions to reorganize than there are partitions
ERROR
Notable
β
1524
Duplicate partition name
ERROR
Notable
β
1525
Not allowed to execute binary log events on this table
ERROR
Notable
β
1526
Partitions to reorganize must be consecutive
ERROR
Notable
β
1527
REORGANIZE PARTITION cannot change total RANGE except at last partition
ERROR
Notable
β
1528
Partition function not supported for this handler
ERROR
Notable
β
1531
Plugin is not loaded
ERROR
Notable
β
1532
Incorrect value provided for a variable or option
ERROR
Notable
β
1533
Table has no partition for the given value
ERROR
Notable
β
1544
Event already exists
ERROR
Notable
β
1545
Failed to store event info
ERROR
Notable
β
1546
Unknown event
ERROR
Notable
β
1547
Failed to alter event
ERROR
Notable
β
1548
Failed to drop the event
ERROR
Notable
β
1549
Event interval must be positive and not too large
ERROR
Notable
β
1550
Event end date is before start date
ERROR
Notable
β
1551
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set
ERROR
Notable
β
1552
Failed to open mysql.event table
ERROR
Common
β
1553
Event must define a schedule or execute-at time
ERROR
Notable
β
1554
Column count of mysql.event is wrong β table may be corrupt
ERROR
Common
β
1555
Cannot load from mysql.event β table is probably corrupt
ERROR
Common
β
1556
Failed to delete the event from mysql.event
ERROR
Notable
β
1557
Error during compilation of event body
ERROR
Notable
β
1558
New event name is the same as the old name
ERROR
Notable
β
1559
Event data is too long for the column
ERROR
Notable
β
1560
Cannot drop index needed for a foreign key constraint
ERROR
Notable
β
1561
Temp table open prevents switching out of row-based replication
ERROR
Notable
β
1562
Stored function prevents switching out of row-based replication
ERROR
Notable
β
1563
NDB cluster cannot switch binlog format
ERROR
Notable
β
1564
Partitioned tables cannot be temporary tables
ERROR
Common
β
1565
Partition constant domain error
ERROR
Notable
β
1566
Partition function is not allowed
ERROR
Notable
β
1567
DDL log error
ERROR
Critical
β
1568
NULL value not allowed in VALUES LESS THAN
ERROR
Common
β
1569
Wrong partition name
ERROR
Common
β
1570
Cannot change transaction characteristics mid-transaction
ERROR
Notable
β
1571
Duplicate entry for auto-increment column
WARNING
Notable
β
1572
Event scheduler queue modification error
ERROR
Notable
β
1573
Event scheduler: error setting variable
ERROR
Notable
β
1574
Partition merge error
ERROR
Critical
β
1575
Cannot activate binary log
ERROR
Critical
β
1576
Row-based replication not available
ERROR
Notable
β
1577
Base64 decode error
ERROR
Notable
β
1578
Event recursion is forbidden
ERROR
Notable
β
1579
Error reading from the mysql.event table
ERROR
Critical
β
1580
Only integer values allowed here
ERROR
Common
β
1581
Unsupported storage engine for log tables
ERROR
Notable
β
1582
Bad statement for log table operation
ERROR
Notable
β
1583
Cannot rename a log table when logging is active
ERROR
Notable
β
1584
Wrong parameter count to native function
ERROR
Common
β
1585
Wrong parameters to native function
ERROR
Common
β
1586
Wrong parameters to stored function
ERROR
Common
β
1587
Native function name collision with stored function
ERROR
Notable
β
1588
Duplicate entry with key name
ERROR
Notable
β
1589
Too many open files during binary log purge
WARNING
Notable
β
1590
Event cannot be deleted
ERROR
Notable
β
1591
Event body compilation error
ERROR
Notable
β
1592
Event with same name already exists
ERROR
Common
β
1593
Event data too long
ERROR
Common
β
1594
Cannot drop index: needed by a foreign key constraint
ERROR
Notable
β
1595
Deprecated syntax warning with version reference
WARNING
Common
β
1596
Cannot write-lock a log table
ERROR
Notable
β
1597
Cannot lock a log table
ERROR
Notable
β
1598
Foreign key duplicate entry
ERROR
Notable
β
1599
Column count mismatch in system table β run mysql_upgrade
ERROR
Critical
β
1600
Temporary table prevents switching out of row-based replication (session-level)
ERROR
Notable
β
1601
Stored function prevents switching binlog format (session-level)
ERROR
Notable
β
1602
Partition column list error
ERROR
Notable
β
1603
Wrong type for column value in partition definition
ERROR
Notable
β
1604
Too many fields in partitioning function
ERROR
Common
β
1605
MAXVALUE cannot be used in VALUES IN
ERROR
Common
β
1606
Too many values in VALUES IN for LIST COLUMNS partition
ERROR
Common
β
1607
Row-based VALUES IN requires parenthesized tuple
ERROR
Common
β
1608
Field type not allowed as partition field
ERROR
Common
β
1609
Partition fields too long
ERROR
Common
β
1610
Statement cannot be logged: mixed row and statement engines
ERROR
Notable
β
1611
ROW binlog mode but engine requires statement-based logging
ERROR
Notable
β
1612
Unsafe statement with statement-only engine and STATEMENT binlog format
WARNING
Notable
β
1613
Row injection impossible: engine requires statement logging
ERROR
Notable
β
1614
STATEMENT binlog mode but engine requires row-based logging
ERROR
Notable
β
1615
Row injection impossible in STATEMENT binlog mode
ERROR
Notable
β
1616
Multiple engines with self-logging engine prevents safe binary logging
ERROR
Notable
β
1617
Statement with LIMIT is unsafe for statement-based replication
WARNING
Notable
β
1618
INSERT DELAYED is unsafe for statement-based replication
WARNING
Notable
β
1619
Statement accessing system tables is unsafe for replication
WARNING
Notable
β
1620
INSERT into auto-increment column with SELECT is unsafe for statement-based replication
WARNING
Notable
β
1621
Statement using UDF is unsafe for statement-based replication
WARNING
Notable
β
1622
Statement using system variable is unsafe for statement-based replication
WARNING
Notable
β
1623
Statement using system function is unsafe for statement-based replication
WARNING
Notable
β
1624
Unsafe statement: non-transactional table written after transactional table in transaction
WARNING
Notable
β
1625
Message and statement are both unsafe for replication
WARNING
Notable
β
1626
Column type conversion failed on replica
ERROR
Common
β
1627
Replica cannot create conversion for column
ERROR
Common
β
1628
Cannot change binlog_format inside an active transaction
ERROR
Notable
β
1629
The path specified is too long
ERROR
Notable
β
1630
Deprecated syntax used with no replacement available
WARNING
Critical
β
1631
Native table structure is wrong for this version
ERROR
Common
β
1632
Incorrect usage of Performance Schema table
ERROR
Notable
β
1633
INFORMATION_SCHEMA table was skipped due to timeout or lock
WARNING
Critical
β
1634
Cannot change binlog_direct_non_transactional_updates inside an active transaction
ERROR
Notable
β
1635
Cannot change binlog_direct_non_transactional_updates inside a stored function or trigger
ERROR
Notable
β
1636
Spatial index requires a NOT NULL geometry column
ERROR
Notable
β
1637
Index comment is too long
ERROR
Critical
β
1638
Aborted waiting on metadata lock β another connection holds a conflicting lock
ERROR
Common
β
1639
Value is out of range for column type
ERROR
Common
β
1640
Wrong type of stored procedure variable used in LIMIT clause
ERROR
Notable
β
1641
Statement accesses both transactional and a self-logging non-transactional engine
WARNING
Notable
β
1642
Statement contains both safe and unsafe operations for statement-based replication
WARNING
Notable
β
1643
Cannot change sql_log_bin inside an active transaction
ERROR
Notable
β
1644
Cannot change sql_log_bin inside a stored function or trigger
ERROR
Notable
β
1645
Failed to read from .par partition file
ERROR
Common
β
1646
VALUES in VALUES LESS THAN must be an integer or MAXVALUE
ERROR
Notable
β
1647
Access denied for user (no password provided)
ERROR
Common
β
1648
SET PASSWORD is not supported for users with an authentication plugin
ERROR
Notable
β
1649
GRANT would create a new account but user already exists with a different plugin
ERROR
Notable
β
1650
Cannot truncate table referenced by a foreign key
ERROR
Common
β
1651
Plugin cannot be uninstalled β it is required by the server
ERROR
Notable
β
1652
Heartbeat frequency is below the minimum allowed value
ERROR
Notable
β
1653
Heartbeat frequency exceeds the maximum allowed value
ERROR
Notable
β
1654
NDB replication schema error
ERROR
Common
β
1655
Error parsing conflict function specification in ndb_replication table
ERROR
Common
β
1656
Error writing to NDB exceptions table
ERROR
Common
β
1657
Table comment is too long
ERROR
Critical
β
1658
Replica configuration error
ERROR
Common
β
1659
InnoDB full-text index limit reached
ERROR
Notable
β
1660
InnoDB full-text index cannot be created on temporary tables
ERROR
Notable
β
1661
InnoDB full-text FTS_DOC_ID column has wrong definition
ERROR
Notable
β
1662
InnoDB full-text FTS_DOC_ID_INDEX index has wrong definition
ERROR
Notable
β
1663
Online ALTER TABLE row log exceeded innodb_online_alter_log_max_size
ERROR
Common
β
1664
Unknown ALTER TABLE ALGORITHM value
ERROR
Notable
β
1665
Unknown ALTER TABLE LOCK value
ERROR
Notable
β
1666
Cannot run CHANGE MASTER when parallel replication has gaps
ERROR
Common
β
1667
Multi-threaded replication recovery failed
ERROR
Common
β
1668
Multi-threaded replication worker reset required
ERROR
Common
β
1669
Column count in internal system table does not match expected value
ERROR
Common
β
1670
Replica silently retried a transaction
WARNING
Notable
β
1671
Cannot DISCARD TABLESPACE while foreign key checks are running
ERROR
Common
β
1672
Table schema does not match the tablespace being imported
ERROR
Common
β
1673
Table cannot be moved from the system tablespace
ERROR
Notable
β
1674
I/O read error occurred
ERROR
Common
β
1675
I/O write error occurred
ERROR
Common
β
1676
Tablespace file is missing
ERROR
Common
β
1677
Tablespace already exists
ERROR
Notable
β
1678
Tablespace has been discarded
ERROR
Common
β
1679
Internal error
ERROR
Common
β
1680
InnoDB IMPORT TABLESPACE failed
ERROR
Common
β
1681
Integer display width is deprecated and will be removed in a future release
WARNING
Critical
β
1682
The ZEROFILL attribute is deprecated and will be removed in a future release
WARNING
Critical
β
1683
InnoDB full-text auxiliary table name does not contain a hex table ID
ERROR
Notable
β
1684
Old temporal columns found; they need to be upgraded to the new format
WARNING
Notable
β
1685
Cannot execute DML or DDL while innodb_force_recovery > 0
ERROR
Common
β
1686
The initialization vector supplied to aes_encrypt is too short
ERROR
Notable
β
1687
Plugin cannot be uninstalled because it is required
ERROR
Notable
β
1688
Statement is unsafe because it is being split into multiple statements while a GTID is assigned
ERROR
Common
β
1689
Replica has more GTIDs than the source
ERROR
Common
β
1690
A required key is missing for table
ERROR
Notable
β
1691
Named pipe access is granted to everyone (security risk)
WARNING
Notable
β
1692
Unexpected GTIDs found on the replica that are not in the source binlog
ERROR
Common
β
1693
A list of fields is not allowed in HASH partitioning
ERROR
Notable
β
1694
Inconsistent partition information for table
ERROR
Notable
β
1695
PARTITION clause used on a non-partitioned table
ERROR
Notable
β
1696
Cannot execute FLUSH statement in stored function or trigger
ERROR
Notable
β
1697
Illegal REVOKE of a grant not held by user
ERROR
Notable
β
1698
Generic error reported on the replication source
ERROR
Common
β
1699
Inconsistent error information returned from storage engine
ERROR
Notable
β
1700
Storage engine is not loaded
ERROR
Common
β
1701
GET STACKED DIAGNOSTICS cannot be used outside a condition handler
ERROR
Critical
β
1702
Legacy SQL syntax was automatically converted to the new syntax
WARNING
Critical
β
1703
Statement is unsafe for replication with full-text parser plugin
WARNING
Notable
β
1704
Cannot DISCARD or IMPORT tablespace for a temporary table
ERROR
Notable
β
1705
Foreign key cascade depth exceeded maximum limit
ERROR
Common
β
1706
Column count of mysql.* table is wrong; please run mysql_upgrade
ERROR
Common
β
1707
Trigger does not have CREATED attribute in its definition
WARNING
Critical
β
1708
Error in the body of an unknown trigger
ERROR
Notable
β
1709
Index column size too large; the maximum column size is 767 bytes
ERROR
Notable
β
1710
Error in the body of trigger
ERROR
Notable
β
1711
Referenced trigger does not exist
ERROR
Notable
β
1712
EXPLAIN is not supported for this statement
ERROR
Critical
β
1713
Invalid column size or precision specified
ERROR
Notable
β
1714
Missing storage engine CREATE option
ERROR
Notable
β
1715
Storage engine is out of memory
ERROR
Common
β
1716
Cannot set password expiration for anonymous user
ERROR
Notable
β
1717
The SQL thread must be stopped before issuing this command
ERROR
Common
β
1718
Full-text search is not supported in a materialised subquery
ERROR
Notable
β
1719
InnoDB undo log is full; cannot rollback the transaction
ERROR
Common
β
1720
UNINSTALL PLUGIN is not permitted for this plugin
ERROR
Notable
β
1721
INSTALL PLUGIN is not permitted for this plugin
ERROR
Notable
β
1722
Unsafe statement: INSERT ... SELECT on a table with AUTO_INCREMENT
WARNING
Notable
β
1723
Unsafe statement: CREATE TABLE ... SELECT on a table with AUTO_INCREMENT
WARNING
Notable
β
1724
Unsafe statement: INSERT into table with two or more unique keys
WARNING
Notable
β
1725
Table is being used in a foreign key check and cannot be modified
ERROR
Common
β
1726
Storage engine does not support the requested operation
ERROR
Notable
β
1727
Unsafe statement: AUTO_INCREMENT column is not the first column in the index
WARNING
Notable
β
1728
Cannot load from mysql system table; table may be corrupted
ERROR
Common
β
1729
MASTER_DELAY value is out of the valid range
ERROR
Notable
β
1730
Only format description and row events are allowed in BINLOG statements
ERROR
Notable
β
1731
Tables have different definitions for ALTER TABLE ... EXCHANGE PARTITION
ERROR
Notable
β
1732
Exchange table must not be a partitioned table
ERROR
Notable
β
1733
Exchange table must not be a temporary table
ERROR
Notable
β
1734
Partition name expected but subpartition name given
ERROR
Notable
β
1735
Unknown partition name specified
ERROR
Notable
β
1736
Tables have different metadata for EXCHANGE PARTITION
ERROR
Notable
β
1737
Found rows in the exchange table that do not match the partition definition
ERROR
Notable
β
1738
binlog_cache_size is greater than max_binlog_cache_size
WARNING
Critical
β
1739
Index hint ignored because it is not applicable to the query
WARNING
Critical
β
1740
Cannot use EXCHANGE PARTITION when the table has foreign key constraints
ERROR
Notable
β
1741
No such key value in referenced table
ERROR
Notable
β
1742
Replication info data too long
ERROR
Notable
β
1743
Network read event checksum failure
ERROR
Common
β
1744
Binlog file read event checksum failure
ERROR
Common
β
1745
Binlog statement cache size exceeds max binlog cache size
ERROR
Notable
β
1746
Cannot update table in CREATE TABLE ... SELECT
ERROR
Notable
β
1747
PARTITION clause used on non-partitioned table
ERROR
Notable
β
1748
Row does not match any of the given partition set
ERROR
Notable
β
1749
Named partition does not exist (unused code)
ERROR
Critical
β
1750
Failed to change replication info repository
ERROR
Common
β
1751
Incomplete rollback β created temporary table not rolled back
WARNING
Notable
β
1752
Incomplete rollback β dropped temporary table not restored
WARNING
Notable
β
1753
Multi-threaded slave feature not supported
ERROR
Notable
β
1754
MTS: number of updated databases exceeds limit
ERROR
Notable
β
1755
MTS: event cannot be executed in parallel
ERROR
Notable
β
1756
MTS: inconsistent data detected
ERROR
Common
β
1757
FULLTEXT indexes not supported on partitioned tables
ERROR
Notable
β
1758
Invalid condition number in RESIGNAL/GET DIAGNOSTICS
ERROR
Notable
β
1759
Sending passwords in plain text is insecure
WARNING
Notable
β
1760
CHANGE MASTER TO without SSL is insecure
WARNING
Notable
β
1761
Foreign key constraint violation β duplicate key with child info
ERROR
Notable
β
1762
Foreign key constraint violation β no child table info available
ERROR
Notable
β
1763
Cannot execute statement in a READ ONLY transaction
ERROR
Notable
β
1764
Too many fields in SELECT
ERROR
Notable
β
1765
Too many key parts specified
ERROR
Notable
β
1766
Named database does not exist
ERROR
Notable
β
1767
Cannot delete parent row β foreign key constraint
ERROR
Notable
β
1768
Malformed communication packet
ERROR
Common
β
1769
Server is in read-only mode
ERROR
Common
β
1770
GTID_NEXT is set to an undefined GTID
ERROR
Notable
β
1771
Variable cannot be set inside a stored procedure
ERROR
Notable
β
1772
Cannot set gtid_purged when gtid_mode is OFF
ERROR
Notable
β
1773
Cannot set gtid_purged when gtid_executed is not empty
ERROR
Notable
β
1774
Cannot set gtid_purged while transactions are in-flight
ERROR
Notable
β
1775
gtid_purged was changed
WARNING
Notable
β
1776
gtid_executed was changed
WARNING
Notable
β
1777
Binlog statement mode and no replicated tables
ERROR
Notable
β
1778
ALTER TABLE operation not supported
ERROR
Notable
β
1779
ALTER TABLE operation not supported β specific reason
ERROR
Notable
β
1780
ALTER TABLE requires COPY algorithm
ERROR
Notable
β
1781
ALTER TABLE INPLACE not supported with partitioning change
ERROR
Notable
β
1782
INPLACE ALTER not supported when renaming a column with foreign key
ERROR
Notable
β
1783
INPLACE ALTER not supported due to column type change
ERROR
Notable
β
1784
INPLACE ALTER not supported with foreign key check
ERROR
Notable
β
1785
INPLACE ALTER not supported with IGNORE
ERROR
Notable
β
1786
INPLACE ALTER not supported β table has no primary key
ERROR
Notable
β
1787
INPLACE ALTER not supported β AUTO_INCREMENT column change
ERROR
Notable
β
1788
INPLACE ALTER not supported β hidden FTS document ID column
ERROR
Notable
β
1789
INPLACE ALTER not supported β FULLTEXT index change
ERROR
Notable
β
1790
INPLACE ALTER not supported β FULLTEXT-related reason
ERROR
Notable
β
1791
sql_slave_skip_counter cannot be set in GTID mode
ERROR
Notable
β
1792
Duplicate entry found in index β value unknown
ERROR
Notable
β
1793
Identifier causes file path to be too long
ERROR
Notable
β
1794
INPLACE ALTER not supported β NOT NULL constraint added
ERROR
Notable
β
1795
Password must be changed before any other operation
ERROR
Common
β
1796
Row found in wrong partition
ERROR
Common
β
1797
MTS: event size exceeds slave_pending_jobs_size_max
ERROR
Notable
β
1798
InnoDB FULLTEXT does not support user-defined parsers
ERROR
Notable
β
1799
Binlog logical clock conflict
ERROR
Notable
β
1800
Deprecated master info option used
WARNING
Critical
β
1801
ERROR
Notable
β
1802
WARNING
Notable
β
1803
WARNING
Notable
β
1804
ERROR
Notable
β
1805
ERROR
Notable
β
1806
ERROR
Notable
β
1807
ERROR
Notable
β
1808
ERROR
Notable
β
1809
ERROR
Notable
β
1810
ERROR
Notable
β
1811
ERROR
Notable
β
1812
ERROR
Notable
β
1813
ERROR
Notable
β
1814
ERROR
Notable
β
1815
ERROR
Notable
β
1816
WARNING
Notable
β
1817
WARNING
Notable
β
1818
ERROR
Notable
β
1819
ERROR
Common
β
1820
ERROR
Notable
β
1821
ERROR
Notable
β
1822
ERROR
Notable
β
1823
ERROR
Notable
β
1824
ERROR
Notable
β
1825
ERROR
Notable
β
1826
WARNING
Common
β
1827
ERROR
Notable
β
1828
ERROR
Notable
β
1829
ERROR
Notable
β
1830
ERROR
Notable
β
1831
WARNING
Common
β
1832
ERROR
Notable
β
1833
ERROR
Common
β
1834
ERROR
Notable
β
1835
WARNING
Notable
β
1836
ERROR
Notable
β
1837
ERROR
Common
β
1838
ERROR
Common
β
1839
ERROR
Common
β
1840
WARNING
Notable
β
1841
ERROR
Notable
β
1842
ERROR
Common
β
1843
ERROR
Notable
β
1844
ERROR
Notable
β
1845
ERROR
Common
β
1846
ERROR
Common
β
1847
ERROR
Common
β
1848
ERROR
Notable
β
1849
ERROR
Common
β
1850
ERROR
Notable
β
1851
ERROR
Notable
β
1852
ERROR
Notable
β
1853
ERROR
Notable
β
1854
ERROR
Common
β
1855
ERROR
Common
β
1856
ERROR
Notable
β
1857
ERROR
Common
β
1858
WARNING
Notable
β
1859
ERROR
Notable
β
1860
ERROR
Critical
β
1861
ERROR
Notable
β
1862
ERROR
Notable
β
1863
ERROR
Notable
β
1864
ERROR
Common
β
1865
ERROR
Common
β
1866
ERROR
Notable
β
1867
ERROR
Notable
β
1868
ERROR
Notable
β
1869
ERROR
Notable
β
1870
ERROR
Notable
β
1871
ERROR
Notable
β
1872
ERROR
Notable
β
1873
ERROR
Notable
β
1874
ERROR
Common
β
1875
ERROR
Notable
β
1876
ERROR
Notable
β
1877
ERROR
Notable
β
1878
WARNING
Critical
β
1879
ERROR
Notable
β
1880
ERROR
Notable
β
1881
ERROR
Notable
β
1882
ERROR
Notable
β
1883
ERROR
Notable
β
1884
ERROR
Notable
β
1885
ERROR
Notable
β
1886
ERROR
Notable
β
1887
ERROR
Notable
β
1888
ERROR
Notable
β
1889
ERROR
Notable
β
1890
ERROR
Notable
β
1891
ERROR
Notable
β
1892
ERROR
Notable
β
1893
ERROR
Notable
β
1894
ERROR
Notable
β
1895
ERROR
Notable
β
1896
ERROR
Notable
β
1897
ERROR
Notable
β
1898
ERROR
Critical
β
1899
ERROR
Notable
β
1900
ERROR
Notable
β
1901
ERROR
Notable
β
1902
ERROR
Notable
β
1903
ERROR
Notable
β
1904
ERROR
Notable
β
1905
ERROR
Common
β
1906
ERROR
Notable
β
1907
WARNING
Critical
β
1908
ERROR
Notable
β
1909
ERROR
Notable
β
1910
ERROR
Notable
β
1911
ERROR
Notable
β
1912
ERROR
Notable
β
1913
ERROR
Notable
β
1914
ERROR
Notable
β
1915
WARNING
Critical
β
1916
ERROR
Notable
β
1917
ERROR
Notable
β
1918
ERROR
Common
β
1919
ERROR
Notable
β
1920
ERROR
Notable
β
1921
Error during compilation of event's body
ERROR
Notable
β
1922
Same old and new event name
ERROR
Common
β
1923
Event data too long
ERROR
Notable
β
1924
Cannot drop index needed in a foreign key constraint
ERROR
Notable
β
1925
Deprecated syntax used; will be removed in a future version
WARNING
Common
β
1926
Cannot lock log table for write
ERROR
Notable
β
1927
Cannot lock log table
ERROR
Notable
β
1928
Foreign key constraint leads to a duplicate key
ERROR
Critical
β
1929
Column count of table does not match; please update
ERROR
Critical
β
1930
Temporary tables exist; cannot switch to row-based logging
ERROR
Notable
β
1931
Stored function or trigger prevents switch out of row-based logging
ERROR
Notable
β
1932
For LIST COLUMNS and RANGE COLUMNS partitioning, the column list must not be empty
ERROR
Notable
β
1933
Incorrect type value for column
ERROR
Notable
β
1934
Too many fields in partition function
ERROR
Notable
β
1935
MAXVALUE cannot be used with LIST partitioning
ERROR
Common
β
1936
Too many values specified for column list
ERROR
Notable
β
1937
Partition row expression can only contain a single column value
ERROR
Notable
β
1938
Field is of a not allowed type for this type of partitioning
ERROR
Notable
β
1939
The total length of the partition expression is too long
ERROR
Notable
β
1940
Cannot mix transactional and non-transactional engines in the same transaction with this binlog format
ERROR
Critical
β
1941
Cannot modify a table that is being used by a stored function or trigger
ERROR
Critical
β
1942
The definition of a view prevents the underlying table from being updated
ERROR
Notable
β
1943
Recursive stored procedure call is not supported
ERROR
Notable
β
1944
Not allowed to set autocommit from a stored function or trigger
ERROR
Notable
β
1945
Malformed DEFINER clause
ERROR
Notable
β
1946
View '%s'.'%s' has no definer information in the view file
ERROR
Notable
β
1947
Invoker does not have privilege to view the definer
ERROR
Notable
β
1948
There is no such user
ERROR
Notable
β
1949
Cannot change schema for a multi-schema transaction
ERROR
Notable
β
1950
Cannot delete or update a parent row: a foreign key constraint fails
ERROR
Critical
β
1951
Cannot add or update a child row: a foreign key constraint fails
ERROR
Critical
β
1952
Variable already exists with this name
ERROR
Common
β
1953
Trigger does not have DEFINER information in the trigger file
ERROR
Notable
β
1954
Table upgrade required. Please run "REPAIR TABLE `%s`" or dump/reload to fix it
ERROR
Critical
β
1955
Recursive limit exceeded for stored procedure
ERROR
Notable
β
1956
Failed to load routine. The table mysql.proc is missing, corrupt, or contains bad data
ERROR
Critical
β
1957
Incorrect stored procedure name
ERROR
Common
β
1958
Table needs to be upgraded; run CHECK TABLE
WARNING
Notable
β
1959
AGGREGATE is not supported for stored functions
ERROR
Common
β
1960
Can't create more than max_prepared_stmt_count statements
ERROR
Critical
β
1961
View contains a recursive reference
ERROR
Notable
β
1962
Non-grouping field is used in HAVING clause
ERROR
Notable
β
1963
The storage engine for the table does not support BLOB/TEXT or GIS columns
ERROR
Notable
β
1964
Spatial column %s is not defined
ERROR
Notable
β
1965
Error in regular expression
ERROR
Common
β
1966
Incorrect value for column
WARNING
Notable
β
1967
Illegal value for type
ERROR
Notable
β
1968
CHECK OPTION on a non-updatable view
ERROR
Notable
β
1969
Feature disabled; you need MySQL built with this feature
ERROR
Notable
β
1970
The MySQL server is running with the --option option so it cannot execute this statement
ERROR
Notable
β
1971
Column has duplicated value in SET/ENUM definition
ERROR
Common
β
1972
Truncated incorrect value
WARNING
Notable
β
1973
Character set '%s' cannot be used in conjunction with collation '%s' to sort in order
ERROR
Notable
β
1974
Variable is a LOCAL variable
ERROR
Common
β
1975
Variable is a GLOBAL variable
ERROR
Common
β
1976
Variable has no default value
ERROR
Common
β
1977
Variable cannot be set to the value of given expression
ERROR
Notable
β
1978
Incorrect argument type to variable
ERROR
Common
β
1979
Variable can only be set, not read
ERROR
Common
β
1980
Incorrect usage of option
ERROR
Common
β
1981
This feature is not supported yet
ERROR
Notable
β
1982
Fatal error reading binary log on master
ERROR
Common
β
1983
Replica ignored table due to replication filter
WARNING
Critical
β
1984
Variable is global or local only
ERROR
Notable
β
1985
Incorrect foreign key definition
ERROR
Common
β
1986
Key reference and table reference do not match
ERROR
Common
β
1987
Operand should contain N column(s)
ERROR
Notable
β
1988
Subquery returns more than one row
ERROR
Notable
β
1989
Unknown HANDLER statement
ERROR
Notable
β
1990
MySQL help database is corrupt or missing
ERROR
Critical
β
1991
Cyclic reference in stored routines or views
ERROR
Notable
β
1992
Converting column to a different type
WARNING
Critical
β
1993
Reference to field not allowed in this context
ERROR
Notable
β
1994
Every derived table must have its own alias
ERROR
Notable
β
1995
Select in a subquery is reduced
WARNING
Critical
β
1996
Table name not allowed in this context
ERROR
Notable
β
1997
Client does not support authentication protocol
ERROR
Common
β
1998
Spatial index on column with NULL values not allowed
ERROR
Notable
β
1999
Collation and character set mismatch
ERROR
Notable
β
2000
Aborting connection due to client error
ERROR
Common
β
2001
Network read error from master during replication
ERROR
Common
β
2002
Network write error to replica during replication
ERROR
Common
β
2003
Too many connections for this user
ERROR
Common
β
2004
Only constants are allowed here
ERROR
Notable
β
2005
Deadlock found when trying to get lock
ERROR
Common
β
2006
View column list does not match SELECT
ERROR
Notable
β
2007
Query cache cleanup warning
WARNING
Critical
β
2008
No paths allowed for shared library
ERROR
Notable
β
2009
Function already exists
ERROR
Notable
β
2010
Cannot open shared library for UDF
ERROR
Notable
β
2011
Cannot find function symbol in shared library
ERROR
Notable
β
2012
Function is not defined
ERROR
Notable
β
2013
Host is blocked due to too many connection errors
ERROR
Common
β
2014
Host is not allowed to connect
ERROR
Common
β
2015
Anonymous user cannot use password
ERROR
Common
β
2016
Password change not allowed for this user
ERROR
Notable
β
2017
Password hash does not match
ERROR
Notable
β
2018
Rows matched / changed / warnings info
WARNING
Critical
β
2019
Cannot create new thread
ERROR
Common
β
2020
Column count does not match value count at row N
ERROR
Notable
β
2021
Cannot reopen table in the same query
ERROR
Notable
β
2022
Invalid use of NULL value
ERROR
Notable
β
2023
Error in regular expression
ERROR
Notable
β
2024
Mixing aggregate and non-aggregate columns without GROUP BY
ERROR
Notable
β
2025
There is no such grant defined for user on host
ERROR
Notable
β
2026
Table-level access denied
ERROR
Common
β
2027
Column-level access denied
ERROR
Common
β
2028
Illegal GRANT or REVOKE command
ERROR
Notable
β
2029
Invalid hostname or username in GRANT
ERROR
Notable
β
2030
Table does not exist
ERROR
Common
β
2031
No such grant for table
ERROR
Notable
β
2032
Command not allowed with this MySQL version or configuration
ERROR
Notable
β
2033
Syntax error in SQL statement
ERROR
Common
β
2034
INSERT DELAYED cannot change lock
ERROR
Critical
β
2035
Too many delayed insert handler threads
ERROR
Critical
β
2036
Aborting connection to database
ERROR
Notable
β
2037
Got a packet bigger than max_allowed_packet
ERROR
Notable
β
2038
Read error from named pipe
ERROR
Notable
β
2039
Error from fcntl() on network socket
ERROR
Notable
β
2040
Packets out of order from client
ERROR
Notable
β
3000
ERROR
Common
β
3001
ERROR
Notable
β
3002
ERROR
Notable
β
3003
ERROR
Notable
β
3004
ERROR
Critical
β
3005
WARNING
Critical
β
3006
WARNING
Notable
β
3007
ERROR
Critical
β
3008
ERROR
Notable
β
3009
WARNING
Notable
β
3010
WARNING
Critical
β
3011
ERROR
Notable
β
3012
ERROR
Notable
β
3013
ERROR
Notable
β
3014
ERROR
Notable
β
3015
ERROR
Critical
β
3016
ERROR
Notable
β
3017
WARNING
Critical
β
3018
ERROR
Common
β
3019
ERROR
Notable
β
3020
ERROR
Notable
β
3021
ERROR
Notable
β
3022
ERROR
Common
β
3023
ERROR
Notable
β
3024
ERROR
Common
β
3025
WARNING
Critical
β
3026
WARNING
Critical
β
3027
WARNING
Critical
β
3028
ERROR
Common
β
3029
ERROR
Notable
β
3030
ERROR
Notable
β
3031
WARNING
Notable
β
3032
ERROR
Common
β
3033
ERROR
Notable
β
3034
WARNING
Notable
β
3035
ERROR
Common
β
3036
ERROR
Notable
β
3037
ERROR
Notable
β
3038
ERROR
Notable
β
3039
ERROR
Notable
β
3040
ERROR
Notable
β
3041
ERROR
Notable
β
3042
ERROR
Notable
β
3043
ERROR
Notable
β
3044
ERROR
Notable
β
3045
ERROR
Notable
β
3046
ERROR
Notable
β
3047
ERROR
Notable
β
3048
ERROR
Notable
β
3049
ERROR
Notable
β
3050
ERROR
Notable
β
3051
ERROR
Notable
β
3052
ERROR
Notable
β
3053
ERROR
Notable
β
3054
ERROR
Notable
β
3055
ERROR
Common
β
3056
ERROR
Common
β
3057
ERROR
Notable
β
3058
ERROR
Notable
β
3059
ERROR
Notable
β
3060
No database selected
ERROR
Notable
β
3061
Unsafe statement with full-text plugin in binlog
WARNING
Notable
β
3062
Replication channel I/O thread must be stopped
ERROR
Notable
β
3063
Open temporary tables must be zero for this operation
WARNING
Notable
β
3064
MASTER_LOG_FILE specified without MASTER_LOG_POS
WARNING
Notable
β
3065
Query execution was interrupted (maximum statement execution time exceeded)
ERROR
Notable
β
3066
MAX_EXECUTION_TIME hint is ignored for non-SELECT statements
WARNING
Critical
β
3067
Replication channel does not exist
ERROR
Notable
β
3068
Replication channel already exists
ERROR
Notable
β
3069
FOR CHANNEL clause required for multi-source replication
ERROR
Notable
β
3070
Deprecated syntax warning
WARNING
Critical
β
3071
Deprecated syntax with no replacement
WARNING
Critical
β
3072
Wrong structure for native performance schema table
ERROR
Notable
β
3073
Incorrect use of Performance Schema table
ERROR
Notable
β
3074
INFORMATION_SCHEMA table was skipped
WARNING
Critical
β
3075
Cannot change binlog_direct_non_transactional_updates inside a transaction
ERROR
Notable
β
3076
Cannot change binlog_direct_non_transactional_updates inside a stored function or trigger
ERROR
Notable
β
3077
Spatial index must be on a geometry column
ERROR
Notable
β
3078
Index comment is too long
ERROR
Critical
β
3079
Lock wait was aborted
ERROR
Notable
β
3080
Data value is out of range for the column
ERROR
Notable
β
3081
LIMIT clause requires an integer value
ERROR
Critical
β
3082
Unsafe binlog statement: mixed engines with self-logging engine
WARNING
Notable
β
3083
Unsafe mixed statement in binlog
WARNING
Notable
β
3084
Cannot change sql_log_bin inside a transaction
ERROR
Notable
β
3085
Cannot change sql_log_bin inside a stored function or trigger
ERROR
Notable
β
3086
Failed to read partition .par file
ERROR
Notable
β
3087
RANGE/LIST partition values must be integers
ERROR
Notable
β
3088
Access denied (no password provided)
ERROR
Common
β
3089
SET PASSWORD not supported with this authentication plugin
ERROR
Notable
β
3090
GRANT user already identified via a plugin
ERROR
Notable
β
3091
TRUNCATE not allowed due to foreign key constraint
ERROR
Common
β
3092
Plugin cannot be uninstalled
ERROR
Notable
β
3093
Slave heartbeat period below minimum
ERROR
Notable
β
3094
Slave heartbeat period above maximum
ERROR
Notable
β
3095
NDB replication schema error
ERROR
Notable
β
3096
NDB conflict function parse error
ERROR
Notable
β
3097
NDB exceptions table write error
ERROR
Notable
β
3098
Table comment is too long
ERROR
Critical
β
3099
Incorrect or missing replication slave configuration
ERROR
Notable
β
3100
InnoDB full-text search limit exceeded
ERROR
Notable
β
3101
ALTER TABLE with FK on generated column not supported in-place
ERROR
Notable
β
3102
Cannot add foreign key on virtual generated column
ERROR
Notable
β
3103
In-place ALTER not supported for this virtual column operation
ERROR
Notable
β
3104
Invalid ON UPDATE/DELETE option for foreign key on generated column
ERROR
Notable
β
3105
Cannot specify a value for a generated column
ERROR
Notable
β
3106
Unsupported action on generated column
ERROR
Notable
β
3107
Generated column references a column defined after it
ERROR
Notable
β
3108
Column is used by a generated column and cannot be dropped
ERROR
Notable
β
3109
Generated column cannot reference an AUTO_INCREMENT column
ERROR
Notable
β
3110
Feature not available in this MySQL edition
ERROR
Critical
β
3111
Cannot use SET PERSIST for this variable
ERROR
Notable
β
3112
Variable cannot be set as command-line argument at server start
ERROR
Notable
β
3113
Clone operation blocked by concurrent DDL
ERROR
Notable
β
3114
Cannot set gtid_purged when GTID mode is OFF
ERROR
Notable
β
3115
Cannot set gtid_purged when gtid_executed is not empty
ERROR
Notable
β
3116
Cannot set gtid_purged when there are owned GTIDs
ERROR
Notable
β
3117
gtid_purged was changed
WARNING
Notable
β
3118
gtid_executed was changed
WARNING
Notable
β
3119
Statement-based binlog mode cannot be used without replicated tables
ERROR
Notable
β
3120
ALTER TABLE operation not supported for this reason
ERROR
Notable
β
3121
ALTER TABLE copy algorithm not supported for this reason
ERROR
Notable
β
3122
ALTER TABLE not supported because table is partitioned
ERROR
Notable
β
3123
ALTER TABLE not supported: foreign key rename requires table copy
ERROR
Notable
β
3124
ALTER TABLE not supported: column type change requires table copy
ERROR
Notable
β
3125
ALTER TABLE not supported: foreign key check requires table copy
ERROR
Notable
β
3126
ALTER TABLE IGNORE not supported with INPLACE algorithm
ERROR
Notable
β
3127
ALTER TABLE not supported: table has no primary key
ERROR
Notable
β
3128
ALTER TABLE not supported: AUTO_INCREMENT change requires table copy
ERROR
Notable
β
3129
ALTER TABLE not supported: hidden FTS_DOC_ID column present
ERROR
Notable
β
3130
ALTER TABLE not supported: changing FULLTEXT index requires table copy
ERROR
Notable
β
3131
ALTER TABLE not supported: table has FULLTEXT index
ERROR
Notable
β
3132
sql_slave_skip_counter cannot be set when GTID mode is ON
ERROR
Notable
β
3133
Duplicate value in index but value is unknown
ERROR
Notable
β
3134
Identifier causes too long file path
ERROR
Notable
β
3135
ALTER TABLE not supported: adding NOT NULL requires table copy
ERROR
Notable
β
3136
You must change your password before executing this statement
ERROR
Common
β
3137
Found row in wrong partition
ERROR
Notable
β
3138
Multi-threaded slave: event size exceeds max pending jobs size
ERROR
Notable
β
3139
InnoDB: FULLTEXT index does not use a parser plugin
WARNING
Critical
β
3140
Deprecated syntax used (always deprecated)
WARNING
Critical
β
3141
Row size exceeded allowed packet; skipped
WARNING
Notable
β
3142
Conflicting declarations in stored program
ERROR
Notable
β
3143
CASE statement has no matching WHEN clause and no ELSE
ERROR
Notable
β
3144
ST_Contains function not implemented for this geometry type
ERROR
Notable
β
3145
ST_Union function not implemented for this geometry type
ERROR
Notable
β
3146
ST_Difference function not implemented for this geometry type
ERROR
Notable
β
3147
ST_SymDifference function not implemented for this geometry type
ERROR
Notable
β
3148
Too many values in table-level lookup
ERROR
Notable
β
3149
Deprecated syntax used (note level)
WARNING
Critical
β
3150
Integer display width is deprecated
WARNING
Critical
β
3151
ZEROFILL attribute is deprecated
WARNING
Critical
β
3152
JSON_TABLE: error processing field
ERROR
Notable
β
3153
JSON_TABLE requires an alias
ERROR
Notable
β
3154
JSON_TABLE: scalar value expected for column
ERROR
Notable
β
3155
JSON_TABLE: multiple matches found for column path
WARNING
Critical
β
3156
JSON_TABLE can only be used in the FROM clause
ERROR
Notable
β
3157
Invalid JSON type
ERROR
Notable
β
3158
Cannot convert string to the required character set
ERROR
Notable
β
3159
Deprecated identifier used
WARNING
Critical
β
3160
Deprecated internal function used
WARNING
Critical
β
3161
Window function used in invalid context
ERROR
Notable
β
3162
Window function cannot redefine ORDER BY from named window
ERROR
Notable
β
3163
RANGE frame bound must be a constant
ERROR
Notable
β
3164
Duplicate window name in WINDOW clause
ERROR
Notable
β
3165
Derived window cannot define PARTITION BY if base window does
ERROR
Notable
β
3166
Derived window cannot inherit a frame from a base window with ORDER BY
ERROR
Notable
β
3167
Derived window cannot redefine ORDER BY of base window
ERROR
Notable
β
3168
Window function cannot be used with this aggregation
ERROR
Notable
β
3169
Window function result alias cannot be used in WHERE or GROUP BY
ERROR
Notable
β
3170
Window functions cannot be nested
ERROR
Notable
β
3171
ROWS mode window frame cannot use INTERVAL bounds
ERROR
Notable
β
3172
Window specification ignores GROUP BY / ORDER BY from outer query
WARNING
Critical
β
3173
Window function details available in EXPLAIN FORMAT=JSON
WARNING
Critical
β
3174
Window function ignores frame specification
WARNING
Critical
β
3175
RANGE window frame requires ORDER BY
ERROR
Notable
β
3176
UNBOUNDED FOLLOWING can only be the frame end, not start
ERROR
Notable
β
3177
EXCLUDE CURRENT ROW requires BETWEEN frame
ERROR
Notable
β
3178
Illegal window frame end specification
ERROR
Notable
β
3179
Window frame specification is illegal
ERROR
Notable
β
3180
RANGE frame impossible for row type
ERROR
Notable
β
3181
RANGE frame requires ORDER BY
ERROR
Notable
β
3182
Illegal window frame start specification
ERROR
Notable
β
3183
RANGE frame offset must be numeric
ERROR
Notable
β
3184
RANGE frame offset must be interval for datetime ORDER BY
ERROR
Notable
β
3185
Window frame specification is illegal (variant 2)
ERROR
Notable
β
3186
Window function requires GROUP BY or ORDER BY
ERROR
Notable
β
3187
Window ORDER BY mismatch with named window
ERROR
Notable
β
3188
Illegal ORDER BY in window function
ERROR
Notable
β
3189
Window functions not supported in this context
ERROR
Notable
β
3190
Invalid number of arguments
ERROR
Notable
β
3191
Field in GROUPING() is not in GROUP BY
ERROR
Notable
β
3192
Named window misplaced or not found
ERROR
Notable
β
3193
Invalid use of aggregate function
ERROR
Notable
β
3194
Out of memory saving to data dictionary
ERROR
Common
β
3195
SET PERSIST_ONLY denied β insufficient privileges
ERROR
Common
β
3196
Command requires SUPER privilege
ERROR
Common
β
3197
File path violates secure_file_priv restriction
ERROR
Common
β
3198
Too many concurrent InnoDB transactions
ERROR
Common
β
3199
Replica requires full row image for this operation
ERROR
Common
β
3200
Replica requires row-based binary log format
ERROR
Common
β
3201
Replica does not support caching_sha2_password authentication
ERROR
Common
β
3202
SQL mode not supported in this context
ERROR
Notable
β
3203
Function not allowed in generated column expression
ERROR
Notable
β
3204
Invalid default expression for generated column
ERROR
Notable
β
3205
Generated column comment exceeds maximum length
ERROR
Critical
β
3206
Invalid foreign key option for generated column
ERROR
Notable
β
3207
Column used by a default generated column cannot be dropped
ERROR
Notable
β
3208
Incorrect column name
ERROR
Notable
β
3209
Cannot modify GTID_EXECUTED β it is read-only
ERROR
Common
β
3210
Out of memory while computing InnoDB statistics
ERROR
Notable
β
3211
Replication channel thread cannot stop
ERROR
Common
β
3212
InnoDB tablespace (.ibd) file is missing
ERROR
Common
β
3213
InnoDB redo log data missing
ERROR
Common
β
3214
Named tablespace is missing
ERROR
Common
β
3215
Incorrect file name
ERROR
Notable
β
3216
Tablespace encryption error
ERROR
Common
β
3217
Cannot find encryption key in keyring
ERROR
Common
β
3218
Internal capacity exceeded
ERROR
Common
β
3219
Capacity exceeded in range optimizer
WARNING
Notable
β
3220
Table needs rebuild after upgrade
ERROR
Common
β
3221
Deprecated syntax warning with version information
WARNING
Critical
β
3222
Error reading master info (variant 2)
ERROR
Common
β
3223
Master info not found
ERROR
Common
β
3224
Duplicate constant value in LIST partition definition
ERROR
Notable
β
3225
Mixed explicit and implicit values in ENUM partition
ERROR
Notable
β
3226
HASH partition reorganization must use the same number of partitions
ERROR
Notable
β
3227
Invalid lock service name or identifier
ERROR
Notable
β
3228
Locking service deadlock detected
ERROR
Common
β
3229
Locking service lock acquisition timed out
ERROR
Notable
β
3230
Invalid or malformed spatial data
ERROR
Notable
β
3231
Unsupported argument type for spatial function
ERROR
Notable
β
3232
Unknown GIS error
ERROR
Notable
β
3233
Unknown GIS exception
ERROR
Notable
β
3234
Spatial operation on geometries with different SRIDs
ERROR
Notable
β
3235
Unsupported spatial operation for the given geometry types
ERROR
Notable
β
3236
SRID mismatch in spatial aggregation function
ERROR
Notable
β
3237
Bounding box geometry needs more points
ERROR
Notable
β
3238
Invalid argument to spatial function
ERROR
Notable
β
3239
Maximum number of points in geometry exceeded
ERROR
Notable
β
3240
Too few records returned by subquery
WARNING
Notable
β
3241
NULL value inserted into NOT NULL column
WARNING
Notable
β
3242
ctype array is too short for character set
WARNING
Critical
β
3243
Index cannot be used for this query
WARNING
Notable
β
3244
Geometry byte order is wrong endianness
ERROR
Notable
β
3245
Replication source password exceeds maximum length
ERROR
Common
β
3246
mysql.user table has old-length column
WARNING
Notable
β
3247
MAX_WAIT_TIMEOUT is not supported for this statement
ERROR
Notable
β
3248
Invalid use of OLD/NEW in trigger context
ERROR
Notable
β
3249
Plugin installation failed
ERROR
Common
β
3250
Replication worker thread could not process event
ERROR
Common
β
3251
Replication filters cannot be deleted
ERROR
Notable
β
3252
Replication filters table cannot be opened
ERROR
Common
β
3253
Replication IO thread delay option is not supported
ERROR
Notable
β
3254
Replication SQL thread delay option is not supported
ERROR
Notable
β
3255
No such replication filter
ERROR
Notable
β
3256
CHANGE REPLICATION FILTER is prohibited
ERROR
Notable
β
3257
Syntax error near COLLATE clause
ERROR
Notable
β
3258
Collation does not match character set
ERROR
Notable
β
3259
ORDER BY with aggregate in UNION context is not supported
ERROR
Notable
β
3260
ORDER BY with aggregate in non-aggregate query context
ERROR
Notable
β
3261
Replication channel does not support this option
ERROR
Notable
β
3262
RESET MASTER TO value is out of range
ERROR
Common
β
3263
Unresolved window name in window function
ERROR
Notable
β
3264
PARTITION BY cannot be used in a window reference
ERROR
Notable
β
3265
Partition to reorganize before does not exist
ERROR
Notable
β
3266
Window frame with RANGE requires ORDER BY with exactly one key
ERROR
Notable
β
3267
RANGE frame with numeric offset requires numeric ORDER BY
ERROR
Notable
β
3268
RANGE frame with interval offset requires datetime ORDER BY
ERROR
Notable
β
3269
RANGE frame is not compatible with this ORDER BY type
ERROR
Notable
β
3270
GIS function not supported for geographic SRS
ERROR
Notable
β
3271
Spatial reference system not found
ERROR
Notable
β
3272
Source CRS for ST_Transform is not supported
ERROR
Notable
β
3273
Target CRS for ST_Transform is not supported
ERROR
Notable
β
3274
ST_Transform source CRS is not geographic
ERROR
Notable
β
3275
ST_Transform target CRS is not geographic
ERROR
Notable
β
3276
SRS is not a Cartesian coordinate system
ERROR
Notable
β
3277
SRS is not a geographic coordinate system
ERROR
Notable
β
3278
Wrong coordinate system type for spatial function
ERROR
Notable
β
3279
SRS definition has an invalid latitude of origin
ERROR
Critical
β
3280
SRS definition has an invalid longitude of origin
ERROR
Critical
β
3281
Spatial reference system not found (alternate context)
ERROR
Notable
β
3282
SRS is not Cartesian (alternate context)
ERROR
Notable
β
3283
Unsupported parameter type in prepared statement
ERROR
Notable
β
3284
Invalid use of window function alias
ERROR
Notable
β
3285
Derived table cannot be used in this context with CTE
ERROR
Notable
β
3286
Recursive CTE must use UNION
ERROR
Notable
β
3287
Recursive CTE must have non-recursive anchor first
ERROR
Notable
β
3288
Recursive CTE recursive member cannot use aggregation
ERROR
Notable
β
3289
Recursive CTE self-reference must be leftmost in JOIN
ERROR
Notable
β
3290
Maximum recursion depth exceeded in recursive CTE
ERROR
Common
β
3291
Recursive CTE recursive member cannot use LIMIT
ERROR
Notable
β
3292
Recursive CTE recursive member cannot use DISTINCT
ERROR
Notable
β
3293
Recursive CTE recursive member cannot use window functions
ERROR
Notable
β
3294
Optimizer hint is not applicable to this query
WARNING
Critical
β
3295
Optimizer hint was ignored
WARNING
Critical
β
3296
Variable cannot be set inside a transaction
ERROR
Notable
β
3297
Variable is global only and cannot be set at session level
ERROR
Notable
β
3298
Logfile group not found
ERROR
Notable
β
3299
Invalid combination of options
ERROR
Notable
β
3300
Consistent snapshot inconsistency
ERROR
Notable
β
3301
InnoDB full-text auxiliary table ID is not a valid hex value
ERROR
Notable
β
3302
Replica has the same server-id as the source β circular replication loop detected
ERROR
Common
β
3303
Replication connection timed out
ERROR
Notable
β
3304
Failed to parse the Spatial Reference System WKT definition
ERROR
Notable
β
3305
Spatial Reference System projection parameter is missing
ERROR
Notable
β
3306
Spatial Reference System not found
ERROR
Notable
β
3307
Spatial Reference System name cannot be NULL
ERROR
Notable
β
3308
Spatial Reference System name cannot be an empty string
ERROR
Notable
β
3309
SRS organization name cannot be NULL or empty
ERROR
Notable
β
3310
Mandatory attribute missing from Spatial Reference System definition
ERROR
Notable
β
3311
Multiple best-match Spatial Reference Systems found
ERROR
Notable
β
3312
No usable geographic CRS found for the operation
ERROR
Notable
β
3313
SRS organization and coordsys_id already defined for another SRID
ERROR
Notable
β
3314
Spatial Reference System already exists
ERROR
Notable
β
3315
Spatial Reference System SRID already exists
ERROR
Notable
β
3316
Spatial Reference System not found; axis order may be incorrect
WARNING
Critical
β
3317
No access to native function
ERROR
Notable
β
3318
RESET MASTER TO value is out of range
ERROR
Notable
β
3319
Resource group not found
ERROR
Notable
β
3320
Failed to bind thread to resource group
ERROR
Notable
β
3321
Invalid VCPU ID specified for resource group
ERROR
Notable
β
3322
Invalid VCPU range specified for resource group
ERROR
Notable
β
3323
Invalid thread priority value for resource group
ERROR
Notable
β
3324
Operation not allowed on this resource group
ERROR
Notable
β
3325
Resource group is busy and cannot be altered or dropped
ERROR
Notable
β
3326
Resource group already exists
ERROR
Notable
β
3327
Invalid use of FORCE INDEX
ERROR
Notable
β
3328
Variable is set but not used
WARNING
Critical
β
3329
Too many rows returned by FIND_IN_SET or similar function
ERROR
Notable
β
3330
Cannot drop column that participates in a foreign key constraint
ERROR
Common
β
3331
InnoDB I/O capacity exceeded
ERROR
Notable
β
3332
Cannot change or drop SRS that is used by a spatial column
ERROR
Common
β
3333
Invalid default value for ENUM column
ERROR
Notable
β
3334
SRID used in non-spatial column context
ERROR
Notable
β
3335
Spatial column requires an explicit SRID
ERROR
Notable
β
3336
Cannot perform spatial operation on geometries with different SRIDs
ERROR
Notable
β
3337
Native table structure is wrong; repair required
WARNING
Notable
β
3338
Keyring UDF: keyring service is unavailable
ERROR
Common
β
3339
Keyring migration status message
ERROR
Notable
β
3340
Keyring migration failed
ERROR
Common
β
3341
Access denied to keyring operation
ERROR
Common
β
3342
Keyring file has incorrect permissions
ERROR
Common
β
3343
Keyring file data is corrupt
ERROR
Common
β
3344
Invalid hash type for locking clause
ERROR
Notable
β
3345
Cannot change child foreign key column
ERROR
Common
β
3346
Cannot change parent foreign key column
ERROR
Common
β
3347
Functional index cannot be created on a plain column reference
ERROR
Notable
β
3348
Functional index cannot be used as or contain a PRIMARY KEY
ERROR
Notable
β
3349
Functional index cannot use a JSON or geometry return-type function
ERROR
Notable
β
3350
Functional index cannot reference AUTO_INCREMENT column
ERROR
Notable
β
3351
Functional index expression cannot evaluate to NULL for all rows
ERROR
Notable
β
3352
A row inserted into a functional index cannot produce a NULL key value
ERROR
Notable
β
3353
Column cannot be dropped because it is used by a functional index
ERROR
Notable
β
3354
Functional index cannot be created on a LOB (BLOB/TEXT) column
ERROR
Notable
β
3355
Function is not allowed in a functional index expression
ERROR
Notable
β
3356
Functional index cannot be a FULLTEXT index
ERROR
Notable
β
3357
Functional index cannot be a spatial index
ERROR
Notable
β
3358
Functional index key column has an incorrect type
ERROR
Notable
β
3359
Functional index data column is itself a functional (generated) column
ERROR
Notable
β
3360
Functional index not applicable
ERROR
Notable
β
3361
FULLTEXT search not allowed with ROLLUP
ERROR
Notable
β
3362
Missing ICU regular expression library file
ERROR
Common
β
3363
Privilege cannot be granted at this level
ERROR
Common
β
3364
Access denied to system schema
ERROR
Common
β
3365
Aggregate function not allowed in column default value
ERROR
Notable
β
3366
Ambiguous field or line terminator in LOAD DATA
ERROR
Notable
β
3367
Invalid ROW SEPARATOR in LOAD DATA
ERROR
Notable
β
3368
Non-aggregated column in SELECT list with GROUP BY (v2)
ERROR
Notable
β
3369
Non-aggregated column used with non-aggregate function in GROUP BY context
ERROR
Notable
β
3370
Table does not belong to the specified tablespace
ERROR
Notable
β
3371
Encrypted tablespace requires a keyring key
ERROR
Common
β
3372
Undo log encryption error
ERROR
Common
β
3373
Redo log encryption error
ERROR
Common
β
3374
Keyring plugin data is corrupt
ERROR
Common
β
3375
Invalid tablespace name
ERROR
Notable
β
3376
Tablespace encryption not supported by the storage engine
ERROR
Notable
β
3377
Tablespace cannot be encrypted
ERROR
Notable
β
3378
Tablespace cannot be decrypted
ERROR
Notable
β
3379
Source server treats UPDATE as an event
WARNING
Notable
β
3380
CREATE TEMPORARY TABLE in transaction is unsafe with GTIDs
ERROR
Notable
β
3381
Wrong usage of partition pruning
ERROR
Notable
β
3382
Cannot lock system table in this context
ERROR
Notable
β
3383
Cannot grant roles to anonymous user
ERROR
Common
β
3384
Role has not been granted to user
ERROR
Notable
β
3385
Circular role grant detected
ERROR
Notable
β
3386
Role already exists
ERROR
Notable
β
3387
Role not found
ERROR
Notable
β
3388
Roles cannot be granted to an anonymous user
ERROR
Common
β
3389
Malformed role name
ERROR
Notable
β
3390
Role cycle detected in the role hierarchy
ERROR
Notable
β
3391
Cannot revoke a mandatory role from user
ERROR
Notable
β
3392
Dynamic privilege not registered
ERROR
Notable
β
3393
Dynamic privilege already exists
ERROR
Notable
β
3394
XA transactions are incompatible with replication filters
ERROR
Notable
β
3395
Cannot grant system privilege to a mandatory role
ERROR
Common
β
3396
Table already exists in the specified tablespace
ERROR
Notable
β
3397
Cannot drop tablespace when encryption is disabled
ERROR
Notable
β
3398
Tablespace is missing (alternate error path)
ERROR
Common
β
3399
Tablespace is not a shared tablespace
ERROR
Notable
β
3400
Cannot change tablespace access mode
ERROR
Notable
β
3401
Cannot change tablespace type
ERROR
Notable
β
3402
Invalid encryption request
ERROR
Notable
β
3403
Cannot find table in foreign key cache
ERROR
Notable
β
3404
Cannot find column in foreign key cache
ERROR
Notable
β
3405
Cannot change foreign key child column (alternate path)
ERROR
Notable
β
3406
Foreign key column not found in table
ERROR
Notable
β
3407
Foreign key child table has no index for the constraint
ERROR
Notable
β
3408
Foreign key parent table has no index for the referenced column
ERROR
Notable
β
3409
Failed to add foreign key to system tables
ERROR
Common
β
3410
Cannot drop parent table: foreign key constraint exists
ERROR
Notable
β
3411
Cannot open parent table for foreign key validation
ERROR
Notable
β
3412
Wrong number of partitions for HASH partitioning
ERROR
Notable
β
3413
User account renamed to deprecated form
WARNING
Critical
β
3414
Partitioning not supported by storage engine (alternate path)
ERROR
Notable
β
3415
Partition pruning not applicable for subpartitions
ERROR
Notable
β
3416
Wrong value used in RANGE partition definition
ERROR
Notable
β
3417
Wrong default partition for column value
ERROR
Notable
β
3418
Wrong number of partition data values
ERROR
Notable
β
3419
Wrong number of subpartition data values
ERROR
Notable
β
3420
ERROR
Notable
β
3421
ERROR
Notable
β
3422
ERROR
Notable
β
3423
ERROR
Notable
β
3424
ERROR
Notable
β
3425
ERROR
Notable
β
3426
ERROR
Notable
β
3427
ERROR
Notable
β
3428
WARNING
Critical
β
3429
ERROR
Notable
β
3430
ERROR
Notable
β
3431
ERROR
Notable
β
3432
ERROR
Notable
β
3433
ERROR
Notable
β
3434
ERROR
Notable
β
3435
ERROR
Notable
β
3436
ERROR
Notable
β
3437
ERROR
Notable
β
3438
ERROR
Notable
β
3439
ERROR
Notable
β
3440
ERROR
Notable
β
3441
ERROR
Notable
β
3442
ERROR
Notable
β
3443
ERROR
Common
β
3444
ERROR
Notable
β
3445
ERROR
Notable
β
3446
ERROR
Notable
β
3447
ERROR
Common
β
3448
ERROR
Common
β
3449
ERROR
Common
β
3450
ERROR
Critical
β
3451
ERROR
Notable
β
3452
ERROR
Notable
β
3453
ERROR
Notable
β
3454
ERROR
Common
β
3455
ERROR
Notable
β
3456
ERROR
Notable
β
3457
ERROR
Notable
β
3458
ERROR
Notable
β
3459
ERROR
Notable
β
3460
ERROR
Notable
β
3461
ERROR
Notable
β
3462
ERROR
Notable
β
3463
ERROR
Notable
β
3464
ERROR
Notable
β
3465
ERROR
Notable
β
3466
ERROR
Notable
β
3467
ERROR
Notable
β
3468
ERROR
Notable
β
3469
ERROR
Notable
β
3470
ERROR
Notable
β
3471
ERROR
Notable
β
3472
ERROR
Notable
β
3473
ERROR
Notable
β
3474
ERROR
Critical
β
3475
ERROR
Notable
β
3476
ERROR
Notable
β
3477
ERROR
Notable
β
3478
ERROR
Notable
β
3479
ERROR
Notable
β
3480
ERROR
Notable
β
3481
ERROR
Notable
β
3482
ERROR
Notable
β
3483
ERROR
Notable
β
3484
ERROR
Notable
β
3485
ERROR
Notable
β
3486
ERROR
Critical
β
3487
ERROR
Notable
β
3488
ERROR
Notable
β
3489
ERROR
Notable
β
3490
ERROR
Critical
β
3491
ERROR
Critical
β
3492
ERROR
Critical
β
3493
ERROR
Notable
β
3494
ERROR
Notable
β
3495
ERROR
Notable
β
3496
ERROR
Critical
β
3497
ERROR
Notable
β
3498
ERROR
Notable
β
3499
ERROR
Critical
β
3500
ERROR
Critical
β
3501
ERROR
Critical
β
3502
ERROR
Critical
β
3503
ERROR
Critical
β
3504
ERROR
Critical
β
3505
ERROR
Notable
β
3506
ERROR
Notable
β
3507
WARNING
Common
β
3508
ERROR
Notable
β
3509
ERROR
Notable
β
3510
ERROR
Notable
β
3511
WARNING
Common
β
3512
ERROR
Critical
β
3513
ERROR
Notable
β
3514
ERROR
Common
β
3515
ERROR
Notable
β
3516
ERROR
Notable
β
3517
ERROR
Notable
β
3518
ERROR
Notable
β
3519
ERROR
Notable
β
3520
ERROR
Critical
β
3521
ERROR
Critical
β
3522
ERROR
Critical
β
3523
ERROR
Notable
β
3524
ERROR
Notable
β
3525
ERROR
Notable
β
3526
ERROR
Common
β
3527
ERROR
Common
β
3528
ERROR
Notable
β
3529
ERROR
Notable
β
3530
ERROR
Notable
β
3531
ERROR
Notable
β
3532
ERROR
Notable
β
3533
ERROR
Critical
β
3534
ERROR
Notable
β
3535
ERROR
Notable
β
3536
ERROR
Notable
β
3537
ERROR
Notable
β
3538
ERROR
Notable
β
3539
ERROR
Critical
β
3540
ERROR
Critical
β
3541
ERROR
Critical
β
3542
ERROR
Notable
β
3543
ERROR
Critical
β
3544
ERROR
Critical
β
3545
ERROR
Critical
β
3546
ERROR
Critical
β
3547
ERROR
Critical
β
3548
ERROR
Critical
β
3549
ERROR
Critical
β
3550
ERROR
Notable
β
3551
ERROR
Notable
β
3552
ERROR
Notable
β
3553
ERROR
Notable
β
3554
ERROR
Notable
β
3555
ERROR
Common
β
3556
ERROR
Common
β
3557
ERROR
Common
β
3558
ERROR
Common
β
3559
ERROR
Common
β
3560
ERROR
Notable
β
3561
ERROR
Common
β
3562
ERROR
Common
β
3563
ERROR
Common
β
3564
ERROR
Common
β
3565
ERROR
Common
β
3566
ERROR
Common
β
3567
ERROR
Common
β
3568
ERROR
Common
β
3569
ERROR
Common
β
3570
ERROR
Common
β
3571
ERROR
Common
β
3572
ERROR
Common
β
3573
ERROR
Common
β
3574
ERROR
Common
β
3575
ERROR
Notable
β
3576
ERROR
Notable
β
3577
ERROR
Common
β
3578
ERROR
Critical
β
3579
ERROR
Critical
β
3580
ERROR
Critical
β
3581
ERROR
Critical
β
3582
ERROR
Notable
β
3583
ERROR
Critical
β
3584
ERROR
Critical
β
3585
ERROR
Notable
β
3586
ERROR
Notable
β
3587
WARNING
Common
β
3588
ERROR
Common
β
3589
ERROR
Common
β
3590
ERROR
Common
β
3591
ERROR
Common
β
3592
ERROR
Common
β
3593
ERROR
Common
β
3594
ERROR
Common
β
3595
ERROR
Notable
β
3596
ERROR
Notable
β
3597
ERROR
Common
β
3598
WARNING
Common
β
3599
ERROR
Notable
β
3600
Partial revoke not supported with GRANT OPTION
ERROR
Notable
β
3601
Partial revoke not supported with privilege aggregation
ERROR
Notable
β
3602
Partial revoke already exists (variant 2)
ERROR
Notable
β
3603
LOAD DATA access denied for user
ERROR
Common
β
3604
Default expression overrides GENERATED ALWAYS column
ERROR
Notable
β
3605
Unexpected geometry type in spatial operation
ERROR
Notable
β
3606
SRS definition missing mandatory attribute (variant 2)
ERROR
Notable
β
3607
Geographic SRS not supported for this operation
WARNING
Critical
β
3608
Cartesian SRS not supported for this operation
WARNING
Critical
β
3609
Redundant constraint ignored
WARNING
Critical
β
3610
Constant value in conditional expression
WARNING
Critical
β
3611
Deprecated syntax in CASE expression
WARNING
Critical
β
3612
Table function cannot be used over a UNION
ERROR
Notable
β
3613
Spatial index expression not allowed here
ERROR
Notable
β
3614
Cannot change nullable column to NOT NULL with existing NULL data
ERROR
Common
β
3615
Cannot drop column referenced by a functional index
ERROR
Notable
β
3616
Trigger is incompatible with the foreign key constraint
WARNING
Notable
β
3617
Deprecated collation found in dump file
WARNING
Critical
β
3618
Resource group not found (variant 3)
ERROR
Notable
β
3619
Failed to bind thread to resource group
ERROR
Notable
β
3620
Online ALTER not supported for virtual column change
ERROR
Notable
β
3621
Access denied β user account is locked
ERROR
Common
β
3622
Duplicate key in partial revoke grant table
ERROR
Notable
β
3623
Deprecated user option in CREATE/ALTER USER
WARNING
Critical
β
3624
Operation not permitted for anonymous user
ERROR
Notable
β
3625
Invalid authentication option in user definition
ERROR
Notable
β
3626
Multi-factor authentication not supported by this plugin
ERROR
Notable
β
3627
Authentication factor not set for user
ERROR
Notable
β
3628
Authentication factor mismatch
ERROR
Notable
β
3629
Authentication factor not allowed for anonymous user
ERROR
Notable
β
3630
Authentication factor requires device registration
ERROR
Notable
β
3631
MFA method not registered
ERROR
Notable
β
3632
MFA methods specified in invalid order
ERROR
Notable
β
3633
MFA methods cannot be identical
ERROR
Notable
β
3634
Authentication policy does not match required configuration
ERROR
Notable
β
3635
Authentication factor cannot be FIDO2 for this usage
ERROR
Notable
β
3636
This authentication position must use FIDO2
ERROR
Notable
β
3637
FIDO device registration is required
ERROR
Notable
β
3638
FIDO device registration did not complete successfully
ERROR
Notable
β
3639
FIDO assertion verification failed
ERROR
Common
β
3640
FIDO device not found
ERROR
Notable
β
3641
Dynamic privilege does not exist for this user
ERROR
Notable
β
3642
Aggregate function not allowed in window function or lateral derived table
ERROR
Notable
β
3643
JSON_TABLE column has multiple path expressions
ERROR
Notable
β
3644
JSON_TABLE column missing required PATH
ERROR
Notable
β
3645
JSON_TABLE must have an alias
ERROR
Notable
β
3646
Data type not allowed in JSON_TABLE column
ERROR
Notable
β
3647
JSON_TABLE column or nested path requires an alias (variant 2)
ERROR
Notable
β
3648
InnoDB full-text search result cache limit exceeded
ERROR
Notable
β
3649
Cannot create full-text index in InnoDB read-only mode
ERROR
Notable
β
3650
InnoDB tablespace to drop was not found
ERROR
Notable
β
3651
InnoDB undo tablespace is not empty
ERROR
Notable
β
3652
Too many indexes defined on table (variant 2)
ERROR
Notable
β
3653
Column count mismatch in SELECT (variant 2)
ERROR
Notable
β
3654
Replica channel partially resumed after error
WARNING
Notable
β
3655
Replica channel is not stopped
ERROR
Notable
β
3656
Replica has exhausted all retries for the failed transaction
ERROR
Common
β
3657
Replication network packet exceeds max_allowed_packet
ERROR
Notable
β
3658
replica_pending_jobs_size_max smaller than max_allowed_packet
ERROR
Notable
β
3659
Replica wait for primary timeout exceeded
ERROR
Notable
β
3660
ERROR
Notable
β
3661
ERROR
Notable
β
3662
ERROR
Notable
β
3663
ERROR
Notable
β
3664
ERROR
Common
β
3665
ERROR
Common
β
3666
ERROR
Notable
β
3667
ERROR
Notable
β
3668
ERROR
Notable
β
3669
ERROR
Notable
β
3670
ERROR
Common
β
3671
WARNING
Common
β
3672
ERROR
Notable
β
3673
ERROR
Notable
β
3674
ERROR
Notable
β
3675
ERROR
Notable
β
3676
ERROR
Notable
β
3677
ERROR
Notable
β
3678
ERROR
Notable
β
3679
ERROR
Notable
β
3680
WARNING
Critical
β
3681
ERROR
Notable
β
3682
ERROR
Notable
β
3683
ERROR
Common
β
3684
ERROR
Common
β
3685
ERROR
Common
β
3686
ERROR
Notable
β
3687
ERROR
Common
β
3688
ERROR
Notable
β
3689
ERROR
Notable
β
3690
ERROR
Notable
β
3691
ERROR
Notable
β
3692
ERROR
Notable
β
3693
ERROR
Common
β
3694
ERROR
Common
β
3695
ERROR
Notable
β
3696
ERROR
Notable
β
3697
ERROR
Notable
β
3698
ERROR
Notable
β
3699
ERROR
Notable
β
3700
ERROR
Notable
β
3701
ERROR
Common
β
3702
ERROR
Common
β
3703
ERROR
Notable
β
3704
ERROR
Common
β
3705
ERROR
Common
β
3706
ERROR
Common
β
3707
ERROR
Common
β
3708
ERROR
Notable
β
3709
ERROR
Notable
β
3710
ERROR
Notable
β
3711
ERROR
Notable
β
3712
ERROR
Common
β
3713
ERROR
Notable
β
3714
ERROR
Notable
β
3715
ERROR
Common
β
3716
ERROR
Common
β
3717
ERROR
Notable
β
3718
ERROR
Notable
β
3719
ERROR
Notable
β
3720
ERROR
Notable
β
3721
ERROR
Notable
β
3722
ERROR
Notable
β
3723
ERROR
Notable
β
3724
ERROR
Notable
β
3725
ERROR
Notable
β
3726
ERROR
Notable
β
3727
ERROR
Notable
β
3728
ERROR
Notable
β
3729
ERROR
Notable
β
3730
ERROR
Notable
β
3731
ERROR
Common
β
3732
ERROR
Common
β
3733
ERROR
Notable
β
3734
ERROR
Notable
β
3735
ERROR
Notable
β
3736
WARNING
Notable
β
3737
WARNING
Notable
β
3738
WARNING
Notable
β
3739
WARNING
Notable
β
3740
WARNING
Notable
β
3741
ERROR
Notable
β
3742
ERROR
Notable
β
3743
ERROR
Notable
β
3744
ERROR
Notable
β
3745
ERROR
Notable
β
3746
ERROR
Notable
β
3747
ERROR
Common
β
3748
ERROR
Notable
β
3749
ERROR
Notable
β
3750
ERROR
Notable
β
3751
ERROR
Notable
β
3752
ERROR
Common
β
3753
ERROR
Notable
β
3754
ERROR
Notable
β
3755
ERROR
Notable
β
3756
ERROR
Notable
β
3757
ERROR
Common
β
3758
ERROR
Notable
β
3759
ERROR
Common
β
3760
ERROR
Notable
β
3761
ERROR
Notable
β
3762
ERROR
Notable
β
3763
ERROR
Notable
β
3764
ERROR
Notable
β
3765
WARNING
Critical
β
3766
WARNING
Critical
β
3767
ERROR
Common
β
3768
ERROR
Common
β
3769
ERROR
Common
β
3770
ERROR
Notable
β
3771
ERROR
Notable
β
3772
ERROR
Notable
β
3773
ERROR
Common
β
3774
ERROR
Common
β
3775
ERROR
Notable
β
3776
ERROR
Common
β
3777
ERROR
Common
β
3778
ERROR
Common
β
3779
ERROR
Notable
β
3780
ERROR
Notable
β
3781
ERROR
Notable
β
3782
ERROR
Notable
β
3783
ERROR
Notable
β
3784
ERROR
Notable
β
3785
ERROR
Notable
β
3786
ERROR
Common
β
3787
ERROR
Notable
β
3788
ERROR
Notable
β
3789
ERROR
Common
β
3790
ERROR
Notable
β
3791
ERROR
Notable
β
3792
ERROR
Notable
β
3793
ERROR
Notable
β
3794
ERROR
Common
β
3795
ERROR
Common
β
3796
WARNING
Common
β
3797
ERROR
Common
β
3798
ERROR
Notable
β
3799
ERROR
Notable
β
3800
ERROR
Notable
β
3801
ERROR
Notable
β
3802
ERROR
Notable
β
3803
ERROR
Common
β
3804
ERROR
Common
β
3805
ERROR
Common
β
3806
ERROR
Notable
β
3807
ERROR
Notable
β
3808
ERROR
Common
β
3809
ERROR
Common
β
3810
ERROR
Common
β
3811
ERROR
Notable
β
3812
ERROR
Common
β
3813
ERROR
Notable
β
3814
ERROR
Notable
β
3815
ERROR
Notable
β
3816
ERROR
Notable
β
3817
ERROR
Notable
β
3818
ERROR
Notable
β
3819
ERROR
Common
β
3820
ERROR
Notable
β
3821
ERROR
Notable
β
3822
ERROR
Notable
β
3823
ERROR
Notable
β
3824
ERROR
Notable
β
3825
ERROR
Notable
β
3826
ERROR
Notable
β
3827
ERROR
Notable
β
3828
ERROR
Notable
β
3829
ERROR
Notable
β
3830
ERROR
Notable
β
3831
ERROR
Notable
β
3832
ERROR
Common
β
3833
ERROR
Common
β
3834
ERROR
Notable
β
3835
ERROR
Notable
β
3836
ERROR
Notable
β
3837
ERROR
Notable
β
3838
ERROR
Notable
β
3839
ERROR
Notable
β
3840
ERROR
Notable
β
3841
ERROR
Notable
β
3842
ERROR
Notable
β
3843
ERROR
Notable
β
3844
ERROR
Notable
β
3845
ERROR
Notable
β
3846
ERROR
Notable
β
3847
ERROR
Notable
β
3848
ERROR
Notable
β
3849
ERROR
Notable
β
3850
ERROR
Notable
β
3851
ERROR
Common
β
3852
ERROR
Notable
β
3853
ERROR
Notable
β
3854
ERROR
Notable
β
3855
WARNING
Notable
β
3856
ERROR
Notable
β
3857
WARNING
Critical
β
3858
WARNING
Critical
β
3859
WARNING
Critical
β
3860
WARNING
Notable
β
3861
ERROR
Common
β
3862
WARNING
Common
β
3863
ERROR
Common
β
3864
WARNING
Notable
β
3865
ERROR
Notable
β
3866
ERROR
Notable
β
3867
ERROR
Notable
β
3868
ERROR
Common
β
3869
ERROR
Notable
β
3870
ERROR
Notable
β
3871
ERROR
Notable
β
3872
ERROR
Notable
β
3873
ERROR
Notable
β
3874
ERROR
Common
β
3875
ERROR
Notable
β
3876
ERROR
Common
β
3877
WARNING
Notable
β
3878
WARNING
Notable
β
3879
WARNING
Common
β
3880
WARNING
Notable
β
3881
ERROR
Critical
β
3882
ERROR
Critical
β
3883
WARNING
Notable
β
3884
WARNING
Notable
β
3885
ERROR
Notable
β
3886
WARNING
Critical
β
3887
WARNING
Notable
β
3888
WARNING
Critical
β
3889
ERROR
Common
β
3890
ERROR
Common
β
3891
ERROR
Common
β
3892
ERROR
Common
β
3893
ERROR
Common
β
3894
ERROR
Common
β
3895
ERROR
Common
β
3896
ERROR
Common
β
3897
ERROR
Notable
β
3898
ERROR
Critical
β
3899
ERROR
Critical
β
3900
ERROR
Notable
β
3901
ERROR
Critical
β
3902
ERROR
Critical
β
3903
ERROR
Common
β
3904
WARNING
Critical
β
3905
ERROR
Notable
β
3906
ERROR
Common
β
3907
ERROR
Critical
β
3908
ERROR
Notable
β
3909
ERROR
Common
β
3910
ERROR
Common
β
3911
ERROR
Common
β
3912
ERROR
Common
β
3913
WARNING
Notable
β
3914
ERROR
Common
β
3915
ERROR
Common
β
3916
ERROR
Common
β
3917
ERROR
Common
β
3918
WARNING
Critical
β
3919
ERROR
Common
β
3920
ERROR
Common
β
3921
ERROR
Common
β
3922
ERROR
Common
β
3923
ERROR
Common
β
3924
ERROR
Common
β
3925
ERROR
Notable
β
3926
ERROR
Critical
β
3927
ERROR
Critical
β
3928
ERROR
Critical
β
3929
ERROR
Critical
β
3930
ERROR
Critical
β
3931
ERROR
Critical
β
3932
ERROR
Notable
β
3933
ERROR
Notable
β
3934
ERROR
Notable
β
3935
ERROR
Notable
β
3936
ERROR
Notable
β
3937
ERROR
Critical
β
3938
ERROR
Notable
β
3939
ERROR
Critical
β
3940
ERROR
Critical
β
3941
ERROR
Critical
β
3942
ERROR
Common
β
3943
ERROR
Notable
β
3944
ERROR
Critical
β
3945
ERROR
Critical
β
3946
ERROR
Critical
β
3947
ERROR
Critical
β
3948
ERROR
Critical
β
3949
ERROR
Critical
β
3950
ERROR
Common
β
3951
ERROR
Notable
β
3952
ERROR
Common
β
3953
ERROR
Notable
β
3954
ERROR
Critical
β
3955
ERROR
Critical
β
3956
ERROR
Common
β
3957
ERROR
Common
β
3958
ERROR
Common
β
3959
ERROR
Common
β
3960
ERROR
Notable
β
3961
ERROR
Common
β
3962
ERROR
Notable
β
3963
ERROR
Common
β
3964
ERROR
Common
β
3965
WARNING
Critical
β
3966
WARNING
Notable
β
3967
ERROR
Common
β
3968
WARNING
Critical
β
3969
ERROR
Common
β
3970
ERROR
Common
β
3971
ERROR
Notable
β
3972
ERROR
Common
β
3973
ERROR
Common
β
3974
WARNING
Notable
β
3975
WARNING
Critical
β
3976
ERROR
Common
β
3977
ERROR
Common
β
3978
ERROR
Common
β
3979
WARNING
Critical
β
3980
WARNING
Critical
β
3981
ERROR
Common
β
3982
ERROR
Common
β
3983
ERROR
Notable
β
3984
ERROR
Common
β
3985
WARNING
Critical
β
3986
ERROR
Common
β
3987
ERROR
Common
β
3988
ERROR
Common
β
3989
ERROR
Common
β
3990
ERROR
Common
β
3991
WARNING
Critical
β
3992
ERROR
Common
β
3993
ERROR
Common
β
3994
ERROR
Common
β
3995
ERROR
Common
β
3996
ERROR
Common
β
3997
ERROR
Common
β
3998
ERROR
Common
β
3999
ERROR
Common
β
4000
ERROR
Common
β
4001
WARNING
Common
β
4002
ERROR
Common
β
4003
ERROR
Common
β
4004
ERROR
Common
β
4005
ERROR
Common
β
4006
WARNING
Common
β
4007
ERROR
Notable
β
4008
ERROR
Common
β
4009
WARNING
Critical
β
4010
ERROR
Common
β
4011
ERROR
Common
β
4012
ERROR
Common
β
4013
ERROR
Notable
β
4014
ERROR
Notable
β
4015
ERROR
Common
β
4016
ERROR
Notable
β
4017
ERROR
Notable
β
4018
ERROR
Common
β
4019
ERROR
Common
β
4020
ERROR
Common
β
4021
ERROR
Notable
β
4022
ERROR
Notable
β
4023
ERROR
Notable
β
4024
ERROR
Critical
β
4025
ERROR
Notable
β
4026
ERROR
Critical
β
4027
ERROR
Common
β
4028
ERROR
Notable
β
4029
ERROR
Common
β
4030
ERROR
Common
β
4031
ERROR
Common
β
4032
ERROR
Notable
β
4033
WARNING
Critical
β
4034
WARNING
Critical
β
4035
WARNING
Critical
β
4036
ERROR
Common
β
4037
ERROR
Common
β
4038
ERROR
Notable
β
4039
ERROR
Notable
β
4040
ERROR
Common
β
4041
ERROR
Critical
β
4042
ERROR
Common
β
4043
ERROR
Notable
β
4044
ERROR
Notable
β
4045
ERROR
Notable
β
4046
WARNING
Critical
β
4047
WARNING
Critical
β
4048
ERROR
Notable
β
4049
ERROR
Notable
β
4050
ERROR
Notable
β
4051
WARNING
Critical
β
4052
ERROR
Critical
β
4053
ERROR
Critical
β
4054
ERROR
Critical
β
4055
ERROR
Notable
β
4056
WARNING
Notable
β
4057
WARNING
Notable
β
4058
WARNING
Notable
β
4059
WARNING
Notable
β
4060
WARNING
Common
β
4061
WARNING
Notable
β
4062
WARNING
Critical
β
4063
WARNING
Critical
β
4064
WARNING
Notable
β
4065
WARNING
Notable
β
4066
WARNING
Notable
β
4067
WARNING
Notable
β
4068
ERROR
Common
β
4069
ERROR
Common
β
4070
ERROR
Notable
β
4071
ERROR
Critical
β
4072
ERROR
Critical
β
4073
ERROR
Notable
β
4074
ERROR
Notable
β
4075
WARNING
Critical
β
4076
ERROR
Common
β
4077
ERROR
Common
β
4078
ERROR
Notable
β
4079
ERROR
Common
β
4080
InnoDB undo tablespace size is wrong
ERROR
Common
β
4081
InnoDB buffer pool load was aborted
WARNING
Notable
β
4082
InnoDB buffer pool dump was aborted
WARNING
Critical
β
4083
InnoDB change buffering is deprecated
WARNING
Critical
β
4084
InnoDB online index rebuild failed
ERROR
Common
β
4085
InnoDB redo log encryption not supported in this configuration
ERROR
Common
β
4086
InnoDB undo log encryption not supported in this configuration
ERROR
Common
β
4087
InnoDB cannot read corrupted page
ERROR
Common
β
4088
InnoDB cannot write page to data file
ERROR
Common
β
4089
InnoDB cannot open data file
ERROR
Common
β
4090
InnoDB data directory is not writable
ERROR
Common
β
4091
InnoDB data file access denied
ERROR
Common
β
4092
InnoDB data file is unreadable
ERROR
Common
β
4093
InnoDB data file cannot be resized
ERROR
Common
β
4094
InnoDB tablespace encryption key inaccessible during upgrade
ERROR
Common
β
4095
InnoDB DB_ROW_ID column conflicts with foreign key
ERROR
Common
β
4096
Incompatible .cfg file version for tablespace import
ERROR
Common
β
4097
utf8 character set alias is deprecated
WARNING
Critical
β
4098
TIMESTAMP with DEFAULT NULL is deprecated
WARNING
Critical
β
4099
TIMESTAMP column has a deprecated default value
WARNING
Critical
β
4100
YEAR(4) with zero date is deprecated
WARNING
Critical
β
4101
ASC/DESC in GROUP BY is deprecated
WARNING
Critical
β
4102
Aggregate functions with ROLLUP behave differently and are deprecated in this context
WARNING
Critical
β
4103
SQL_CALC_FOUND_ROWS is deprecated
WARNING
Critical
β
4104
FOUND_ROWS() is deprecated
WARNING
Critical
β
4105
Implicit inner transaction rollback behavior is deprecated
WARNING
Notable
β
4106
Invalid stored program name
ERROR
Critical
β
4107
Stored program does not exist
ERROR
Notable
β
4108
Stored program already exists
ERROR
Critical
β
4109
Incorrect foreign key definition
ERROR
Notable
β
4110
Foreign key columns changed via DDL
ERROR
Notable
β
4111
Foreign key exists in an unrelated schema
ERROR
Common
β
4112
Foreign key columns are incompatible
ERROR
Notable
β
4113
Foreign key on generated column is not supported
ERROR
Notable
β
4114
Cannot add foreign key on virtual generated column
ERROR
Notable
β
4115
Referenced foreign key column has no unique index
ERROR
Notable
β
4116
Foreign key column is also a partition column
ERROR
Notable
β
4117
Foreign key cannot use this index type
ERROR
Notable
β
4118
Foreign key column data type mismatch
ERROR
Notable
β
4119
Illegal or unsupported table option for storage engine
ERROR
Critical
β
4120
Incorrect table definition
ERROR
Notable
β
4121
Wrong object type for this operation
ERROR
Critical
β
4122
Too many tables referenced in query
ERROR
Notable
β
4123
Too many columns in table definition
ERROR
Notable
β
4124
Column specification is too long for BLOB or TEXT
ERROR
Critical
β
4125
String value is too long for column
ERROR
Notable
β
4126
BLOB/TEXT column used without key length in index
ERROR
Notable
β
4127
Column length is too large for the column type
ERROR
Notable
β
4128
Row size too large for table definition
ERROR
Notable
β
4129
Thread stack overrun during query execution
ERROR
Notable
β
4130
Wrong usage of outer join in query
ERROR
Notable
β
4131
NULL column used in unique index (check configuration)
ERROR
Notable
β
4132
Cannot find a system record needed for the operation
ERROR
Common
β
4133
Table is full β no more room in the table file
ERROR
Common
β
4134
Wrong column type for range partitioning
ERROR
Notable
β
4135
Incorrect column specification
ERROR
Notable
β
4136
Subquery transformation was rejected by the optimizer
ERROR
Notable
β
4137
Row count mismatch in table value constructor
ERROR
Critical
β
4138
Feature not supported by the hypergraph optimizer
ERROR
Notable
β
4139
Hypergraph optimizer failed to rewrite the query
ERROR
Notable
β