In this article I will explain with an example, how to install
MySql.Data library from
Nuget package in Visual Studio.
Downloading MySql.Data package
You will need to install the MySql.Data package using the following command.
Install-Package MySql.Data –Version 9.0.0
Once the package is installed, a success message will be displayed.