(Solved) How to set phpmyadmin password in xampp server
How to set phpmyadmin password
Step 1: Goto “D:\xampp\phpMyAdmin” and find “Config.inc.php” file
Step 2: Edit “Config.inc.php” file in notepad++.
Search for $cfg['Servers'][$i]['auth_type'] = 'config';
Replace it with $cfg['Servers'][$i]['auth_type'] = 'cookie';
Step 3: Open your XAMPP control panel and start the Apache service and MySQL service.
Step 4: login in phpmyadmin using root and without password.
Step 6: Go to user accounts and edit root privileges.
Step 7: Set your password that you want, and logout phpmyadmin and re-login.
Enjoy your password setup successful.
0 comments:
Post a Comment