Error 1227: Access denied; you need (at least one of) the privilege(s) for this operation
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
1227 | 42000 | ER_SPECIFIC_ACCESS_DENIED_ERROR | Access denied; you need (at least one of) the %s privilege(s) for this operation |
Contents
Possible Causes and Solutions
The user is trying to access a database/schema/object the user do not have access to. The error shows which GRANT is needed to access the resource.
See also
Comments
Comments loading...
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.