MySQL error code
MySQL error 1045
MySQL server error 1045 is ER_ACCESS_DENIED_ERROR, reported with SQLSTATE 28000.
Access denied for user '%s'@'%s' (using password: %s)
| Error | 1045 |
|---|---|
| Name | ER_ACCESS_DENIED_ERROR |
| SQLSTATE | 28000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference