1 頁 (共 1 頁)

[問題]phpMyAdmin的問題…

發表於 : 2003-10-11 13:44
twentyone
設定[img]http://us.f1.yahoofs.com/users/3f879759 ... setting%b3]%a9w.jpg?bc7v5h_ACAEZ9Xim[/img]
為甚麼完成後進入http://twentyone.adsldns.org:8080/phpMyAdmin/
要等很久很久,到最後是全白,怎麼辦

Re: [問題]phpMyAdmin的問題…

發表於 : 2003-10-11 14:07
annchan
twentyone 寫:設定[img]http://us.f1.yahoofs.com/users/3f879759 ... setting%b3]%a9w.jpg?bc7v5h_ACAEZ9Xim[/img]
為甚麼完成後進入http://twentyone.adsldns.org:8080/phpMyAdmin/
要等很久很久,到最後是全白,怎麼辦
不懂你的問題ㄋㄟ.............
看不到圖檔?

發表於 : 2003-10-11 14:38
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

發表於 : 2003-10-20 11:23
annchan
會不會是port8080出現錯誤ㄚ........
我記得應該是設80才是ㄚ.................
對不起小妹才疏學淺若不是請先進們賜教....
謝謝..... :oops:

發表於 : 2003-10-23 23:29
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'] = ' ';
這樣應該就可以了.................