How can I connect to MySQL from windows forms?

c#, mysql, windows, winforms

Solution

Numerous sample of connection strings here : http://www.connectionstrings.com/

Problem

How can I connect to a MySQL database from Windows Forms?

Original source