MySQL error code
MySQL error 1142
MySQL server error 1142 is ER_TABLEACCESS_DENIED_ERROR, reported with SQLSTATE 42000.
%s command denied to user '%s'@'%s' for table '%s'
| Error | 1142 |
|---|---|
| Name | ER_TABLEACCESS_DENIED_ERROR |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference