为phpmyadmin设置登录启用

时间:2016-07-22 09:25:48

标签: php mysql phpmyadmin

我想在进入directlt之前启用phpmyadmin的登录页面。 为了在我的config.inc.php中我修改了行

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

更改后我发现访问被拒绝错误为

enter image description here

我想启用phpmyadmin的登录

1 个答案:

答案 0 :(得分:1)

您好您可以按照以下步骤操作:

第1步:转到“phpMyAdmin”并找到“Config.inc.php”文件

第2步:找到行$ cfg ['Servers'] [$ a] ['auth_type'] ='config&#39 ;;在“config.inc.php”文件中。

第3步:更改单词$ cfg ['Servers'] [$ a] ['auth_type'] ='config&#39 ;; $ cfg ['Servers'] [$ a] ['auth_type'] ='cookie&#39 ;;在“config.inc.php”文件中并保存更改。

注意:您的默认数据库名称是“root”。

步骤4:现在打开浏览器并输入“localhost / phpmyadmin”。输入用户名是“root”。 password为null表示空。如果没有输入任何内容,请留空并按下GO按钮。

步骤5:现在您可以看到“更改密码”链接。请点击该链接。

注意:在phpMyAdmin标题下注明,注销图标可见。

步骤6:设置phpMyAdmin密码并再次重新输入,然后按GO按钮。