On Mon, Sep 5, 2011 at 4:17 AM, Vinod Kumar <kumarvinod...@gmail.com> wrote:
> just wanted to know that whether limit on "max_allowed_packet" is
> dependent on what?
> mysql or reviewboard or server on which both are installed

max_allowed_packet is a MySQL variable you set in /etc/my.cnf, or from
command-line. You need to increase it to allow large BLOBs, which are
probably the diffs in RB. I found max_allowed_packet=32M worked for
the ReviewBoard install I ran. You need to set it on the server
(mysqld) and the client (mysql) if you are doing dump restores.

-Anton

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to