作者azraelman ( )
看板PHP
标题[请益] phpMyAdmin安装问题
时间Fri Dec 14 08:31:54 2007
꜊琩抪茪U面的网址架好了Apache伺服器後,在phpmyadmin帐号设定这边出了问题
http://www.hkforum.org/viewthread.php?tid=2242
"权限"=> 新增好帐号後,我依照该篇文章所说的使用Ultraedit-32编辑了config.inc.php
将
$cfg['PmaAbsoluteUri'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
改成
$cfg['PmaAbsoluteUri'] = '
http://localhost/phpMyAdmin/';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'edusql';
$cfg['Servers'][$i]['password'] = 'sqledu';
php.ini里的extension=php_mbstring.dll前面的分号也拿掉了
然後使用FireFox 2.0.0.11开启
http://localhost/phpMyAdmin/
使用者帐号就一直没办法登入。
不断的问我帐号密码,请问该如何解决?
版本:
Apache 2.4.3
phpMyadmin 2.6.1-rc2
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 125.232.139.213