Old passwords support is not working. Steps to reproduce: 1) Add `old_passwords=1` to my.cnf & restart MySQL 2) Create a new user and set the password using OLD_PASSWORD("new pass") 3) 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.