Is there a way to create the connection the same way i would a sql connection? click the create new data source then new connection then create one for mysql database? Sorry this is such a broad question im just new to connecting to MySQL from c# winforms.
Have a look at downloading the MySql Connector. It's just some wrappers that allow you to connect in much the same way as if you were connecting to a Sql Server database.