in reply to Re^2: Connection problem with MySQL( Client does not support auth...)
in thread Connection problem with MySQL( Client does not support auth...)

libmysqlclient is used by a lot of tools and languages that interface with mysql, probably including PHP.

downgrading the password on the server is probably easier if you're worried about compatibility issues. See the link in my post above.

  • Comment on Re^3: Connection problem with MySQL( Client does not support auth...)

Replies are listed 'Best First'.
Re^4: Connection problem with MySQL( Client does not support auth...)
by jeanluca (Deacon) on Jun 20, 2007 at 09:34 UTC
    thnx a lot, changing the password format solved it!

    LuCa