php - i reset my password for xampp localhost and now i cant get on phpmyadmin -
i new php , mysql may have obvious answer. reset password , when go phpmyadmin not allow me on saying: #1045 - access denied user 'root'@'localhost' (using password: no). know new password don't know tell let me on. specific instructions on how tell new password highly appreciated because said new subject. thank help.
you need update config file phpmyadmin.
- open config.inc.php file in phpmyadmin directory
- find line 21: $cfg['servers'][$i]['password'] = ''
- change to: $cfg['servers'][$i]['password'] = 'your_password';
- restart xampp
Comments
Post a Comment