各位大大.我是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會出現權限不夠.請大大們幫幫忙..感激不盡.謝謝
[問題]phpMyAdmin 2.5.1問題
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
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的訣竅:
1. 善用竹貓星球的搜尋功能,可以找到所有相似並解決的主題。
2. 簡單清楚的把你的問題打在主題上,讓懂的人一看就能了解。
3. 依照發文格式發文,能幫助大家比較容易的找出問題在那裡。
4. 一時沒有回應不表示沒人理你,大家都需要一點思考的時間。
5. 解決問題後請修改第一篇主題,並感謝曾經幫過你的高手們。
切記:PM並不能解決問題,版上發問可以集大家的意見,您的問題可能更快的被解決.....
↑蘿莉不在此限.......XD"

