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
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.