how do I access phpmyadmin/Wampserver(interface) if I have assigned it a password, is there any page where you can input the password?
A:
When you access your host via an address which ends with phpmyadmin
, you will be prompted for the username and password you assigned. If you didn't specify a username, try 'root'
Try:
http://localhost/phpmyadmin/
This was from How to setup Your Own Wampserver
pavium
2010-02-10 05:01:47
my problem is how can I access it directly from the web browser if I have already put a password in it.Of course I can always change the password into no using mysql but the question is accessing it on the web browser.
2010-02-10 05:25:45
So why wouldn't the URL work? Presumably you put in at least a root password (for *mysql* , so give 'root' as the username, and whatever password you specified for root. Is `localhost` the problem?
pavium
2010-02-10 05:32:16