Mark Lawrence

Members
  • Posts

    2
  • Joined

  • Last visited

Mark Lawrence's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Thank you Brian - I have submitted a Support ticket.
  2. 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!