[問題]phpMyAdmin的問題…

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
twentyone
星球公民
星球公民
文章: 48
註冊時間: 2003-10-10 20:41
來自: 香港
聯繫:

[問題]phpMyAdmin的問題…

文章 twentyone »

設定[img]http://us.f1.yahoofs.com/users/3f879759 ... setting%b3]%a9w.jpg?bc7v5h_ACAEZ9Xim[/img]
為甚麼完成後進入http://twentyone.adsldns.org:8080/phpMyAdmin/
要等很久很久,到最後是全白,怎麼辦
頭像
annchan
星球公民
星球公民
文章: 72
註冊時間: 2003-09-09 11:25
來自: 高雄

Re: [問題]phpMyAdmin的問題…

文章 annchan »

twentyone 寫:設定[img]http://us.f1.yahoofs.com/users/3f879759 ... setting%b3]%a9w.jpg?bc7v5h_ACAEZ9Xim[/img]
為甚麼完成後進入http://twentyone.adsldns.org:8080/phpMyAdmin/
要等很久很久,到最後是全白,怎麼辦
不懂你的問題ㄋㄟ.............
看不到圖檔?
萬事起頭難\r
我是新手請多包函
twentyone
星球公民
星球公民
文章: 48
註冊時間: 2003-10-10 20:41
來自: 香港
聯繫:

文章 twentyone »

代碼: 選擇全部

 * Server(s) configuration
 */
// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host']          = 'localhost'; // MySQL hostname
$cfgServers[1]['port']          = '8080';          // MySQL port - leave blank for default port
$cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfgServers[1]['connect_type']  = 'socket';       // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[1]['adv_auth']      = FALSE;       // Use advanced authentication?
$cfgServers[1]['stduser']       = 'twentyone';          // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass']       = 'xxxxx';          // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user']          = 'root';      // MySQL user (only needed with basic auth)
$cfgServers[1]['password']      = 'xxxxxxxxx';          // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db']       = '';          // If set to a db-name, only this db is accessible
                                               // It may also be an array of db-names
$cfgServers[1]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname
$cfgServers[1]['bookmarkdb']    = '';          // Bookmark db - leave blank for no bookmark support
$cfgServers[1]['bookmarktable'] = '';          // Bookmark table - leave blank for no bookmark support
頭像
annchan
星球公民
星球公民
文章: 72
註冊時間: 2003-09-09 11:25
來自: 高雄

文章 annchan »

會不會是port8080出現錯誤ㄚ........
我記得應該是設80才是ㄚ.................
對不起小妹才疏學淺若不是請先進們賜教....
謝謝..... :oops:
萬事起頭難\r
我是新手請多包函
頭像
annchan
星球公民
星球公民
文章: 72
註冊時間: 2003-09-09 11:25
來自: 高雄

文章 annchan »

twentyone 寫:

代碼: 選擇全部

 * Server(s) configuration
 */
// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host']          = 'localhost'; // MySQL hostname
$cfgServers[1]['port']          = '8080';          // MySQL port - leave blank for default port
$cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfgServers[1]['connect_type']  = 'socket';       // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[1]['adv_auth']      = FALSE;       // Use advanced authentication?
$cfgServers[1]['stduser']       = 'twentyone';          // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass']       = 'xxxxx';          // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user']          = 'root';      // MySQL user (only needed with basic auth)
$cfgServers[1]['password']      = 'xxxxxxxxx';          // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db']       = '';          // If set to a db-name, only this db is accessible
                                               // It may also be an array of db-names
$cfgServers[1]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname
$cfgServers[1]['bookmarkdb']    = '';          // Bookmark db - leave blank for no bookmark support
$cfgServers[1]['bookmarktable'] = '';          // Bookmark table - leave blank for no bookmark support
我找到了請勿在此填$cfgServers[1]['port'] = ' 8080';
or
$cfgServers[1]['port'] = ' 80';
請保持空白ㄛ$cfgServers[1]['port'] = ' ';
這樣應該就可以了.................
萬事起頭難\r
我是新手請多包函
主題已鎖定

回到「phpBB 2 安裝與使用」