I get the following error "Lost connection to MySQL server query
Socket error on read. WSAGetLastError return 10054($2746)"
Client Side:
MyConnection1
property
Connection Timeout : 300
CharSet : euckr
Compress: false
Direct : true
Embedded:false
keepDesignConnected:true
MyQuery
CommandTimeout : 0
FetchAll : false
Server Side: Renux
Socket 10054 Error
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Re: Socket 10054 Error
check file my.ini on mySQL server...mydac4std wrote:I get the following error "Lost connection to MySQL server query
Socket error on read. WSAGetLastError return 10054($2746)"
Client Side:
MyConnection1
property
Connection Timeout : 300
CharSet : euckr
Compress: false
Direct : true
Embedded:false
keepDesignConnected:true
MyQuery
CommandTimeout : 0
FetchAll : false
Server Side: Renux
try the variables:
connect_timeout = 99999999
interactive_timeout = 99999999
net_read_timeout = 99999999
net_write_timeout = 99999999
slave_net_timeout = 99999999
wait_timeout = 99999999
max_connections = 99999999
max_user_connections = 99999999
I had this problem, later that I changed the variable, I was ok.