访问phpMyAdmin中的问题 [英] problem in access phpMyAdmin

查看:49
本文介绍了访问phpMyAdmin中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我安装了appserv,可以毫无问题地访问phpMyAdmin。



我卸载它并重新安装它。 />
但我无法访问phpMyadmin。我正确输入用户名root和密码。这需要很长时间才会发生任何事情甚至没有消息出现。



我试图编辑config.inc.php



$ cfg ['Servers'] [$ i] ['host'] ='localhost';

$ cfg ['Servers'] [$ i] ['port'] = '3306';

$ cfg ['Servers'] [$ i] ['socket'] ='';

$ cfg ['Servers'] [$ i] ['connect_type '] ='tcp';

$ cfg ['Servers'] [$ i] ['extension'] ='mysql';

$ cfg ['Servers' ] [$ i] ['compress'] = FALSE;

$ cfg ['Servers'] [$ i] ['hide_db'] ='information_schema';

$ cfg ['Servers'] [$ i] ['controluser'] ='root';

$ cfg ['Servers'] [$ i] ['controlpass'] ='12345';

$ cfg ['Servers'] [$ i] [' auth_type'] ='config';

$ cfg ['Servers'] [$ i] ['user'] ='root';

$ cfg ['服务器'] [$ i] ['password'] ='12345';

$ cfg ['Servers'] [$ i] ['nopassword'] = TRUE;

$ cfg ['Servers'] [$ i] ['only_db'] ='';



$ cfg ['Servers' ] [$ i] ['verbose'] ='localhost';



$ cfg ['Servers'] [$ i] ['pmadb'] ='' ;



但它也不起作用。

有什么问题???



谢谢

Hi all
I installed appserv and can access phpMyAdmin with no problems.

I uninstalled it and reinstall it again .
but i can't access phpMyadmin. I enter the username "root" and password correctly. It take long time then nothing happened and even no message appears.

I tried to edit config.inc.php

$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['hide_db'] = 'information_schema';
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = '12345';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '12345';
$cfg['Servers'][$i]['nopassword'] = TRUE;
$cfg['Servers'][$i]['only_db'] = '';

$cfg['Servers'][$i]['verbose'] = 'localhost';

$cfg['Servers'][$i]['pmadb'] = '';

but it didn't work also.
what is the problem ???

thanks

推荐答案

cfg ['Servers']
cfg['Servers']


i] ['host'] =' localhost';
i]['host'] = 'localhost';


cfg ['Servers']
cfg['Servers']


这篇关于访问phpMyAdmin中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆