Introduction
This article shows you how to install the MySQL Connector, create a MySQL database, and check the MySQL version.
Install MySQL Connector v.6.5.4 in Visual Studio 2012
Step 1. Open the MySQL Admin page "Create a new database".
Step 2. Select "Create a new database" > "Testdb".
Step 3. Select "Create a new Table" > "Student".
Step 4. View table student.
Step 5. Create a new project using "File" > "New" > "Project..." > "Console Application".
Step 6. Show Insert Console Application > "Add References"
Step 7. Online search MySQL.
Step 8. Here is the code for the Console Application
Step 9. Use the following Code in the Console Application
Step 10. Run the application.
Now the Create MySQL database, table and MySQL Connector is installed in Visual Studio 2012. I hope you enjoyed this article.