PHPmyadmin – Monitor MYSQL databases and tables
Create, delete, sort, search, export, import mysql tables and databases using an easy to use interface GUI
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
Download
Click here to download. Choose any version, I am currently using� 2.9
Install
Extract the downloaded file at c:/wwwroot/inetpub/phpmyadmin
Note: if wwwroot does not exist on your computer then probably you have to install a webserver. Click here to install IIS a windows web server.
Test
Now open your web browser (Internet explorer or firefox) and type http://localhost/phpmyadmin
It should be running and if its not lemme know!
Note: http://localhost/phpmyadmin should be equivalent to the name of folder the phpmyadmin contents are extracted in.