Re: MySQL Client upgrading?
Hello,
it looks like you upgraded your MySQL Server to 4.1 (or above) but you are still using an old 3.23 or 4.0 client library. (PHP4 is still shipped with the bundled 3.23 mysql client library).
Possible solutions:
a) compile a new PHP version with MySQL 4.1 client libraries
b) Upgrade to PHP5 (it contains MySQL 4.1 client libraries and Dll's)
c) check
http://dev.mysql.com/doc/mysql/en/old-client.html
/Georg
Georg Richter, Senior Software Developer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
Subject
Written By
Posted
Re: MySQL Client upgrading?
June 30, 2005 10:48PM
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.