View Single Post
  #5 (permalink)  
Old 06-20-03, 11:35 AM
gizmoitus's Avatar
gizmoitus gizmoitus is offline
Niamh's Daddy
 
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
If you can't export and input one row sucessfully, then your problem with trying to export/import a large data set seems besides the point.

Any ways, your problem with a large query can only be fixed to my knowledge by adding a new setting to the mysql my.cnf file, which would have to be done by your hosting company.

The setting is: set-variable=max_allowed_packet=15m


In this example, I've increased the max_allowed_packet to be 15 megabytes in size. This would need to be roughly the size of whatever your insert statement from your export is.
Reply With Quote