• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question How to remove MariaDB and install Percona and/or MySQL ?

qtwrk

Basic Pleskian
Hi , since nowadays centos7 comes out with MariaDB 5.5

so any plesk I installed on centos7 , it is already binded with mariadb

how can I switch to Percona or Mysql ?

because all I googled out is about change from mysql to mariadb, no vice versa.
 
I have managed install mysql5.7

but now I got this


mailmng-server failed: Fatal error: plesk::Exc<&plesk::ExecCmd::Failed, plesk::ExDefault>(Execution of /usr/sbin/postconf -d -h mail_version failed with return code 1. Stderr is /usr/sbin/postconf: /lib64/libmysqlclient.so.18: version `libmysqlclient_18' not found (required by /usr/sbin/postconf) )


it seems because missing libmysqlclient.so.18

mysql5.7 comes with libmysqlclient.so.20 , I have try to create soft link from .20 to .18 , no good ...
copy .20 to .18 , no good

installed mysql-libs , no good
installed mysql-devel, no good
search .18 in internet and place in /usr/lib/mysql and /usr/lib64/mysql , no good

ldd /usr/sbin/postconf no longer shows "file no found" , but still doesn't work.


any help would be much appreciated ....
 
Back
Top