Connecting to a MySQL 5.x Database using Web Matrix
Once you've created your database and are ready to publish your database from your development environment to the hosted environment you'll want to use the following connection string: 1 Server=mysql.webmatrix-appliedi.net;Database=YOUR DATABASE NAME HERE;Uid=YOUR DATABASE USER HERE;Password=YOUR DATABASE PASSWORD HERE; <!-- -->