Error 1044: Access denied for user

Error Code
SQLSTATE
Error
Description

1044

42000

ER_DBACCESS_DENIED_ERROR

Access denied for user '%s'@'%s' to database '%s'

Possible Causes and Solutions

The user is trying to access a database/schema they do not have access to. 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?