Connect MySQL to ASP.Net Web App

From TRCCompSci - AQA Computer Science
Revision as of 19:22, 8 October 2024 by Admin (talk | contribs) (Created page with "==Install MySQL.Data== Using the Nuget Package Manager install the following: * MySql.Data; * MySql.Data.MySqlClient;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install MySQL.Data

Using the Nuget Package Manager install the following:

  • MySql.Data;
  • MySql.Data.MySqlClient;