Mysql – Which privileges for MySQL extended status

MySQLpermissions

If I want to execute "SHOW STATUS" within MySQL or use "mysqladmin extended-status" on command line with a non-root user, which privileges would this user then need?

Best Answer

Taken from the MySql documentation:

This statement does not require any privilege. It requires only the ability to connect to the server.