I am trying to run a db in my application but I am getting ErrorCode: 42501 aclcheck_error
. Can anyone help here.
CodePudding user response:
The ACL check error is usually seen due to insufficient priviledges to access/modify the table.
Check if the DB user has the relevant permissions to the table you're trying to access.