Home > Database > PHPMyAdmin > body text

Where is the phpmyadmin configuration file?

hzc
Release: 2020-06-15 16:31:56
Original
3844 people have browsed it

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!

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 [email protected]
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!