Hi
I have centos 6.4 and installed percona 5.5... everything works fine, but in phpmyadmin (which is installed on the same box), i get this error:
Your PHP MySQL library version 5.1.66 differs from your MySQL server version 5.5.32. This may cause unpredictable behavior.
How should handle this?
Somewhere exists the correct php-mysql library?
Thanks Levi
On 07/31/13 06:14, Birta Levente wrote:
Hi
I have centos 6.4 and installed percona 5.5... everything works fine, but in phpmyadmin (which is installed on the same box), i get this error:
Your PHP MySQL library version 5.1.66 differs from your MySQL server version 5.5.32. This may cause unpredictable behavior.
How should handle this?
Somewhere exists the correct php-mysql library?
Did you yum install both from the normal repositories?
mark
On 31/07/2013 14:57, mark wrote:
On 07/31/13 06:14, Birta Levente wrote:
Hi
I have centos 6.4 and installed percona 5.5... everything works fine, but in phpmyadmin (which is installed on the same box), i get this error:
Your PHP MySQL library version 5.1.66 differs from your MySQL server version 5.5.32. This may cause unpredictable behavior.
How should handle this?
Somewhere exists the correct php-mysql library?
Did you yum install both from the normal repositories?
Yes, but before I have installed "orig" centos mysql (5.1) with many dependencies, so I followed the instructions on the Percona site:
http://www.percona.com/doc/percona-server/5.5/upgrading_guide_51_55.html the Upgrading using the Percona repositories section.
mysql-server, mysql-client, mysql-libs removed with rpm -e --nodeps
Thanks
Levi