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.

  1. open config.inc.php file in phpmyadmin directory
  2. find line 21: $cfg['servers'][$i]['password'] = ''
  3. change to: $cfg['servers'][$i]['password'] = 'your_password';
  4. restart xampp

source: http://ubuntuforums.org/showthread.php?t=1617399


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -