I\'m very new to C# programming but would like to be able to access MySQL Databases (do not have the money for MS SQL)
However I have one question; I know you are re
you can use Package Manager to add it as package and it is the easiest way to do. You don't need anything else to work with mysql database.
Or you can run below command in Package Manager Console
PM> Install-Package MySql.Data
NUGET Mysql.Data