1. 程式人生 > >wamp修改MySQL密碼後PHPmyadmin報錯

wamp修改MySQL密碼後PHPmyadmin報錯

找到phpmyadmin的根目錄D:\wamp\apps\phpmyadmin4.1.14,找到config.inc.php這個檔案將其開啟
搜尋password , 在cfg[Servers][i][‘password’] = ’ ’ 中輸入你的密碼

/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
//$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'
][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '你的密碼';