MariaDB Error Codes 1100 to 1199
Error 1100: Table was not locked with LOCK TABLESError 1101: You should never see itError 1102: Incorrect database nameError 1103: Incorrect table namee1104Error 1105: Unknown errorError 1106: Unknown procedureError 1107: Incorrect parameter count to procedureError 1108: Incorrect parameters to procedureError 1109: Unknown tableError 1110: Column specified twiceError 1111: Invalid use of group functionError 1112: Table uses an extension that doesn't exist in this MariaDB versionError 1113: A table must have at least 1 columnError 1114: The table is fullError 1115: Unknown character setError 1116: Too many tables; MariaDB can only use tables in a joinError 1117: Too many columnsError 1118: Row size too largeError 1119: Thread stack overrunError 1120: Cross dependency found in OUTER JOIN; examine your ON conditionsError 1121: Table handler doesn't support NULL in given indexError 1122: Can't load functionError 1123: Can't initialize functionError 1124: No paths allowed for shared libraryError 1125: Function already existsError 1126: Can't open shared libraryError 1127: Can't find symbol in libraryError 1128: Function is not definedError 1129: Host is blocked because of many connection errorsError 1130: Host is not allowed to connect to this MariaDB serverError 1131: You are using MariaDB as an anonymous userError 1132: You must have privileges to update tables in the mysql databaseError 1133: Can't find any matching row in the user tableError 1134: Rows matched Changed WarningsError 1135: Can't create a new threadError 1136: Column count doesn't match value count at rowError 1137: Can't reopen tableError 1138: Invalid use of NULL valueError 1139: Got error from regexpError 1140: Mixing of GROUP columns with no GROUP columnsError 1141: There is no such grant defined for user on hostError 1142: command denied to user for tableError 1143: command denied to user for column in tableError 1144: Illegal GRANT/REVOKE commandError 1145: The host or user argument to GRANT is too longError 1146: Table doesn't existError 1147: There is no such grant defined for user on host on tableError 1148: The used command is not allowed with this MariaDB versionError 1149: You have an error in your SQL syntaxError 1150: Delayed insert thread couldn't get requested lock for tableError 1151: Too many delayed threads in useError 1152: Aborted connection to db userError 1153: Got a packet bigger than 'max_allowed_packet' bytesError 1154: Got a read error from the connection pipeError 1155: Got an error from fcntl()Error 1156: Got packets out of orderError 1157: Couldn't uncompress communication packetError 1158: Got an error reading communication packetsError 1159: Got timeout reading communication packetsError 1160: Got an error writing communication packetsError 1161: Got timeout writing communication packetsError 1162: Result string is longer than 'max_allowed_packet' bytesError 1163: The used table type doesn't support BLOB/TEXT columnsError 1164: The used table type doesn't support AUTO_INCREMENT columnsError 1165: INSERT DELAYED can't be used with table because it is lockedError 1166: Incorrect column nameError 1167: The used storage engine can't index columnError 1168: Unable to open underlying table which is differently defined or of non-MyISAM type or doError 1169: Can't write, because of unique constraint, to tableError 1170: BLOB/TEXT column used in key specification without a key lengthError 1171: All parts of a PRIMARY KEY must be NOT NULLError 1172: Result consisted of more than one rowError 1173: This table type requires a primary keyError 1174: This version of MariaDB is not compiled with RAID supportError 1175: You are using safe update mode and you tried to update a table without a WHERE that usesError 1176: Key doesn't exist in tableError 1177: Can't open tableError 1178: The storage engine for the table doesn't supportError 1179: You are not allowed to execute this command in a transactionError 1180: Got error during COMMITError 1181: Got error during ROLLBACKError 1182: Got error during FLUSH_LOGSError 1183: Got error during CHECKPOINTError 1184: Aborted connection to db user hostError 1185: You should never see itError 1186: Binlog closed, cannot RESET MASTERError 1187: Failed rebuilding the index of dumped tableError 1188: Error from masterError 1189: Net error reading from masterError 1190: Net error writing to masterError 1191: Can't find FULLTEXT index matching the column listError 1192: Can't execute the given command because you have active locked tables or an active transError 1193: Unknown system variableError 1194: Table is marked as crashed and should be repairedError 1195: Table is marked as crashed and last (automatic?) repair failedError 1196: Some non-transactional changed tables couldn't be rolled backError 1197: Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storageError 1198: This operation cannot be performed with a running slave; run STOP SLAVE firstError 1199: This operation requires a running slave; configure slave and do START SLAVE
PreviousError 1099: Table was locked with a READ lock and can't be updatedNextError 1100: Table was not locked with LOCK TABLES
Last updated
Was this helpful?