• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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