Check out this
http://dev.mysql.com/downloads/connector/net/5.0.html this is a .Net MySql connector which is used much like you would use a SqlConnection or SqlCommand. I am not sure if they have added in the Visual Designer interface with the latest version or not but I know that programatically it works exactly the same way as the System.Data.SqlClient library does. Hope this helps you some.