MySQL Forums
Forum List  »  Optimizer & Parser

Need to increase packet size in MySQL
Posted by: Ashvin Ravi Shankar
Date: November 25, 2011 12:08AM

Hi All,

I am storing Microsoft Documents in MySQL tables.I am able to save document of size lesser than 5MB.However if the document size is more than 5MB, I get an error that "max_allowed_packet" size is lesser.

I had googled to find the answer and i found the following way to change the packet size

shell> mysql --max_allowed_packet=32M

I dont understand what this "shell>" is about.can anyone tell me where to type this command.Is it the windows command prompt or in the MySQL command prompt.If so how to type this command?.

Can someone help me over this issue please

Thanks and Regards
Ashvin RaviShankar.V

Options: ReplyQuote


Subject
Views
Written By
Posted
Need to increase packet size in MySQL
2493
November 25, 2011 12:08AM
1247
November 26, 2011 08:53AM


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.