[問題] phpMyAdmin可以連到其他主機的MySQL資料庫嗎??

phpMyAdmin Running Discuss
關於 phpMyAdmin 架設使用操作討論,非本程式相關問題一律砍文!

版主: 版主管理群

回覆文章
hcj671223
星球普通子民
星球普通子民
文章: 5
註冊時間: 2005-05-27 13:15

[問題] phpMyAdmin可以連到其他主機的MySQL資料庫嗎??

文章 hcj671223 »

如題,

一般phpMyAdmin都是連到localhost的資料庫而已,
如果我想要連到其他主機上的資料庫,
可以嗎??
要怎麼做??

可否請各位大大幫忙解答一下,

先謝謝啦~~
問題狂
竹貓忠實會員
竹貓忠實會員
文章: 1947
註冊時間: 2004-06-28 17:13

文章 問題狂 »

修改config.inc.php就可以了
hcj671223
星球普通子民
星球普通子民
文章: 5
註冊時間: 2005-05-27 13:15

文章 hcj671223 »

問題狂 寫:修改config.inc.php就可以了

代碼: 選擇全部

$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';
是指這個部份嗎??
egira0719
星球普通子民
星球普通子民
文章: 1
註冊時間: 2007-06-25 23:28

文章 egira0719 »

我也有這問題 有高手可以解說嗎

小弟也是超新手 努力中
chiouss
竹貓忠實會員
竹貓忠實會員
文章: 1741
註冊時間: 2002-11-29 18:19

文章 chiouss »

egira0719 寫:我也有這問題 有高手可以解說嗎
http://www.phpmyadmin.net/documentation/#config
回覆文章

回到「phpMyAdmin」