MySQL Forums
Forum List  »  NDB clusters

max_allowed_packet for Cluster
Posted by: Adam D
Date: August 18, 2005 01:42AM

What is a good recommended packet size for cluster mysql servers.

# mysql -u username -ppassword database < dump.sql
ERROR 1153 (08S01) at line 36: Got a packet bigger than 'max_allowed_packet' bytes

This dump has many rows and was dumped with all rows in 1 insert statement. and gave the above error when attempting to dump it into cluster. Which brings me to the following;
Whats the default packet size so I can set the -O flag in mysqldump
&
What is a good packet size to set for cluster mysql servers.

Options: ReplyQuote


Subject
Views
Written By
Posted
max_allowed_packet for Cluster
2618
August 18, 2005 01:42AM
1621
August 18, 2005 05:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.