Support NO_AUTO_CREATE_USER sql_mode #8128
Labels
component/privilege
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/compatibility
Feature Request
Is your feature request related to a problem? Please describe:
Currently the sql-mode
NO_AUTO_CREATE_USER
is parsed but ignored. This mode is important, since the MySQL permission model is otherwise vulnerable to spelling errors causing unathenticated users to have admin privileges. Consider the following hypothetical case:Describe the feature you'd like:
The sql_mode
NO_AUTO_CREATE_USER
, to be enabled by default (next GA) as it is in MySQL.Describe alternatives you've considered:
N/A
Teachability, Documentation, Adoption, Migration Strategy:
N/A
The text was updated successfully, but these errors were encountered: