简体   繁体   中英

Can't Export DB With Mysql Dump Error 2020:

Having trouble creating a database backup on shared hosting where I do not have control over mysql config.

The error I'm receiving is:

mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table `wp_postmeta` at row: 870

Is there a workaround or a script I can use to dump the DB in a more optimal state?

You can increase 'max_allowed_packet' value like this

shell> mysql --max_allowed_packet=512M

For detail info see documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM