Home > Database > phpMyAdmin > body text

What to do if phpmyadmin cannot be started

藏色散人
Release: 2020-04-11 10:38:35
Original
3045 people have browsed it

What to do if phpmyadmin cannot be started

Unable to startphpmyadminWhat should I do?

Summary of reasons why phpmyadmin cannot be started

Statement: I am a newbie and just entered the web industry. I was fortunate to find an article about me today from the master rorger. The solution to the problem encountered was written in short and clear language, and it really solved the problem. After I made some slight modifications and improvements, I took it and shared it with everyone, dedicating it to newcomers like me.

Problem: phpmyadmin tries to connect to the mysql server but the server refuses the connection. You should check the host, username, and password in the configuration file and confirm that the information matches the information given by the mysql server administrator.

This error occurred after I changed the mysql root password using phpadmin.

Solution:

① Modify $cfg['Servers'][$i]['password'] = ''; option## in config.inc.php under phpmyadmin (file directory: wamp/apps/phpmyadmin/config.inc.php)

# ② $ cfg ['Servers'] [$ i] ['AUTH_TYPE'] = 'Http'; // Modify to http

// Auth_type: CONFIG HTTP COOKIES

③Select IE Internet Options->General->Clear browsing history (different browsers have different methods, in short, just clear the cookies (cache).

The above is the detailed content of What to do if phpmyadmin cannot be started. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!