Cannot connect mysql server from ftp server
-
I have deployed a project in ftp location. It is a .net with mysql application. But i am trying to open the site getting the execption like the following "Unable to connect to any of the specified MySQL hosts.***********System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 174.143.28.30:3306 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at MySql.Data.Common.StreamCreator.CreateSocketStream(IPAddress ip, Boolean unix) at MySql.Data.Common.StreamCreator.GetStream(UInt32 timeout) at MySql.Data.MySqlClient.NativeDriver.Open() " But i could connect the remote mysql server from my local application.Its working fine at time.. If anybody knows why this occur,please replay .Thanks in advance
-
I have deployed a project in ftp location. It is a .net with mysql application. But i am trying to open the site getting the execption like the following "Unable to connect to any of the specified MySQL hosts.***********System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 174.143.28.30:3306 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at MySql.Data.Common.StreamCreator.CreateSocketStream(IPAddress ip, Boolean unix) at MySql.Data.Common.StreamCreator.GetStream(UInt32 timeout) at MySql.Data.MySqlClient.NativeDriver.Open() " But i could connect the remote mysql server from my local application.Its working fine at time.. If anybody knows why this occur,please replay .Thanks in advance
so this problem doesn't happen when you connect to the localhost but when you try from a other pc to connect to the server it doesn't work?