-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unknown column 'password' in 'where clause' #373
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
Comments
Hey fam I had same issue on mysql community version 5.7.21 ISSUE: Save and run again the script. |
Thank you! |
Thy, its help. Need fix in main branch |
HI, anybody get some feedback ? |
Hi @jmrenouard it works fine for me now.
Thanks |
Thanks |
Thanks! |
I updated mysqltuner to the latest version and I see a lot of errors in the step where it checks for common passwords.
I'm using Percona Server 5.7.21-20
And example of failing query:
SELECT CONCAT(user, '@', host) FROM mysql.user WHERE IF(plugin='mysql_native_password', authentication_string, password) = PASSWORD('86') OR IF(plugin='mysql_native_password', authentication_string, password) = PASSWORD(UPPER('86')) OR IF(plugin='mysql_native_password', authentication_string, password) = PASSWORD(CONCAT(UPPER(LEFT('86', 1)), SUBSTRING('86', 2, LENGTH('86'))))
The error is
Unknown column 'password' in 'where clause'
The text was updated successfully, but these errors were encountered: