Lost connection to MySQL server during query Socket error
Posted: Tue 26 Aug 2008 21:52
I get following error:
"Lost connection to MySQL server during query Socket error on write. WSAGetLastError return 10054($2746)"
An other connection via mysql console client has worked very well.
The program had accessed the datatabse with a query before, that works very well.
If the mysql server is on a linux machine all works very well.
But if mysql on localhost (winxp sp3) is used this error occurs while executing a mycommand1.execute.
I had read the answer of Antaeus to the post of crafty from Fri Mar 14, 2008 1:39 pm.
This does not solve my problem because I use mycomand.
"Lost connection to MySQL server during query Socket error on write. WSAGetLastError return 10054($2746)"
An other connection via mysql console client has worked very well.
The program had accessed the datatabse with a query before, that works very well.
If the mysql server is on a linux machine all works very well.
But if mysql on localhost (winxp sp3) is used this error occurs while executing a mycommand1.execute.
I had read the answer of Antaeus to the post of crafty from Fri Mar 14, 2008 1:39 pm.
This does not solve my problem because I use mycomand.