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

Where is the configuration file of phpmyadmin?

Release: 2020-03-12 13:22:12
Original
6746 people have browsed it

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!

Related labels:
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