max-allowed-packet Questions
15
Solved
I'm importing a MySQL dump and getting the following error.
$ mysql foo < foo.sql
ERROR 1153 (08S01) at line 96: Got a packet bigger than 'max_allowed_packet' bytes
Apparently there are atta...
Conciliatory asked 18/9, 2008 at 14:38
2
Solved
I was facing an issue during import SQL file on MySql database which is on AWS RDS, during import SQL file initial table was imported then suddenly it shows an error.
I know this error and I can...
Collinsia asked 18/7, 2018 at 7:22
1
Solved
I am trying to set 'max_allowed_packet' in 'my.cnf' which on my iMac is located in:
/usr/local/etc/
I've tried:
SET GLOBAL max_allowed_packet=1073741824;
I've also tried adding a section:
...
Celin asked 10/6, 2017 at 14:25
1
© 2022 - 2024 — McMap. All rights reserved.