Home > Backend Development > PHP Tutorial > Install and configure phpMyAdmin to allow empty password login, phpmyadmin password_PHP tutorial

Install and configure phpMyAdmin to allow empty password login, phpmyadmin password_PHP tutorial

WBOY
Release: 2016-07-13 09:47:17
Original
810 people have browsed it

phpMyAdmin is installed and configured to allow empty password login, phpmyadmin password

Download phpMyAdmin and unzip it to the apache web directory

http://www.phpmyadmin.net/

Visit http://127.0.0.1/phpMyAdmin/index.php

Log in with your database username and password.

If the error message "Login with empty password is prohibited (see Allowing empty passwords)" appears, the solution is as follows:
1. Copy config.sample.inc.php in the phpMyAdmin directory and rename it to config.inc.php
2. Change the value of the following key to true.
Copy code The code is as follows:
cfg[′Servers′][i][‘AllowNoPassword’] = false;

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1026917.htmlTechArticlephpMyAdmin is installed and configured to allow empty password login. Download phpMyAdmin with phpmyadmin password and unzip it to the apache web directory http:/ /www.phpmyadmin.net/ Visit http://127.0.0.1/phpMyAdmin/in...
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