MySQL error code
MySQL error 1428
MySQL server error 1428 is ER_WRONG_LOCK_OF_SYSTEM_TABLE, reported with SQLSTATE HY000.
You can't combine write-locking of system tables with other tables or lock types
| Error | 1428 |
|---|---|
| Name | ER_WRONG_LOCK_OF_SYSTEM_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference