Yes, you can use MySQL with C#.
You can connect to the database by using ODBC driver and the
System.Data.Odbc namespace.
Search with Google for tutorials on how to connect to the database as
there are some on the web.
Here is one:
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=576