• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Database problem

HeRiNo

Basic Pleskian
Plesk 12.5.30 Update #44
Linux CentOS 6.8

Hello,

I don't know how it happened but I am runnnig mysql server 5.7 on CentOS 6.8 It gives me a lot of problems. I would like to know in understandable English (I am Dutch) if it is possible to go back to mysql server 5.5 or if possible 5.6 but in a way that I keep all my current databases. So all I have running stays running. I hope someone has the answer for me. OR is it possible to make 5.7 runnig without problems?

Best Regards, Herman.
 
What sort of problems are you having specifically? How did you upgrade to 5.7?
 
Hello Ivalics, This is 1: libmysqlclient.so.16: cannot open shared object file and ni way to solve it. I already had help trough this forum for that.
When I install postfix I get this:
Code:
ERROR: PleskUtilException
mailmng-server failed: Fatal error: plesk::Exc<&(plesk::ExecCmd::Failed(bool)), plesk::ExDefault>(Execution of /usr/sbin/postconf -d -h mail_version failed with return code 127.
Stderr is
/usr/sbin/postconf: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
)
And I have no more access to Plesk. When I install Qmail I cant use it. Raoundcube urls are not reachable. I also cannot make new databases or remove databases. There probably is more but last week I am only trying to get it fixed.

Regards, Herman.
 
Code:
[root@vmi66617 ~]# cat /etc/ld.so.conf.d/mysqlclient.conf
/usr/lib64/mysql
/usr/lib/mysql/

Code:
[root@vmi66617 ~]# cat /etc/ld.so.conf.d/mariadb-x86_64.conf
cat: /etc/ld.so.conf.d/mariadb-x86_64.conf: No such file or directory
[root@vmi66617 ~]#

Regards, Herman.
 
Hello Ivalics. I did from the article above ::
rpm -Uvh atomic-release*rpm and got this:
Code:
[root@vmi66617 ~]# [root@vmi66617 ~]# rpm -Uvh atomic-release*rpm
-bash: [root@vmi66617: command not found
[root@vmi66617 ~]# error: File not found by glob: atomic-release*rpm
Do i stil do the second line of the article?
yum install mysqlclient16

Regards, Herman.

p.s.
Code:
[root@vmi66617 ~]# locate libmysqlclient.so.16
/usr/lib/mysql/libmysqlclient.so.16
/usr/lib/mysql/libmysqlclient.so.16.0.0
 
Last edited:
Try to reinstall mysql client with yum reinstall mysql-client
But is strange that you have it in /usr/lib/mysql/
try if you did not tried already ldconfig reload.
 
[root@vmi66617 ~]# yum reinstall mysql-client
Loaded plugins: fastestmirror, security
Setting up Reinstall Process
No Match for argument: mysql-client
Loading mirror speeds from cached hostfile
* atomic: www4.atomicorp.com
* base: ftp.plusline.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* epel: mirror.fraunhofer.de
* extras: ftp.plusline.de
* remi-safe: mirror.23media.de
* updates: ftp.plusline.de
Error: Nothing to do
 
Hello Krism, some issues already mengoned in this thread. It happened when someone helped me. He said he got it using yum install.

Regards, Herman..
 
yum list mysql* should show if was installed or not mysqlclient, I think yes.
if exist, I think it was from ART repo and match this version. If yes, then you should install it again (update).

it is easier to me to do it, hard to presume what you have there :)
 
Hello Ivalics, I dont understand this now. Do you mean that you want to take a look on my server?

Regards, Herman.

P.S. See attachements.
 

Attachments

  • yum list mysql.txt
    3.3 KB · Views: 1
Last edited:
Hello,

The issue has been solved by Ivalics. Thank you verry much.
Solution follows.

Best regards, Herman.
 
Back
Top