MySQL Forums
Forum List  »  Newbie

Re: MySQL 5.7 Help!!
Posted by: Peter Brawley
Date: June 19, 2019 07:40PM

Is the last para at https://dev.mysql.com/doc/refman/5.7/en/packet-too-large.html relevant ...

You can also get strange problems with large packets if you are using large BLOB values but have not given mysqld access to enough memory to handle the query. If you suspect this is the case, try adding ulimit -d 256000 to the beginning of the mysqld_safe script and restarting mysqld.

If not, let's see the Show Create table stmt for the table on which the error is occurring, the dump stmt that is eliciting the error, and the exact error message.

Options: ReplyQuote


Subject
Written By
Posted
June 19, 2019 06:24PM
Re: MySQL 5.7 Help!!
June 19, 2019 07:40PM
June 21, 2019 01:47AM
June 21, 2019 05: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.