How check my user privileges?
I am interested in privileges create 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!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With