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

Where is the phpmyadmin configuration file?

hzc
hzcOriginal
2020-06-15 16:31:563851browse

Where is the phpmyadmin configuration file?

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, which is 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.

Recommended tutorial: "phpmyadmin tutorial"

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
Previous article:What is phpMyAdmin?Next article:What is phpMyAdmin?