[問題]安裝phpmyAdmin之後的問題

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

版主: 版主管理群

回覆文章
頭像
中等
星球公民
星球公民
文章: 54
註冊時間: 2002-04-19 01:11

[問題]安裝phpmyAdmin之後的問題

文章 中等 »

1.不知道是不是安裝錯誤,我是下載之後解開,將整個程式放到網站上面。

2.安裝後執行http://xxx.idv.tw/phpMyAdmin-2.2.6/ 卻出現\r
必須設定 $cfgPmaAbsoluteUri 在設定檔內!

我已經將資料庫的使用者名稱跟密碼在config.ini.php更改好了~

我的作業系統:win98
網站:跟竹貓一樣的ISP

請問是哪個地方弄錯了呢???QQ
oO]-[Oo
南宮博士
南宮博士
文章: 512
註冊時間: 2001-11-11 18:09
來自: TAIWAN
聯繫:

文章 oO]-[Oo »

config.inc.php裡要填這個
$cfgPmaAbsoluteUri = 'http://xxx.idv.tw/phpMyAdmin-2.2.6/';
OOHOO said:
有事Mail給我, 不要P我, 因為根本沒辦法P.
頭像
中等
星球公民
星球公民
文章: 54
註冊時間: 2002-04-19 01:11

文章 中等 »

謝謝南宮博士,改了之後果然可以了~
但是卻又出現了:請輸入主機名稱QQ
呃.......主機名稱是什麼O_____Q
要輸入在什麼地方啊

抱歉第一次安裝,找不到參考資料,淨問些笨笨的問題 ~"~
頭像
中等
星球公民
星球公民
文章: 54
註冊時間: 2002-04-19 01:11

文章 中等 »

主機名稱鍵入之後又出現:
錯誤
MySQL 傳回:
Access denied for user: 'beauty@203.66.35.96' (Using password: YES)
唉............
以下是我在config.inc.php的設定,請幫我看一下QQ

$cfgPmaAbsoluteUri = 'http://XXX.idv.tw/phpMyAdmin-2.2.6/';


/**
* Server(s) configuration
*/
$i = 0;
// The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfgServers[$i]['host'] = 'XXX.idv.tw'(主機名稱位置); // MySQL hostname
$cfgServers[$i]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfgServers[$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfgServers[$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfgServers[$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfgServers[$i]['user'] = 'XXXXXX(mysql使用者名稱)'; // MySQL user
$cfgServers[$i]['password'] = '1234567'(mysql資料庫密碼); // MySQL password (only needed
// with 'config' auth_type)
$cfgServers[$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed
// at left frame
// It may also be an array
// of db-names
$cfgServers[$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
$cfgServers[$i]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
$cfgServers[$i]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
$cfgServers[$i]['relation'] = ''; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support
----------------------------
拜託了^^"
嘰哩咕嚕嘰哩咕嚕.........
回覆文章

回到「phpMyAdmin」