Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rhashhab
Frequent Visitor

Getting an error message after refreshing data on Power BI Desktop

Dears All, 

I was refreshing data on Power BI Desktop App I got this error message : 

MySQL: Error writing file '/tmp/MYfd=201' (OS errno 28 - No space left on device)

 

How can I solve this issue by detailed steps ? (My PC system is Windows ).

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @rhashhab ,

Please have a try.

 This is a memory issue on the server and not the client. When you query on the DB, the database creates temp files in system temp of the MySQL sever. If the system temp gets filled up, you would get this error. 

 

clear the system temp folder on the MySQL server. 

- The default location can be changed from /tmp to a different location by setting --tmpdir attribute in the mysqld command or setting tmpdir system variable
- you can avoid this error to some extent by restricting the number of records returned, avoiding ORDER clause (this stages all the records and then sorts) 
 
 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @rhashhab ,

Please have a try.

 This is a memory issue on the server and not the client. When you query on the DB, the database creates temp files in system temp of the MySQL sever. If the system temp gets filled up, you would get this error. 

 

clear the system temp folder on the MySQL server. 

- The default location can be changed from /tmp to a different location by setting --tmpdir attribute in the mysqld command or setting tmpdir system variable
- you can avoid this error to some extent by restricting the number of records returned, avoiding ORDER clause (this stages all the records and then sorts) 
 
 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@rhashhab , Seems like there is not enough space on your hard disk having MySQL. Please free up some space

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I have 159 G on my disk 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.