I\'m having problem trying to access the MySQL server (I\'d like to replace a table with another) provided as part of the Windows Azure service. I have downloaded the publis
You can get the full connection string from the dashboard of your Azure Web Site
Then you can use those credentials in a MySQL administration program, such as MySQL Workbench.