Hello!
I have created a database and uploaded my website to my site and it works fine, but when I try to stablish a MySQL connection from an interface I programmed in C#, it fails and it shows the message: "unable to connect to any of the specified hosts"...what am I doing wrong?? I'm using the following command to connect to MySQL...It does work with localhost in my computer....but it doest´t work with my webpage.
MySqlConnection conexion_global_MySQL = new MySqlConnection("Data Source=http://65.99.205.174:3306; Database=mexatronic_controldeaccesos;User ID=X;Password=***");
Could you please help me to figure out how to connect my C# application with my webpage?
Thanks
I have created a database and uploaded my website to my site and it works fine, but when I try to stablish a MySQL connection from an interface I programmed in C#, it fails and it shows the message: "unable to connect to any of the specified hosts"...what am I doing wrong?? I'm using the following command to connect to MySQL...It does work with localhost in my computer....but it doest´t work with my webpage.
MySqlConnection conexion_global_MySQL = new MySqlConnection("Data Source=http://65.99.205.174:3306; Database=mexatronic_controldeaccesos;User ID=X;Password=***");
Could you please help me to figure out how to connect my C# application with my webpage?
Thanks