Error when MySQL imports bulk data: (2006, ' MySQL server has gone away ')

Source: Internet
Author: User

Error occurred when MySQL imported data: (2006, ' MySQL server has gone away ')

Solution: The official explanation is that the appropriate increase in the max_allowed_packet parameter allows the client to transfer large data to the server side, allowing the system to allocate more extended memory for processing.

Set max_allowed_packet = 256M (1024*1024*256)

set global max_allowed_packet=268435456;

Use the set global command to modify the value of the Max_allowed_packet, which will expire after restarting MySQL and revert to the default value.

If you want to not restore after reboot, you can open the my.cnf file, add max_allowed_packet = 256M .

Error when MySQL imports bulk data: (2006, ' MySQL server has gone away ')

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.