Home > Database > Mysql Tutorial > body text

Where is the phpmyadmin configuration file?

藏色散人
Release: 2019-11-11 10:17:32
Original
3845 people have browsed it

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!