usually , the default password is empty. Have you changed the password in mysql?
I mean if change your root password with command like SET PASSWORD=... etc..
then you need to change some file in phpmyadmin. Ok. Follow these steps.
1. First goto this location
http://localhost/phpmyadmin/scripts
Make sure, you are running the XAMPP server.
2. There you will see
setup.php file. Click on it.
You will see a page phpMyAdmin setup.
(or you can directly go to setup page with the link
http://localhost/php...ripts/setup.php )
3. Leave it there, and go to phpmyadmin folder in your desktop.(installation directory)
4. Create a folder with name
config in your phpMyAdmin directory.
5. Now goto your phpMyAdmin setup page and click on
Add button located at
servers.
Now you see the configuration.
6. You will see columns like Server hostname, server port etc......
Leave everthing as it is, and go to the column Password for config auth.
7. Now give your password there (the password for mysql) and click on
Add button.
Now a page will open, with a message New Server added.
Many buttons are located in that page.
8. And you see a Confuration column located below in that page. It has a SAVE button.
click on it.
Now a page will appear with "File Saved" message and "Configuration saved to
config/config.inc.php file.
9. OK. Now goto your
config folder in
phpMyAdmin directory and copy the
config.inc.php file
and paste it in phpMyAdmin directory. (parent directory of config) . And delete the
config directory.
(if it asks for replace, replace it)
Everything done........
Now open your phpMyAdmin page through your browser.(
http://localhost/phpmyadmin/)
Hope everthing works fine.
Let me know whether it is working or not.
Edited by xpress, 23 September 2008 - 12:01 PM.