I had the follow error in MySqlConnecction

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
serghio
Posts: 4
Joined: Thu 27 Jan 2005 20:32
Contact:

I had the follow error in MySqlConnecction

Post by serghio » Fri 28 Jan 2005 15:45

Error:
I will be trying conecct to hosting in the web..... but I can't do it

Serious

Post by Serious » Mon 31 Jan 2005 08:49

Please send us your connection string and full error message.

serghio
Posts: 4
Joined: Thu 27 Jan 2005 20:32
Contact:

Post by serghio » Mon 31 Jan 2005 09:01

the error is the follow:
error: Can't connect to MySQL server on 'mysql5.secserver.net' (10061)
mi cadena de conexion es:

Code: Select all

  cn = New MySqlConnection("Host=mysql5.secserver.net; User Id=miUI; password=miP; DataBase=miDB")

I'm used a hosting, in other place, there aren't problem for it?


Could you give me your yahooMessenger or MSNmessenger, please?

Serious

Post by Serious » Mon 31 Jan 2005 10:29

Try to use IP address of MySQL database host to which to connect.
Note that some hosts from considerations of safety allow to connect only
from "localhost".

serghio
Posts: 4
Joined: Thu 27 Jan 2005 20:32
Contact:

Post by serghio » Tue 01 Feb 2005 03:11

but, I needed to connect to this hosting..., I THINK IT'S POSIBLE TO MAKE, help me, please....

Serious

Post by Serious » Tue 01 Feb 2005 15:25

Did you try to connect to the server using IP address?
If you still cannot connect check server preferences, MySQL server configuration, correctness of your user id and password.

serghio
Posts: 4
Joined: Thu 27 Jan 2005 20:32
Contact:

Post by serghio » Thu 03 Feb 2005 19:24

what is the problem:
cn = New MySqlConnection("Host=mysql5.secserver.net; User Id=miUI; password=miP; DataBase=miDB")


in it's?

Serious

Post by Serious » Mon 07 Feb 2005 14:09

We think the problem is in your network configuration. We cannot give you advices in network administration.
Also we emphatically recommend you to use IP-address of your database host.

Post Reply