|
Description: If you’ve installed it, launch your C# compiler/IDE. Next, open the project you want to add MySQL support to.
Now, go to the Project menu => Add Reference. Under the .NET tab look for MySQL.Data under “Component Name.” Click “OK” and were are ready to start coding.
|