On Tuesday 18 October 2005 10:08, Craig FALCONER wrote:
> I am having problems with the mysql backend - I get errors like "client
> cannot authenticate to database, upgrade your client"
> Everything is mysql 4.1.14, which is the latest.
This sounds like the client is trying to use the old MySql PASSWORD() function
and the server is expecting the new PASSWORD() function (it changed in MySql
4.1).
Have a look through your my.cnf for old_passwords and make sure it is set to
1.
HTH.
hads
--
For perfect happiness, remember two things:
(1) Be content with what you've got.
(2) Be sure you've got plenty.