7
use phpmyadmin to manage your databases.
Download it
HERE.
I believe there is a html doc to guide you through. You'll need to modify the config file.
Extract the phpmyadmin and put the folder in the root of your webdocs.
For Apache, look at the httpd.conf file in the Apache/Apache2/conf directory. There is a line to set your document folder:
DocumentRoot "C:/public_html"
Make this where every you want on your system. If it is left blank, the default is Apache/Apache2/htdocs