原文出處: ↖「懿」*瘋*堂 ↗
注意:請務必照步驟來作,沒提及更改的地方就不要修改,因為這個步驟非常重要,設定錯誤就得再重新安裝一次AppServ
Step1:開啟瀏覽器,在網址列輸入 http://localhost 會出現這個畫面, 點選《phpMyAdmin Database Manager Version 2.5.7-pl1》
Step2:出現資料庫的管理頁面,按下《權限》設定權限
Step3:為了避免其他人用匿名方式從外部連結進資料庫,所以將"任何"的使用者刪除
Step4:刪除成功後會出現這樣的訊息。接下來變更使用者密碼,請按下《編輯》
Step5:移到大約畫面中間處看到下面的欄位。先選取為密碼,接著輸入密碼後按《執行》
Step6:更改密碼成功訊息
Step7:用記事本打開\AppServ\www\phpMyAdmin\config.inc.php,搜尋
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['user'] = 'root';
將config改成http,如下所示,修改完後 存檔
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['user'] = 'root';
Step8:按開始 → 程式集 → AppServ → Service Control Server → Apache Restart 重新啟動Apache Server
Step9:關閉瀏覽器,重新進入http://localhost 的資料庫,此時會要求輸入帳號密碼,帳號則為root,密碼只有你自己知道囉