phpMyAdmin 因為MySQL 密碼無法進入
發表於 : 2005-06-30 16:45:57
在 phpMyAdmin 的目錄下找到 config.inc.php 這個檔案開啟編輯
尋找
$cfg['Servers'][$i]['password'] = '你的密碼'; // MySQL password (only needed
把密碼加進去就可以了
尋找
$cfg['Servers'][$i]['password'] = '你的密碼'; // MySQL password (only needed
把密碼加進去就可以了