How to install phpmyadmin

(*-*)浩
Release: 2023-02-26 13:30:01
Original
4013 people have browsed it

phpMyAdmin Installation

How to install phpmyadmin

## phpMyAdmin is an excellent tool for managing MySQL databases based on the PHP environment.

Official download address: http://www.phpmyadmin.net/home_page/downloads.php (Recommended learning:

PHP video tutorial)

From above Download the narrow address such as: phpMyAdmin-3.3.4-all-languages.zip (the actual version number is slightly different). After decompression, you will get the phpMyAdmin-3.3.4-all-languages ​​folder. Copy the folder to E: \html and renamed to phpmyadmin.

phpMyAdmin does not require installation and can be used with a little configuration.

phpMyAdmin configuration

Enter the E:\html\phpmyadmin folder, find the config.sample.inc.php file and rename the file to config. inc.php. Open the file with an editor and make the following changes or settings:

$cfg['blowfish_secret'] = 'phpmyadmin';
Copy after login

After saving the configuration, enter the following address http://127.0.0.1/phpmyadmin in the browser, and the phpMyAdmin login interface will appear:

How to install phpmyadmin

Enter the user name and password (such as: root/root123), you can enter the database management operation interface:

How to install phpmyadmin

Through phpMyAdmin, You can easily manage the database and data tables in the database (create, modify, delete).

The above is the detailed content of How to install phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

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