Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello everyone,
I am trying to import data through MySQL queries. The query has Select, Inner Join, Left Join and Where clause. When I refresh, the query runs very slow and fetches less than 2000 records in a minute and after 10-12 minutes I am getting the below error.
I have connected to the server through VPN and the connection is stable only. Following by the above error message, the below load window show like this.
I tried many options and going clueless how to fix this one. Can any of you help me with the solution?
Thanks
Solved! Go to Solution.
Hi, @murugesh_c
Your error typically means the connection to your MySQL server is being disrupted. This can be due to:
Possible solutions include:
if these doesn't help, try creating the connection from the scratch.
Proud to be a Super User!
Hi @murugesh_c ,
Does your problem solved by @rubayatyasmin 's solution? If so, please kindly accept the helpful reply as solution. Otherwise you can try the following suggestion:
Best regards,
Community Support Team_yanjiang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @murugesh_c
Your error typically means the connection to your MySQL server is being disrupted. This can be due to:
Possible solutions include:
if these doesn't help, try creating the connection from the scratch.
Proud to be a Super User!
In addition to @rubys solution, I set the Command timeout to 90 minutes while importing data as shown in the screenshot below.