Home > Database > phpMyAdmin > How to download and configure phpmyadmin

How to download and configure phpmyadmin

(*-*)浩
Release: 2019-12-13 10:02:25
Original
2582 people have browsed it

PHPmyadmin is one of the MySQL database managers commonly used in our daily project development! So how to quickly download and install PHPmyadmin is an indispensable skill for novice friends.

How to download and configure phpmyadmin

1. Download PHPmyadmin

Open the PHPmyadmin tool download link in the PHP Chinese website: http://www .php.cn/xiazai/gongju/97, click local download to download the PHPmyadmin compressed package. (Recommended learning: phpmyadmin tutorial)

2. Change the folder name and part of the code

When we download the compressed package of the PHPmyadmin file , extract it to the root directory of the c drive. And change the original folder name to PHPmyadmin.

How to download and configure phpmyadmin

Then open this folder, find config.sample.inc.php, and rename it to config.inc .php.

How to download and configure phpmyadmin

Finally open the config.inc.php file and find this code:

1$cfg['blowfish_secret'] = ''
Copy after login

Replace it Change to the following code:

1$cfg['blowfish_secret'] = 'c4ca4238a0b923820dcc509a6f75849b';//一个长字符串密码就行
Copy after login

Save and exit.

The above is the detailed content of How to download and configure 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