开发者

How to check my privileges?

开发者 https://www.devze.com 2023-02-01 12:37 出处:网络
How check my user privileges? I am interested in privileges creat开发者_JAVA技巧e user or grant privileges any users.You can check the privileges of the current user by running

How check my user privileges?

I am interested in privileges creat开发者_JAVA技巧e user or grant privileges any users.


You can check the privileges of the current user by running

SHOW GRANTS;

Or the privileges of ANY user by running

SHOW GRANTS FOR 'user'@'host'

Yay docs!

0

精彩评论

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

关注公众号