In this articles describes how to use mysql connection string in vb.net. if you know how to use sql server connection string in vb.net then it is very easy. It is same as sql server connection string. Here I am using local mysql server as a DataSource that mean it will connect automatically to the local server
In this articles describes how to use mysql connection in vb.net. Here I am using ADO.net to connect mysql with vb.net. Add mysql.data reference to the reference folder and use it in your form.