-
Harin Vadodaria authored
PASSWORD IN OLD FORMAT (PRE-4.1) Description: If --secure-auth client option is used, client should raise an error if connection is using mysql_old_password stype password hash. However, at present client does not throw any error and if server is not running in secure_auth mode, connection is successfully established. Solution: Introduce a check in client code that makes sure that whenever --secure-auth option is specified on client side, an error is raised if connection is trying to use mysql_old_password hash.
Harin Vadodaria authoredPASSWORD IN OLD FORMAT (PRE-4.1) Description: If --secure-auth client option is used, client should raise an error if connection is using mysql_old_password stype password hash. However, at present client does not throw any error and if server is not running in secure_auth mode, connection is successfully established. Solution: Introduce a check in client code that makes sure that whenever --secure-auth option is specified on client side, an error is raised if connection is trying to use mysql_old_password hash.
Loading