I have a MySql database that I have defined on my cPanel page. I have also added the IP of my home gateway to the internet as an Remote SQL connection. I am developing a C# application to be able to rapidly enter data into a table on my MySql database. I have a local MySql user assigned to the data and I provide a connection to my hawkhost domain IP, port as 3306, the database name, the MySql user and password I have created, and attempt to connect, however I get an application error "Unable to connect to any of the specified MySQL hosts". Any idea on how I can get this connection error corrected?
Thanks!