10060 connection lost when MyLoader is loading data
Posted: Wed 28 Jun 2017 06:15
Hello
I have met a strange problem, when I use TMyLoader to loading a large amount of data (1000 columns, 100k rows) into MySQL table, I will have an error of "Lost connection to MySQL server during query....Socket Error Code: 10060($274C)"
while searching this error code, this should happened during the connection establishment, while I have already connected to the MySQL server before TMyLoader.Load is called.
So I was wondering where could be the problem? Does TMyLoader will reconnect to MySQL server during the load? What interaction between TMyLoader and MySQL server can cause this 10060 error?
MySQL version: 5.6.14-log
MyDAC version: 8.7.27
Delphi: XE2
Windows: Win Server 2008 R2
I have met a strange problem, when I use TMyLoader to loading a large amount of data (1000 columns, 100k rows) into MySQL table, I will have an error of "Lost connection to MySQL server during query....Socket Error Code: 10060($274C)"
while searching this error code, this should happened during the connection establishment, while I have already connected to the MySQL server before TMyLoader.Load is called.
So I was wondering where could be the problem? Does TMyLoader will reconnect to MySQL server during the load? What interaction between TMyLoader and MySQL server can cause this 10060 error?
MySQL version: 5.6.14-log
MyDAC version: 8.7.27
Delphi: XE2
Windows: Win Server 2008 R2