Accessing MySQL on VB.NET using MySQL Connector/Net, Part V: Install MySQL Connector Net
Programming, VB.NET March 6th, 2009Install MySQL Connector Net
From last 4 parts, I have prepared MySQL Server with sample database. I’ve done on a database PC. Next, I’ll move to a development PC. Assume that I have already installed Microsoft Visual Studio 2005 already. Now I need to download and install MySQL Connector/Net 5.2 on a Development PC which is a library for connect to MySQL Server from .NET Application.
You can see index of this series at Accessing MySQL on VB.NET using MySQL Connector/Net, Part I: Introduction
Setup MySQL Connector Net 5.2.5
- Download MySQL Connector/Net 5.2 from mysql.com.
- Extract the downloaded file “mysql-connector-net-5.2.5.zip” on a Development PC.
- Execute the downloaded file “MySql.Data.msi”. On Setup Welcome Screen, click Next.

- On Choose Setup Type, click on Typical.

- On Ready to install MySQL Connector Net 5.2.5, click Install.

- When Setup has completed, click Finish.

- You can view the document of MySQL Connector Net 5.2.5 from Start -> Programs -> MySQL -> MySQL Connector Net 5.2.5 -> Documentation.

- This is the screen shot of documentation.

Related post
- Accessing MySQL on VB.NET using MySQL Connector/Net, Part III: Install Sample Database Install Sample Database You can download example databases for MySQL at http://dev.mysql.com/doc (Scroll down to Example Databases section). By the...
- Accessing MySQL on VB.NET using MySQL Connector/Net, Part I: Introduction Introduction Here comes again, tutorial about programming to access a database server. This tutorial shows you how to use Microsoft...
- Accessing MySQL on VB.NET using MySQL Connector/Net, Part IV: Create & Grant MySQL User Account Create & Grant MySQL User Account By default, the root account on MySQL Server has all privileges on every tables...
- Accessing MySQL on VB.NET using MySQL Connector/Net, Part II: Setup MySQL Server Setup MySQL Server This section I’ll show how to setup MySQL Server on a database PC. You can see index...
- Accessing MySQL on VB.NET using MySQL Connector/Net, Part VIII: Display Result on GUI Introduction Actually, I don’t prepare to write this post while I was writing the series. But there are some people...
Related posts:




November 17th, 2011 at 1:39 pm
You can’t think how much time ive been googling because of this. Through seven pages of Aol results without finding anything at all. One search on Bing. There this is… Have to start using this more regularly