1 頁 (共 2 頁)

[問題]phpMyAdmin 2.2.6的密碼問題!!

發表於 : 2002-06-11 19:45
penny
$cfgServers[$i]['host'] = 'localhost';
$cfgServers[$i]['port'] = '';
$cfgServers[$i]['socket'] = '';
$cfgServers[$i]['connect_type'] = 'tcp';
$cfgServers[$i]['controluser'] = '';
$cfgServers[$i]['controlpass'] = '';
\n$cfgServers[$i]['auth_type'] = 'http'; (config, http or cookie based)?
$cfgServers[$i]['user'] = 'root';
$cfgServers[$i]['password'] = 'root123';
------------------------------------------------------------------------
在$cfgServers[$i]['auth_type'] = 'http';
不管是改成 "http" or "cookie" 只要輸入任何帳號,且不輸密碼就能進入phpMyAdmin
請問要怎樣才能解決ㄚ??

發表於 : 2002-06-11 19:50
ze
在dos下用\r
mysql -u root -h xxx.xxx.xxx.xxx(ip)
進去後打
set password=password('ooxx');

發表於 : 2002-06-11 19:55
小竹子
設定config
因為他本來就是讀取config檔

發表於 : 2002-06-11 19:56
penny
ze 寫:在dos下用\r
mysql -u root -h xxx.xxx.xxx.xxx(ip)
進去後打
set password=password('ooxx');
我在我的電腦作測試ㄟ
我在ms-dos下執行
c:\mysql -u root
出現錯誤!!
我已在說明白一些嗎!!
當我是小白ㄇㄟˋ

發表於 : 2002-06-11 20:02
小竹子
看不懂你什麼意思?

發表於 : 2002-06-11 20:12
penny
是在C:\mysql\bin\
下直行指令ㄇ??
^^|||

發表於 : 2002-06-11 20:13
penny
小竹子 寫:設定config
因為他本來就是讀取config檔
這樣一來任何人不是都可以進入了ㄇ

發表於 : 2002-06-11 20:17
小竹子
你去找一下我有貼兩三篇關於設定的回覆
裡面有設定的方式就可以限定必須要登入帳號密碼

發表於 : 2002-06-11 20:26
小竹子

發表於 : 2002-06-11 20:44
penny
^^|||
謝謝~~小竹子

發表於 : 2002-06-11 22:24
penny
任何主機 - 任何使用者
注意: MySQL 權限名稱會以英語顯示
執行 主機 使用者 密碼 權限
編輯 刪除 Grants % root 否 Select Insert Update Delete Create Drop Reload Shutdown Process File Grant References Index Alter
編輯 刪除 Grants localhost root 是 Select Insert Update Delete Create Drop Reload Shutdown Process File Grant References Index Alter
------------------------------------------------------------------------------
這兩行有什麼不同ㄚ??
藍色那行ㄉ主機為%代表什麼意義??
我可以刪除藍色那行麼??
THX

發表於 : 2002-06-11 22:37
小竹子

發表於 : 2002-06-11 22:44
penny
有沒有中文的ㄚ
^^|||||||||||||||

發表於 : 2002-06-11 22:53
小竹子

自己看看
不然用搜尋引擎找

發表於 : 2002-06-12 11:33
penny
$cfgServers[$i]['auth_type'] = 'http'; <---設為http
我要登出系統 (*) 中,跳出視窗輸入帳號跟密碼,我都填入後,輸入三次後出現如下
-------------------------------
歡迎使用 phpMyAdmin 2.2.6
錯誤的使用者名稱或密碼,拒絕存取
-------------------------------

這是正常的登出ㄇ?? :-?

THX