MySQL Forums
Forum List  »  General

Packets larger than max_allowed_packet are not allowed
Posted by: Enric Gili
Date: July 27, 2016 06:33AM

Good morning,

We are having several problems with this error:

Packets larger than max_allowed_packet are not allowed

Each time we see this error in our websites we have to restart de MySql Service.

Our software is developed in .Net 3.5 with the last mysql connector.
We have increased the max_allowed_packet=1G in the my.ini [mysqld] and checked if it really has this value with the show variables like 'max_allowed_packet'; query. It's still happening.

We don't have blobs, images and anything on our database big enoguh to to reach this value. The biggest value in our database is just 210K and we don't do almost inner join queries.

What should we do? We've tried everything... even adding the the max_allowed_packet=100M to the [mysql] section.

Why is this still happening?

Many thanks

Options: ReplyQuote


Subject
Written By
Posted
Packets larger than max_allowed_packet are not allowed
July 27, 2016 06:33AM


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.