I want to update my templatetiger[1] database with a longer running mysql import query.
I use jsub for it:
"jsub -mem 1000m public_html/einspielen.sh"
So I start "einspielen.sh" with following content to start mysql:
mysql -h tools-db --local --database=s51071__templatetiger_p < ~/public_html/einspielen.sql
The sql-file is with 126 kB not small, but it works in the past.
But after some time I get:
"ERROR 2013 (HY000) at line 23: Lost connection to MySQL server during query"
What can I do?