Support COMMENT and ATTRIBUTE for CREATE USER #24443
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
MySQL supports both COMMENT as well as ATTRIBUTE (json_object) for additional metadata per user account (like who created it, why does it exist etc.)
Describe the feature you'd like:
Add support for COMMENT 'free text comment' and ATTRIBUTE 'json_object' in:
CREATE USER [COMMENT '' | ATTRIBUTE '<json_object>']
Describe alternatives you've considered:
n/a, missing compatible feature with MySQL
Teachability, Documentation, Adoption, Migration Strategy:
When managing a lot of accounts, it is hard to understand why a specific account is for and if it really is needed, and by whom it was created and when.
The text was updated successfully, but these errors were encountered: