Error 1142: command denied to user for table

Error CodeSQLSTATEErrorDescription
114242000ER_TABLEACCESS_DENIED_ERROR%s command denied to user '%s'@'%s' for table '%s'

Possible Causes and Solutions

The user is trying to access a table or a column from a table they do not have access to.

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.
Back to Top