You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'))))
The text was updated successfully, but these errors were encountered:
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'))))
The text was updated successfully, but these errors were encountered: