看板 PHP 關於我們 聯絡資訊
꜊琩抪茪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