Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Mysqldump: Error 2020: Got packet bigger than 'max

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Today, I found an error during the mysqldump backup of the company's confluence.

[root@confluence mysqldump] # mysqldump-- max_allowed_packet=1G-u root-p-B-F-R-x confluence | gzip > / mysqldump/confluence_$ (date +% Y%m%d_%H%M%S) .sql.gz

Mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table `QPR` at row: 5659

[root@confluence mysqldump] # vim / etc/my.cnf

Add as follows

Max_allowed_packet=512M

[root@confluence mysqldump] # service mysqld restart

The second kind of online:

Mysqldump-- max_allowed_packet=1G-u root-p$PASSWD-B-F-R-x confluence > / mysqldump/confluence_$ (date +% Y%m%d_%H%M%S). Sql

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report