Bug #79293 Comment on a user
Submitted: 16 Nov 2015 11:43 Modified: 20 Nov 2015 8:17
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Security: Privileges Severity:S4 (Feature request)
Version:5.7.9 OS:Any
Assigned to: CPU Architecture:Any

[16 Nov 2015 11:43] Daniël van Eeden
Description:
Allow this:

ALTER USER 'foo'@'bar' COMMENT 'Application user for fooapp, requested by John Doe';
ALTER USER 'jd'@'bar' COMMENT 'Personal user for John Doe';

This can be used to store:
- full name
- description
- ticket reference
- email addr
- wiki link
- etc

How to repeat:
See description.

Suggested fix:
Add a 'comment' column to mysql.user and store this in there.
[20 Nov 2015 8:17] MySQL Verification Team
Hello Daniël,

Thank you for the feature request.

Thanks,
Umesh