chiouss前輩您好,
我所使用的套件是EasyPHP當中的phpmyadmin
之前, 我是用linux Fedora Core4架設網站, 我自己也有安裝phpmyadmin獨力的套見在我的linux server上面
但是
現在我的server是以Windows XP來做, 並且使用EasyPHP套件
我試著去修改EasyPHP資料夾內的phpmyadmin資料夾的config.inc.php檔案
但是怎樣修改, 就是無法利用我的ip, 連線到phpmyadmin的畫面(如.
http://xxx.xx.xxx.xxx/mysql/index.php, 這是EasyPHP預社的phpmyadmin登入畫面, 原本我都是用http://localhost/mysql/index.php做連線)
對於EasyPHP\phpmyadmin\config.inc.php檔案的修改, 我改了以下幾個地方
1. $cfg['PmaAbsoluteUri'] = '
http://xxx.xx.xxx.xxx/mysql/index.php';
2. $cfg['Servers'][$i]['host'] = 'xxx.xx.xxx.xxx';
3. $cfg['Servers'][$i]['auth_type'] = 'http';
4. $cfg['Servers'][$i]['user'] = 'root';
5. $cfg['Servers'][$i]['password'] = 'dqwoidogf';
如此的修改config.inc.php檔案
我還是做不到
1. 在別台電腦, 打入http://xxx.xx.xxx.xxx/mysql/index.php, 無法登入
2. 無法以php語法, 連線xxx.xxx.xxx.xxx的資料庫, 以及查詢的動作
可以請問我有哪裡出了錯嗎?