in reply to Re^8: plugin 'mysql_old_password' cannot be loaded
in thread plugin 'mysql_old_password' cannot be loaded
That's good, if your password field in the user table is char(41) ( get DBA to run 'describe myslq.user' query ) then Scenario 3 at bottom of this document suggests that resetting the password will create a long password hash. That should be more compatible with the later MySQL libraries.
Be AWARE of the effect on pre-4.1 clients though.
In scenario 3, accounts with short hashes become inaccessible to pre-4.1 clients if you change their passwords without explicitly using OLD_PASSWORD().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: plugin 'mysql_old_password' cannot be loaded
by frazap (Monk) on Feb 21, 2019 at 13:46 UTC | |
by poj (Abbot) on Feb 21, 2019 at 20:51 UTC |