开发者

MYSQL: select denied

开发者 https://www.devze.com 2023-03-27 22:19 出处:网络
I have a user with full permissions to all my databases 开发者_运维知识库yet when I try to run a query it gives me this error:

I have a user with full permissions to all my databases 开发者_运维知识库yet when I try to run a query it gives me this error:

SELECT command denied to user...

does anyone know why this could be?


It's possible that the domain your user is associated with does not have permissions.

user@localhost is different from user@% and can be assigned different permissions.

0

精彩评论

暂无评论...
验证码 换一张
取 消