Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 ).
Solved! Go to Solution.
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.
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.
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.
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.
I have 159 G on my disk
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.