Error code: 2013. Lost connection to MySQL server during query
I am using MySQL Workbench. In addition, I run the insert package, about 1000 lines in total ( INSERT INTO mytable SELECT * FROM mysource1; INSERT INTO mytable SELECT * FROM mysource2;...mysource3...mysource4 times 1000 times). Each batch takes a significant amount of time, some of them more than 600 seconds.
How to set up a workstation, continue working in one night without stopping or losing a connection?
sql mysql mysql-workbench connection-timeout
Omar Mar 29 '13 at 22:40 2013-03-29 22:40
source share