Home  >  Article  >  Database  >  Where is the phpmyadmin configuration file?

Where is the phpmyadmin configuration file?

藏色散人
藏色散人Original
2019-11-11 10:17:323891browse

Where is the phpmyadmin configuration file?

phpMyAdmin is written in PHP and can control and operate MySQL through the Internet. Through phpMyAdmin, you can completely operate the database, such as creating, copying/deleting data, etc.

Where is the phpmyadmin configuration file?

phpmyadmin configuration file is the config.inc.php file, located in the config.inc.php file in the root directory.

$cfg['Servers'][$i]['password'] is followed by the password. If you forget the password, you can modify it manually.

The above is the detailed content of Where is the phpmyadmin configuration file?. 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