Home All Groups Group Topic Archive Search About

how to socket problem error

Author
10 Jan 2007 12:20 PM
Krishna
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

Author
10 Jan 2007 3:49 PM
dsandor
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
Author
11 Jan 2007 6:02 AM
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

AddThis Social Bookmark Button