Home  >  Article  >  Database  >  phpmyadmin cannot be opened after resetting the password

phpmyadmin cannot be opened after resetting the password

王林
王林Original
2019-12-28 14:45:311814browse

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!

Statement:
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