Php My Admin

How to change MySQL root password

  • Click Home
  • Click Privileges
  • Click the edit button next to the root user
  • Locate the Change Password section
  • Enter a new password and re-type it
  • Click Go

After this operation you will need to set the password in the config.inc.php located in the phpMyAdmin folder.

  • Open config.inc.php
  • Locate $cfg['Servers'][$i]['password'] = '';
  • Enter a value between ''
  • Save the file
  • Refresh your phpMyAdmin window