My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FAQ  
Frequently asked questions.
Featured
Updated Feb 4, 2010 by ehrenkr...@gmail.com

How do I fix this error:_mysql_exceptions.OperationalError: (1153, "Got a packet bigger than 'max_allowed_packet' bytes")

If you get this MySQL error, you can either lower INSERT_BUFFER_SIZE in UpdateDBHelper.py, or increase MySQL's "max allowed packet" size. To do this, edit the /etc/my.cnf file (or Windows equivalent) and add something like the following to the [mysqld] section:

max_allowed_packet = 16M


Sign in to add a comment
Powered by Google Project Hosting