• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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