Start here: http://dev.mysql.com/doc/refman/5.5/en/connector-net.html[^] Connector/Net is MySQL's own library for connecting your .NET application to a MySQL database. The link above includes the documentation, software and tutorials. You will find it is essentially the same as using Microsoft's own Sql Server ADO.NET component. If you don't know what that is, search the google for ADO.NET and expect to spend a solid few days learning about Connections, DataAdapters, Commands, etc. Have fun!