缺省你什么都不用配置!如果更改了root的密码,则需在config.inc.php3文件中相应的更改root登录mysql的密码

解决方案 »

  1.   

    config.inc.php3?
    应该是config.inc.php修改
    $cfg['PmaAbsoluteUri']
    这里填http://your's ip/phpMyAdmin/$cfg['Servers'][$i]['auth_type']
    这里填http
      

  2.   

    不行,显示信息如下:
    Not Found
    The requested URL /phpMyAmin/ was not found on this server.
    Apache/2.0.40 Server at 172.16.9.88 Port 80
    我用的地址是:http://172.16.9.88/phpMyAmin/
      

  3.   

    其实它有两个版本php和php3,我使用了php版本,设置了
    $cfg['PmaAbsoluteUri'] = 'http://ipaddress/phpMyAdmin';
    $cfg['Servers'][$i]['auth_type']     = 'http';  
    $cfg['Servers'][$i]['user']          = 'root'; 
    $cfg['Servers'][$i]['password']      = '我的密码';
    地址:http://ipaddress/phpMyAdmin/
    成功!66