How to Set phpmyadmin Password on XAMPP Server?
Step 1: First open your XAMPP control panel and start the Apache service and MySQL service.
Step 2: Now open your browser and type localhost and click phpMyAdmin under tools option in right sidebar.
Step 3: Now phpMyAdmin login without any password.
Step 4: Goto “C:\xampp\phpMyAdmin” and find “Config.inc.php” file
Step 5: Open “Config.inc.php” file in Text editor like Notepad++.
Step 6: Find the line $cfg [‘Servers’] [$a] [‘auth_type’] = ‘config’; in “config.inc.php” file.
Step 7: 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.
Note: your default database name is “root“.
Step 8: 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.
Step 9: Now you can see “change password” link. please click that link.
Note: notice under phpMyAdmin title, logout icon is visible.
Step 10: Set your phpMyAdmin password and retype again and press GO button.
Finally you can set PhpMyAdmin password successfully on XAMPP server.
Visit full blog
https://www.youtube.com/watch?v=b2-5Yniv5ys
No comments:
Post a Comment