Skip to content

mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' when dumping table xxx #1600

Answered by pczartoryski
pczartoryski asked this question in Q&A
Discussion options

You must be logged in to vote

As a quick workaround I found it possible by setting config/databases.php like this :

'mysql' => [
  dump' => [
    'addExtraOption' => '--max_allowed_packet=1073741824',
  ]
]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pczartoryski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1599 on October 26, 2022 17:26.