Not able to connect with MySQL Database

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
kbpathak
Posts: 2
Joined: Fri 22 Apr 2011 09:05

Not able to connect with MySQL Database

Post by kbpathak » Fri 22 Apr 2011 09:13

Hi ALL,

I have used dotConnect for MySQL for my applcation with entity framework,my entire developement had been completed and test with my local database which is in our local server, now i want to publish my web application and need to connect with live database which is in live server.

when i try to open my application i got following error

Error : {"Can't connect to MySQL server on 'Live server IP here' (10061):\r\nServer did not respond within the specified timeout interval"}

Inner Exception :{"Server did not respond within the specified timeout interval"}

Please help me to short out this issue.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 22 Apr 2011 09:28

Please post here your connection string (roughly, without credentials).

Post Reply