MySQL error code
MySQL error 1164
MySQL server error 1164 is ER_TABLE_CANT_HANDLE_AUTO_INCREMENT, reported with SQLSTATE 42000.
The used table type doesn't support AUTO_INCREMENT columns
| Error | 1164 |
|---|---|
| Name | ER_TABLE_CANT_HANDLE_AUTO_INCREMENT |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference