MySQL Batch write data error: Mysql_query:lost connection to MySQL server during query

Source: Internet
Author: User

Scene:

Error when writing data to MySQL Replace in bulk.

Workaround:

1. Increase the value of Max_allowed_packet in MySQL database configuration

Max_allowed_packet = 1G (default is 1M, maximum 1G only)

2. Check the query timeout parameter set in the MySQL connection function in your code:mysql_opt_read_timeout, you can set a larger point

    

The query time-out is 3 times times the Optvalue. That's 10*3=30s.

If Mysql_opt_reconnect () is set, then mysql_query () can be automatically re-connected.

See also: https://www.cnblogs.com/joeblackzqq/p/5614948.html

MySQL Batch write data error: Mysql_query:lost connection to MySQL server during query

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.