• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Mysql and PhpMyAdmin

D

davidei

Guest
Goodmorning, today i've upgraded my php component from 5.1 to 5.3 but now in my phpmyadmin i can read this problem

Your PHP MySQL library version 5.0.90 differs from your MySQL server version 5.1.58

And there are many functions that does not work correctly.

My configuration is:
sw-cp-server/1.0.0
MySQL client: 5.0.90

With yum update it says that i have the last mysql .
How can i resolve?
Thx
 
Same Problem

Your PHP MySQL library version 5.0.77 differs from your MySQL server version 5.1.52. This may cause unpredictable behavior.
 
and how can i resolve?
can i try to add the remi repository and do a yum update?
 
I have the same problem on my server. Its not a major problem, but I'd like to know also how to resolve this issues.
 
I have the same problem on my server. Its not a major problem, but I'd like to know also how to resolve this issues.

well actualy i have so many problems, for example i can't create new tables by phpmyadmin
 
To fix the phpMyAdmin error I recommend that you synchronize versions of mysql and mysqlclient - either upgrade mysqlclient to version 5.1.58 or downgrade mysql to version 5.0.90
Just to let you know that recommended solution is to install mysql packages provided by vendor. For example:

http://autoinstall.plesk.com/PSA_10.0.1/update-rpm-CentOS-5-i386/

mysql-5.0.77-4.el5_5.4.i386.rpm
mysql-bench-5.0.77-4.el5_5.4.i386.rpm
mysql-devel-5.0.77-4.el5_5.4.i386.rpm
mysql-server-5.0.77-4.el5_5.4.i386.rpm
mysql-test-5.0.77-4.el5_5.4.i386.rpm
php-mysql-5.1.6-27.el5.i386.rpm

If you use Atomic repository read carefully http://www.atomicorp.com/wiki/index.php/Mysql
 
To fix the phpMyAdmin error I recommend that you synchronize versions of mysql and mysqlclient - either upgrade mysqlclient to version 5.1.58

How i can do this?


http://autoinstall.plesk.com/PSA_10.0.1/update-rpm-CentOS-5-i386/

mysql-5.0.77-4.el5_5.4.i386.rpm
mysql-bench-5.0.77-4.el5_5.4.i386.rpm
mysql-devel-5.0.77-4.el5_5.4.i386.rpm
mysql-server-5.0.77-4.el5_5.4.i386.rpm
mysql-test-5.0.77-4.el5_5.4.i386.rpm
php-mysql-5.1.6-27.el5.i386.rpm

It's possible to include this rpm in centos with rpm -Uvh?
 
I recommend you to use rpm package manager for perform this correction/synchronization.
 
i will try to reinstall the machine and use the autoinstall plesk rpm cause i need the php 5.2+, thx for the moment
 
Back
Top