Closed
Description
Old passwords support is not working.
Steps to reproduce:
- Add
old_passwords=1
to my.cnf & restart MySQL - Create a new user and set the password using OLD_PASSWORD("new pass")
- Try to execute a query and it will fail.
If the user was created BEFORE restarting with old_passwords=1
, it can connect/execute queries without problems.