• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • 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.

How to upgrade mysqlclient

E

EdwardDekker

Guest
Hello,

Recently do i'll have upgraded MySQL @ CentOS 5.7, but the MySQL client does not upgrade automatic.

How could I upgrade my MySQL Client to version number 18 when i have MySQL Client 15 without creating a internal server error for Plesk and other databases.

Any assistance would be fine.
 
Hi,

Using the MySQL from the Centos repos shouldn't require or need any upgrade to mysqlclient, its only if you're using a PHP later than the Centos repos that you'd need this or have your system trying to tell you you need it.

Which versions of PHP and MySQL are you using and where are you getting them from? It may be best to ask this question in the forums for that repo if its a third-party repo.

Paul.
 
PHP & MySQL are installed from the Atomic Repository

php-ioncube-loader-4.0.10-1.el5.art.i386
php-5.3.10-5.el5.art.i386
php-xml-5.3.10-5.el5.art.i386
php-pgsql-5.3.10-5.el5.art.i386
php-zend-guard-loader-5.5.0-3.el5.art.i386
php-common-5.3.10-5.el5.art.i386
php-cli-5.3.10-5.el5.art.i386
php-gd-5.3.10-5.el5.art.i386
php-mysql-5.3.10-5.el5.art.i386
php-soap-5.3.10-5.el5.art.i386
php-devel-5.3.10-5.el5.art.i386
php-pdo-5.3.10-5.el5.art.i386
php-imap-5.3.10-5.el5.art.i386
php-mbstring-5.3.10-5.el5.art.i386
mysql-connector-odbc-3.51.26r1127-1.el5.i386
mysql-libs-5.5.20-2.el5.art.i386
mysql-server-5.5.20-2.el5.art.i386
mysqlclient15-5.0.90-1.el5.art.i386
I am able to install of mysqlclient16 by this command:
$ wget http://www6.atomicorp.com/channels/atomic/centos/5/i386/RPMS/mysqlclient16-5.1.59-1.el5.art.i386.rpm
$ rpm -Uvh mysqlclient16-5.1.59-1.el5.art.i386.rpm

Version 18 will not be available to install, i have this error:
file /usr/lib/mysql/libmysqlclient.so.18.0.0 from install of mysqlclient18-5.5.17-4.el5.art.i386 conflicts with file from package mysql-libs-5.5.20-2.el5.art.i386
 
Last edited by a moderator:
Back
Top