How to Connect a MySQL Database using ASP.NET

How to Connect a MySQL Database using ASP.NET

This post describes using ASP.NET/MySql.Data to connect to a MySQL Database. A few important things you need before you get started: Knowledge of computer programming. Microsoft® Visual Studio .NET. MySql Connector/NET on your development computer. For more information, click here. Knowledge of MySql and specifically the MySql.Data Namespace. A setup MySql Database. Connecting to a MySQL Database using ASP.NET Find your…