Home  >  Article  >  Backend Development  >  phpmyadmin 3.4 空密码登录的实现方法_php技巧

phpmyadmin 3.4 空密码登录的实现方法_php技巧

WBOY
WBOYOriginal
2016-05-17 09:25:02965browse

因为我把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;


最近刚开始学。不懂得查证后记录在此。

Statement:
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