|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to socket problem errorHi,
I develop one application using .net and mysql 5.0.The following error message diplayed . A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied how to solve the issue Regards T.A.krishna Krishna,
Can you give some more information about your problem, maybe even a stack trace? On the surface it sounds like your problem is the socket connection to the mysql service. You get errors like this when one of the following happens: 1) Your mysql server is not fully started. 2) You did not give your IP address access to the mysql server in the config files. 3) mysql blew up during a request. -David Sandor Show quote "Krishna" wrote: > Hi, > I develop one application using .net and mysql 5.0.The following error > message diplayed . > A request to send or receive data was disallowed because the socket is not > connected and (when sending on a datagram socket using a sendto call) no > address was supplied > > how to solve the issue > > Regards > T.A.krishna Thanks dsandor
I give the ip address for the mysql server in my Application webconfig file. I used ping command the ip address connected. But the mysql admin doesn't connect to the same ip address. How to solve the issue Regards T.A.Krishna Show quote "dsandor" wrote: > Krishna, > > Can you give some more information about your problem, maybe even a stack > trace? On the surface it sounds like your problem is the socket connection > to the mysql service. You get errors like this when one of the following > happens: > 1) Your mysql server is not fully started. > 2) You did not give your IP address access to the mysql server in the config > files. > 3) mysql blew up during a request. > > -David Sandor > > "Krishna" wrote: > > > Hi, > > I develop one application using .net and mysql 5.0.The following error > > message diplayed . > > A request to send or receive data was disallowed because the socket is not > > connected and (when sending on a datagram socket using a sendto call) no > > address was supplied > > > > how to solve the issue > > > > Regards > > T.A.krishna |
|||||||||||||||||||||||