[MDEV-16669] Need to update MariaDB Documentation for NO_AUTO_CREATE_USER Created: 2018-07-03 Updated: 2019-03-04 Resolved: 2019-03-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Nilnandan Joshi | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As per the MariaDB doc, NO_AUTO_CREATE_USER : Don't automatically create users with GRANT. Produce a 1133 error: "Can't find any matching row in the user table". Default since MariaDB 10.1.7. But we need to specify that "unless authentication information is specified. The statement must specify a nonempty password using IDENTIFIED BY or an authentication plugin using IDENTIFIED WITH" NO_AUTO_CREATE_USER
|
| Comments |
| Comment by Ian Gilfillan [ 2019-03-04 ] |
|
Thanks, documentation has been updated. |