PHP MySQL version discrepancy
Posted: 2009/02/04 19:18:42
Hi,
I have installed PHP, and MySQL (v.5.0.28) using
yum install php
yum install mysql
yum install php-mysql
etc.
When I use phpMyAdmin I get this warning:
Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.28
In phpinfo(), the Client API version is listed as 4.1.22.
So, how can I get around this, I assumed (incorrectly) that the appropriate version would be installed. The version of php-mysql is listed as 5.2.8
Please help!!
Thanks in advance :)
I have installed PHP, and MySQL (v.5.0.28) using
yum install php
yum install mysql
yum install php-mysql
etc.
When I use phpMyAdmin I get this warning:
Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.28
In phpinfo(), the Client API version is listed as 4.1.22.
So, how can I get around this, I assumed (incorrectly) that the appropriate version would be installed. The version of php-mysql is listed as 5.2.8
Please help!!
Thanks in advance :)