Connect and insert data from my computer to server's MySQL DB table with the help of C#.NET – CPanel
I want to connect with a server's MySql DB(cpanel) . Though there are no errors every time I'm getting a message for Messegebox : unable to connect to any of the specified any of the MySql hosts. using MySql.Data.MySqlClient; connString…