In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to solve the problem that phpMyAdmin can not connect to MySQL. It is very detailed and has a certain reference value. Interested friends must finish reading it!
What if phpMyAdmin can't connect to MySQL?
Solution:
1. First, let's go to the directory of phpmyadmin to see if there is a configuration file config.inc.php. If we don't rename the config.sample.inc.php copy to config.inc.php,
2. Then open the configuration file, search localhost, and find $cfg ['Servers'] [$I] [' host'] = 'localhost
3. Modify localhost to 127.0.0.1
$cfg ['Servers'] [$I] [' host'] = 'localhost'
Modified to:
$cfg ['Servers'] [$I] [' host'] = '127.0.0.1'; the above is all the contents of this article entitled "how to solve the problem that phpMyAdmin cannot connect to MySQL". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.