phpMyAdmin: #1153 got a packet bigger than ‘max_allowed_packet’ bytes

Sometimes when importing database into MySQL, you may face with the error message of “#1153 got a packet bigger than ‘max_allowed_packet’ bytes”

To resolved this issue in phpMyAdmin, simply increased max_allowed_packet to 16MB in MySQL configuration file: my.ini. For example:

#max_allowed_packet = 1M
max_allowed_packet = 2M

This entry was posted in Networking, Software. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>