-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MariaDB 10.3 password check incorrect. #413
Comments
Oh, more info. For the 5 accounts with false positive, the plugin field is set to ="mysql_native_password" |
From MariaDB website MariaDB also supports the use of alternative authentication plugins. When the plugin column is not empty for the given account, MariaDB uses it to authenticate connection attempts. The specific plugin then uses the value of either the Password column or the authentication_string column to authenticate the user." |
Does this solve your problem ? #412 |
Hi, |
Checks password is ok for me on mysqltuner 1.7.17 |
Getting odd results with a MariaDB database. Some accounts are flagged as having no password, when in reality ALL of them do.
[!!] User 'xxxxxxxxxxxxxx@localhost' has no password set.
[!!] User 'yyyyyyyyyyyyyy@localhost' has no password set.
[!!] User 'mysql.sys@localhost' has no password set.
[!!] User 'root@localhost' has no password set.
[!!] User 'roundcubedb@localhost' has no password set.
The text was updated successfully, but these errors were encountered: