Home > Database > phpMyAdmin > body text

phpmyadmin cannot be opened after resetting the password

王林
Release: 2019-12-28 14:45:31
Original
1815 people have browsed it

phpmyadmin cannot be opened after resetting the password

First, we use a text editor to open the phpmyadmin configuration file config.inc.php

phpmyadmin cannot be opened after resetting the password

Then, find $cfg['Servers'][$i]['password'] = '';The password here is empty. We need to set it to our own reset password.

phpmyadmin cannot be opened after resetting the password

Finally, save the file and reopen phpmyadmin.

phpmyadmin cannot be opened after resetting the password

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of phpmyadmin cannot be opened after resetting the password. For more information, please follow other related articles on the PHP Chinese website!

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