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