How to use MySQL in a common form?

0

I'm having trouble using a MySQL database that I have on a host (bluehost) in a C # application, I would like to view the tables in an application but I can not connect to the DB, I already installed the connector, only the following message appears

  

unable to connect to any of the specified mysql hosts

How do I proceed?

    
asked by anonymous 18.11.2014 / 15:38

1 answer

-1

It's a bit vague question, but by the message possibly the host in the connection string is wrong.

Or even the database port may be different from the default port (standard port 3306), and some hosts exchange that port or also limit the database access to specific ips.

    
27.04.2017 / 15:10