Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I want to create application in asp.net with mysql database.
I did search but could not able to figure out the correct way.
Can anyone help me out with following problems:

1. How i can install mysql database for ASP .NET
2. In my machine,I have sql server 2008 is installed, installation of mysql would effect on sql server 2008.
3. Is there any DLL for Mysql as we have for sql like sqlclient.

Please help me in this regard.

Thanks in Advance.
Posted
Updated 22-May-11 19:49pm
v2

The steps are nicely described here[^].
 
Share this answer
 
Hi,

Its very easy work with MySQL as if you already work with SQL Server.

First download the latest version from the following link.

http://dev.mysql.com/downloads/mysql/[^]


After installing it will give the MySQL.Data.DLL namespace.

Add this .dll to your solution and work as you work with SQL Server.

The above namespace,having all classes as there in System.Data.SQLClient.

Refer the following links.

1. http://dev.mysql.com/doc/refman/5.1/en/connector-net-ref-mysqlclient.html[^]

2. http://dev.mysql.com/downloads/[^]

Regards,
Kiran.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900