Search the MySQL manual:

2.5.1.2 What to do when upgrading from 4.0 to 4.1

In general, upgrading to 4.1 from an earlier MySQL version involves the following steps:

The password hashing mechanism has changed in 4.1 to provide better security, but this may cause compatibility problems if you still have clients that use the client library from 4.0 or earlier. (It is very likely that you will have 4.0 clients in situations where clients connect from remote hosts that have not yet upgraded to 4.1). The following list indicates some possible upgrade strategies. They represent various tradeoffs between the goal of compatibility with old clients and the goal of security.

Further background on password hashing with respect to client authentication and password-changing operations may be found in section 4.2.11 Password Hashing in MySQL 4.1.

User Comments

Add your own comment.