A Step-by-Step Guide To Using MySQL with ASP.NET – Part 2
By Ziran Sun
The first part of this article illustrated how to install and configure the MySQL Database Server, install and use the MySQL Administrator, create a new database, and create and populate a new sample table with some sample data.
Now that the database server is up and running, this part of the article will complete our coverage of using MySQL with ASP.NET by covering how to:
- Add a new MySQL user.
- Assign the new user the appropriate permisions to the database.
- Connect to the MySQL server from .NET.
- Build a simple ASP.NET page to query the database.


