• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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:

https://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?


https://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