Hello everyone! I'm new to C# and have many questions in mind. One of my questions is How can I use MySql Database in my c# project? Currently I am using *SQL as database server but I am facing difficulties in SQL Syntax and have no much knowledge in SQL so, I want to migrate my projects to MySql. If anybody have a solution, please help me! Thanks in advance!
You can add MYSQL Reference by using NuGet.
Simply open NuGet and search for MySql.Data and install it to your project.
Then use MySqlConnection object instead of SqlConnection in your c# project