Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: crossdevPosted on 2009-01-15 at 11:43:39ID: 23386914
With WAMP you should have Apache and PHP set up. If Apache is running hit your server by using IE or FF at address http:/localhost/ You can access PHP My Admin which will allow you interact with the MySQL DB at this address
/
http:/localhost/phpmyadmin
From there you can log in with root and no password. The default password for root is empty if I"m not mistaken. Then goto the mysql database, which stores the data for the operation of mysql. Do a
Select * from users;
This will show you the users configured. Note that the password will be a hash not the clear text password.