


This article mainly introduces PHPmyadmin installation tutorial in detail.
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. After mastering this skill, whether you need to rebuild the development environment or delete PHPmyadmin by mistake later, these problems can be easily solved.
Below we will introduce in detail how to download and install PHPmyadmin and how to log in and start PHPmyadmin with specific graphic and text information!
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.
2. Change the folder name and part of the code
After we download the compressed package of the PHPmyadmin file, extract it to the root directory of the c drive Down. And change the original folder name to PHPmyadmin.
Then open this folder, find config.sample.inc.php, and rename it to config.inc.php.
Finally open the config.inc.php file and find this code:
$cfg['blowfish_secret'] = ''
Change it to the following code:
$cfg['blowfish_secret'] = 'c4ca4238a0b923820dcc509a6f75849b';//一个长字符串密码就行
Save and exit.
3. Create a new phpmyadmin.conf file
First we need to find the Apache conf folder in the PHP environment and create a new one directly in it A phpmyadmin.conf file. For example, in the PHPstudy environment, the location of the conf folder is as shown below:
Then in this newly created file, directly copy and paste this code:
Alias /phpmyadmin "c:/phpMyAdmin/" <Directory "c:/phpMyAdmin/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Require all granted php_admin_value upload_max_filesize 128M php_admin_value post_max_size 128M php_admin_value max_execution_time 360 php_admin_value max_input_time 360 </Directory>
Finally save and exit.
4. Modify the configuration file httpd.conf
Find the httpd.conf file in Apache’s conf folder, open the file, and add this paragraph at the end of the text Code:
Include conf/phpmyadmin.conf
Finally restart Apache.
5. Log in and start PHPmyadmin
After the above four steps, PHPmyadmin has been successfully installed. How to log in to PHPmyadmin? You can access this link address at this time: localhost/phpmyadmin, or 127.0.0.1/phpmuadmin. Note: phpmyadmin in the link must be lowercase.
The PHPmyadmin login interface appears:
Generally the initial username and password are root, click After executing, you can successfully log in and start the management interface of PHPmyadmin, as shown below:
The above article is about the specific process of downloading and installing PHPmyadmin. I hope it will be helpful to friends in need. help!
You can also refer to the corresponding video tutorial [Download, install and configure the online database management tool PHPMyAdmin]. This video explanation is more intuitive and easy to understand!
Related recommendations:
Detailed explanation of PHPMyadmin configuration
The above is the detailed content of phpMyAdmin latest download and installation tutorial (with video). For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),