Error 1045: Access denied for user (using password)
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
1045 | 28000 | ER_ACCESS_DENIED_ERROR | Access denied for user '%s'@'%s' (using password: %s) |
The user/password combination does not exists or the user does not have access right to the given database.
See also
- Troubleshooting Connection Issues for possible solutions.
- When access_denied_errors status variable is incremented
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.