Skip to content
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

ERROR 1054 (42S22) at line 1: Unknown column 'password' in 'where clause' #455

Closed
WeirdPhrog opened this issue Sep 22, 2019 · 0 comments
Closed

Comments

@WeirdPhrog
Copy link

WeirdPhrog commented Sep 22, 2019

Ubuntu 16.04.6, mysql 5.7.27, Mysqltuner 1.6.0
When I launch the script I get:
ERROR 1054 (42S22) at line 1: Unknown column 'password' in 'where clause'
ERROR 1054 (42S22) at line 1: Unknown column 'password' in 'where clause'
ERROR 1054 (42S22) at line 1: Unknown column 'password' in 'where clause'

With latest ver from github:
[!!] FAIL Execute SQL / return code: 256
[!!] failed to execute: SELECT CONCAT(user, '@', host) FROM mysql.user WHERE IF(plugin='mysql_native_password', authentication_string, password) = PASSWORD('steelers') OR
IF(plugin='mysql_native_password', authentication_string, password) = PASSWORD(UPPER('steelers')) OR IF(plugin='mysql_native_password', authentication_string, password) =
PASSWORD(CONCAT(UPPER(LEFT('steelers', 1)), SUBSTRING('steelers', 2, LENGTH('steelers'))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant