How to Set phpmyadmin Password on XAMPP Server

(Solved) How to set phpmyadmin password in xampp server

How to set phpmyadmin password

xampp

Step 1: Goto “D:\xampp\phpMyAdmin” and find “Config.inc.php” file
config.inc.php

Step 2: Edit “Config.inc.php” file in notepad++.
edit-config.inc.php
config.inc.php-in-notepad


Search for $cfg['Servers'][$i]['auth_type'] = 'config';

Replace it with $cfg['Servers'][$i]['auth_type'] = 'cookie';

Save “Config.inc.php” file

Step 3: Open your XAMPP control panel and start the Apache service and MySQL service.


XAMPP Control panel

Step 4: login in phpmyadmin using root and without password.

phpmyadmin
Step 5: Go to user accounts and edit root privileges.


Set-password-phpmyadmin

Step 6: Go to user accounts and edit root privileges.




Step 7: Set your password that you want, and logout phpmyadmin and re-login.

phpmyadmin-login-page

Enjoy your password setup successful.



SHARE

Ibrar Ansari

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment