How to Configuring phpMyAdmin on Windows Azure?
phpMyAdmin is a web based tool for administering MySql databases. It can be used to create, edit,delete tables, export/import/backup data and many other tasks. phpMyAdmin is a adequate tool for all MySql db administration needs in Windows Azure. This post describes how to install and configure phpMyAdmin on Windows Azure Web Sites. 1. Create an empty site First you’ll need to create a new site in Windows Azure. Create an empty site using “Quick Create” option in Windows Azure Portal: 2. Link the site with a MySql database If you already have a MySql database or need to create one then use the Linked Resources page to link that database with your site. Once the database is linked get the connection string by using the “View conneciton strings” link on the site’s dashboard page: You will need the information…

