• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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