有關phpMyAdmin的問題

Home Home
引用 | 編輯 gavintom
2005-07-27 12:21
樓主
推文 x0
as title..

假若我現在有兩台電腦 都當server用

而電腦A 裝有APACHE + PHP + PHPMYADMIN

而電腦B 只裝有 MYSQL

那我可以用電腦A 的phpadmin 去連 電腦B的 mysql 嗎??

若行的通 我該怎麼做呢??

是否有教學還是有經驗的大大 能分享一下呢??

請指導謝謝

獻花 x0
引用 | 編輯 andyz
2005-07-27 15:09
1樓
  
edit config.inc.php
find
$cfg['Servers'][$i]['host']       = 'localhost'// MySQL hostname or IP address
SET your computerB`s IP
and
$cfg['PmaAbsoluteUri'] = 'your phpMyAdmin url'
SET your phpMyAdmin url
like http://www.your_web.net/path_to_your_phpMyAdmin_directory/

獻花 x0
引用 | 編輯 gavintom
2005-07-27 22:31
2樓
  
先感謝您...

試後有問題再和您請教!

獻花 x0