SHOW GRANTS FOR 'someuser'@'localhost';
You can show grants for the current user with:
SHOW GRANTS FOR CURRENT_USER;
See official documentation. Hat tip to this Server Fault post.
SHOW GRANTS FOR 'someuser'@'localhost';
You can show grants for the current user with:
SHOW GRANTS FOR CURRENT_USER;
See official documentation. Hat tip to this Server Fault post.