Unless I've lost my mind, the issue is that you're using the SqlConnection
and you should be using the MySqlConnection. You can get that library from http://dev.mysql.com/downloads/connector/net/. It's a completely different assembly that you need to include in your project.
SqlConnection
connects to a Microsoft SQL Server.