Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Mysql Has Gone Away
I get the following when attempting to import data:
Job started at Wed Oct 18 12:31:47 2006
ERROR: 2006, MySQL server has gone away
ERROR: Import aborted…
But when I leave the Migration Toolkit wizard, I can access that table.
What gives?
I've attached the Job file (usercontact.txt)
We would get that message when the data in one of the tables is too large or has line feeds in it. Check your log to see which table bombed out.
@to both of you!
To me it looks either like a networking issue of some kind or a MySQL configuration issue (max_allowed_packet ?).
How do you connect? HTTP-tunnel, direct connection?
Any idea about how we can have 'hands on' this
1) a more detailed test case
2) remote access to both ODBC data and MySQL
If max_allowed_packet in server configuration is low (like 1 M) then please try to raise the value. 32M, 64M for instance!