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 "No such file or directory" error reported by mysql_connect

2025-03-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

This article mainly explains "mysql_connect report" No such file or directory "how to solve errors", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn "mysql_connect report" No such file or directory "how to solve the error"!

First of all, it is determined that it is the problem with mysql_connect () and mysql_pconnect (). The fault phenomenon is that the function returns null and mysql_error () returns "No such file or directory".

Write a phpinfo page and find mysql.default_socket, mysqli.default_socket, pdo_mysql.default_socket.

Start mysql and execute the command STATUS; to write down the value of UNIX socket.

If the values of 2 and 3 are not the same, open php.ini (the location of php.ini can be found from the phpinfo page, the default is / private/etc/php.ini), and change the values of the three configuration items mentioned in 2 to the values of 3.

Restart apache.

At this point, I believe you have a deeper understanding of how to solve the "mysql_connect report" No such file or directory error. 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