Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Sadicko/94c4aeadfd8df717f76f1e94d34d2da6 to your computer and use it in GitHub Desktop.
Save Sadicko/94c4aeadfd8df717f76f1e94d34d2da6 to your computer and use it in GitHub Desktop.
[How to set phpmyadmin password on xampp] #phpmyadmin #xampp
  1. Goto "phpmyadmin" folder, find and open "config.inc.php" file
  2. Find the line: $cfg [‘Servers’] [$a] [‘auth_type’] = ‘config’; in “config.inc.php” file.
  3. Change the word $cfg [‘Servers’] [$a] [‘auth_type’] = ‘config’; to $cfg [‘Servers’] [$a] [‘auth_type’] = ‘cookie’; in “config.inc.php” file and Save the changes.
  4. Now open browser and type “localhost/phpmyadmin”. Enter username is “root“. password is null means empty. you don’t type anything leave blank and press GO button.
  5. Now you can see “change password” link. please click that link.
  6. Set your phpMyAdmin password and retype again and press GO button.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment