• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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