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)

Possible Causes and Solutions

The user/password combination does not exist or the user does not have privileges to the given database. See Troubleshooting Connection Issues for more, as well as GRANT for details on setting permissions.

See Also

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?