phpmyadmin3.4空密码被禁止登陆的解决方法_PHP教程

WBOY
Release: 2016-07-21 14:54:22
Original
990 people have browsed it

  解决phpmyadmin3.4空密码登录被禁止登陆的方法

  很多时候我们在本机测试时会将root用户密码设置为空。因为我把php升级到了5.3.1,以前的phpmyadmin版本不能用了,就升级到phpMyAdmin 3.2.4版的时候,会遇到无法以空密码登录root用户的情况。怎么解决呢? 请参照如下步骤:

  1、打开程序所在的目录

  2、找到libraries目录下的config.default.php文件把

  $cfg['Servers'][$i]['AllowNoPassword'] = false;修改成

  $cfg['Servers'][$i]['AllowNoPassword'] = true;

www.bkjia.com true http://www.bkjia.com/PHPjc/364594.html TechArticle 解决phpmyadmin3.4空密码登录被禁止登陆的方法 很多时候我们在本机测试时会将root用户密码设置为空。因为我把php升级到了5.3.1,以前的phpm...
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
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!