Bug #40619 SHOW SLAVE STATUS does not require SUPER privilege
Submitted: 10 Nov 2008 18:25 Modified: 10 Nov 2008 18:49
Reporter: Martin Hill Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[10 Nov 2008 18:25] Martin Hill
Description:
Executing the query "SHOW SLAVE STATUS" as a user without any privileges returns an error stating that both SUPER and REPLICATION CLIENT are required permissions.

This is not true. Only REPLICATION CLIENT is needed for SHOW SLAVE STATUS.

How to repeat:
Execute query "SHOW SLAVE STATUS" as a user without any privileges.

Suggested fix:
Remove the SUPER privilege from the error message.
[10 Nov 2008 18:49] Sveta Smirnova
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments to the original bug instead.

Thank you for your interest in MySQL.

Duplicate of bug #34227