Bug #118721 | Improve documentation for CREATE / ALTER USER syntax related to comments and user_attributes | ||
---|---|---|---|
Submitted: | 26 Jul 9:40 | Modified: | 27 Jul 10:44 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0, 8.4, 9.x | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Jul 9:40]
Simon Mudd
[26 Jul 9:48]
Simon Mudd
This affects both CREATE USER and ALTER USER syntax documentation.
[26 Jul 11:57]
MySQL Verification Team
I see it here, or do I misunderstand the request: https://dev.mysql.com/doc/refman/8.4/en/alter-user.html ALTER USER [IF EXISTS] user [auth_option] [, user [auth_option]] ... [REQUIRE {NONE | tls_option [[AND] tls_option] ...}] [WITH resource_option [resource_option] ...] [password_option | lock_option] ... [COMMENT 'comment_string' | ATTRIBUTE 'json_object'] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ https://dev.mysql.com/doc/refman/8.4/en/create-user.html CREATE USER [IF NOT EXISTS] user [auth_option] [, user [auth_option]] ... DEFAULT ROLE role [, role ] ... [REQUIRE {NONE | tls_option [[AND] tls_option] ...}] [WITH resource_option [resource_option] ...] [password_option | lock_option] ... [COMMENT 'comment_string' | ATTRIBUTE 'json_object'] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Shane Bester, MySQL Senior Principal Technical Support Engineer Oracle Corporation http://dev.mysql.com/
[27 Jul 10:34]
Simon Mudd
Hm. I guess I missed this even if I did look multiple times. My apologies. My error, clearly not a bug.