Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the innobackupex problem in mysql

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "how to solve the innobackupex problem in mysql". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Question:

Execute innobackupex command and report an error: innobackupex: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory

Resolve:

1. First check whether openssl is installed. The figure shows that openssl-devel is installed.

[root@L114 ~] # rpm-qa | grep openssl

Openssl-1.0.1e-60.el7_3.1.x86_64

Openssl-libs-1.0.1e-60.el7_3.1.x86_64

Openssl-devel-1.0.1e-60.el7_3.1.x86_64

If not installed, then yum installation

Yum install-y openssl-devel*

two。 If it has been installed, then go to / usr/lib64 to see if there is libssl.so.6, there should be no!

[root@L114 ~] # cd / usr/lib64

[root@L114 lib64] # ll libssl*

-rwxr-xr-x. 1 root root 315080 Apr 20 10:37 libssl3.so

Check that there is a llibssl3.so file here, then set up a soft connection, and note that if there is a libssl.so, then make a soft connection for libssl.so

[root@L114 lib64] # ln-s libssl3.so libssl.so.6

This is the end of the content of "how to solve the innobackupex problem in mysql". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report