Re: Version compatible of mysql(v3.23) to mysql(v4.1/v5)
One common problem:
" MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If you upgrade the server to 4.1, attempts to connect to it with an older client may fail with the following message:
Client does not support authentication protocol requested
by server; consider upgrading MySQL client"
See
http://dev.mysql.com/doc/mysql/en/old-client.html
mysqli extension for php has functions compatible with mysql 4.1 for auth, transactions, etc...
Subject
Written By
Posted
Re: Version compatible of mysql(v3.23) to mysql(v4.1/v5)
August 24, 2005 03:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.