Home >Database >phpMyAdmin >Where is the configuration file of phpmyadmin?

Where is the configuration file of phpmyadmin?

尚
Original
2020-03-11 16:08:596802browse

Where is the configuration file of phpmyadmin?

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

Configuration Tips: Almost all configuration parameters are in the config.inc.php file.

If this file does not exist, you can find config.default.php in the libraries directory,

Copy it to the root directory, and rename it to config.inc.php.

Related recommendations: PHP video tutorial

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