MySQL Import sql file times error code:2013-lost connection to MySQL server during query

Source: Internet
Author: User
Tags mysql import



MySQL Sometimes we import SQL file, file too large, cause error code:2013-lost connection to MySQL server during query such errors



Do the following:


[SQL]View PlainCopyPrint?
  1. SHOW GLOBAL VARIABLES like   '%timeout ';
  2. SET   GLOBAL net_write_timeout=28800;
  3. SET   GLOBAL net_read_timeout=100;
  4. SET   GLOBAL connect_timeout=100;
  5. SET   GLOBAL long_query_time=100;
  6. SET   GLOBAL max_allowed_packet=5242880;

March 19, 2015 again, this problem was encountered.



Modify My.ini



Max_allowed_packet = 500M



All right






Teach you how to find My.ini files in your system



Start running services.msc The service found MySQL point attribute has an executable file path, always looking back, will appear my.ini the specific address of this file









MySQL Import sql file times error code:2013-lost connection to MySQL server during query


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.