MySql Workbench Loses Connection with Long Running Query
I'm trying to import a large file (105 million rows, 5 columns) into mySQL using Load Data Infile and I keep getting Error Code: 2013 Lost connection to MySQL Server.
My question is two parts:
How long is reasonable to extend the timeout so this doesn't happen?
Will the Query Keep running even if MySQL Workbench isn't responding?