1 頁 (共 1 頁)

[Windows]修改phpMyAdmin config問題

發表於 : 2003-05-27 17:21
cgilm
Windows xp(sp1) , appserv 2.0(apach1.3.2+PHP 4.3.1+MySQL 4.0.12 +PHP-Nuke 6.5+phpMyAdmin 2.4.0) , phpBB2.0.4

我按教學文件庫里的[教學]phpMyAdmin 登入config
去修改phpMyAdmin 登入config,
1)$cfg['PmaAbsoluteUri'] = 'http://takeneko.no-ip.com/phpMyAdmin/';
改成$cfg['PmaAbsoluteUri'] = 'http://140.xxx.xxx.xxx/phpMyAdmin/';

2)MySql 管理帳號yyyyy,MySql 管理密碼 也改好。

3)按教學改成$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?

$cfg['Servers'][$i]['user'] = ''; // MySQL user


我在用http://140.xxx.xxx.xxx/phpMyAdmin/   作登入時
是有跳出要求登入密碼\r
但登入後出現\r

伺服器 localhost
錯誤
MySQL 傳回:
Access denied for user: 'yyyyy@127.0.0.1' (Using password: YES)


沒有出現phpMyAdmin的主網頁,
請問各位前輩是什麼原因?如何改正?
謝謝!

注:沒有改是正常有主網頁出現的,只是沒有密碼很不安心。

[問題]解決了!

發表於 : 2003-05-28 15:24
cgilm
問題決解了!
是先要在phpMyAdmin 2.4.0權限里設好'使用者和密碼',
之前是錯用MySQL install時的'使用者和密碼',
再按上述小竹子前輩的方法去設定。 :-P

Re: [問題]解決了!

發表於 : 2003-06-08 15:09
ansonku
cgilm 寫:問題決解了!
是先要在phpMyAdmin 2.4.0權限里設好'使用者和密碼',
之前是錯用MySQL install時的'使用者和密碼',
再按上述小竹子前輩的方法去設定。 :-P
請問一下這是什麼意思 我也遇到這種問題