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 problem of mysql_config not found quickly

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

The main content of this article is "how to solve the mysql_config not found problem quickly". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to solve the mysql_config not found problem quickly.

One command to resolve mysql_config not found

I have encountered a problem like this when pip installs mysql-python several times, so record the solution here.

The reason why mysql_config cannot be found is usually due to the fact that mysql_config is in / usr/local/mysql/bin/ after installing mysql through lnmp.org or other means, and the files in it are not accessible anywhere.

Solution:

Execution

Ln-s / usr/local/mysql/bin/mysql_config / usr/local/bin/mysql_config

Link the mysql_ configs to the / usr/local/bin directory.

-> if not found still ensures that the installation is dependent:

Yum install mysql-devel so far, I believe you have a deeper understanding of "how to solve the mysql_config not found problem quickly". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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