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 VI: Create Connection Create Connection After I have prepared many things for showing how to access MySQL Server using VB.NET. Let’s see what...
Related posts:



