[SQL3.12] How can I connect to a MySQL database through .NET?

All Windows shared servers have the Connector/Net 6.0 connector, MySQL's fully managed ADO.Net provider, installed. The current version we use is 6.0.4.

Documentation on this connector is available from http://dev.mysql.com/doc/refman/6.0/en/connector-net-programming.html

Was this answer helpful?

 Print this Article

Also Read

[SQL3.07] How do I create a MySQL database?

If your account type includes MySQL databases, then log in to your Hosting cPanel v7.5 Control...

[SQL3.02] How can I manage my MySQL database?

Once you have created a database using your Hosting cPanel v7.5 Control Panel you will be able to...

[SQL3.05] How do I connect to my MySQL database?

A simple php script to open a connection to a database<?php$dbhost = 'localhost';$dbuser = 'db...

[SQL3.11] What are valid connection strings on the Windows platform?

MySQL:Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=myDataBase;User=myUsername;...

[SQL3.08] Is there a graphical interface available for MySQL?

MySQL Workbench is a GUI for MySQL - it can be downloaded from http://wb.mysql.com/ . It provides...