[問題]phpMyAdmin 2.5.1問題

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

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
pireer
星球公民
星球公民
文章: 44
註冊時間: 2004-02-17 09:43
來自: 風城

[問題]phpMyAdmin 2.5.1問題

文章 pireer »

各位大大.我是php新手.想請問一個問題.
安裝mysql4.0.17forwin之後.
在安裝phpMyAdmin 2.5.1
ie輸入http://192.168.1.3/phpMyAdmin-2.5.1/index.php.
出現:

錯誤
MySQL 傳回:
Access denied for user: 'root@pireer' (Using password: YES)

設定如下
$cfg['Servers'][$i]['host'] = '192.168.1.3'; // MySQL hostname
$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'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '123456'; // MySQL password (only needed

我也有依照之前文章做設定.可以登入.但phpMyAdmin會出現權限不夠.請大大們幫幫忙..感激不盡.謝謝
幻狼神威
竹貓忠實會員
竹貓忠實會員
文章: 389
註冊時間: 2002-10-29 01:54
來自: 薔薇幻境
聯繫:

Re: [問題]phpMyAdmin 2.5.1問題

文章 幻狼神威 »

pireer 寫: 錯誤
MySQL 傳回:
Access denied for user: 'root@pireer' (Using password: YES)
帳號密碼錯誤......
pireer 寫: $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '123456'; // MySQL password (only needed
應該是要改這兩行吧.......
[必看] phpBB 架站討論區發文規則與發問格式
學好phpBB的訣竅:
 1. 善用竹貓星球的搜尋功能,可以找到所有相似並解決的主題。
 2. 簡單清楚的把你的問題打在主題上,讓懂的人一看就能了解。
 3. 依照發文格式發文,能幫助大家比較容易的找出問題在那裡。
 4. 一時沒有回應不表示沒人理你,大家都需要一點思考的時間。
 5. 解決問題後請修改第一篇主題,並感謝曾經幫過你的高手們。


切記:PM並不能解決問題,版上發問可以集大家的意見,您的問題可能更快的被解決.....
   ↑蘿莉不在此限.......XD"
主題已鎖定

回到「phpBB 2 安裝與使用」