Updates:
A forum for everyone🌍
Posted by Urguy
- Sep 08, 2024, 03:18 PMQuote from: Shereefah on Sep 08, 2024, 02:54 PM"(/tmp/#sql-temptable-1....MAI); waiting for someone to free some space... (errno: 28 "No space left on device")"This did the trick, thanks guys. The website works fine now.
Go to your file manager and check for a folder named "tmp", delete all the .sql files therein, you can also delete other temporary files to clear up more space.
Posted by Urguy
- Sep 08, 2024, 02:57 PMQuote from: Shereefah on Sep 08, 2024, 02:54 PM"(/tmp/#sql-temptable-1....MAI); waiting for someone to free some space... (errno: 28 "No space left on device")"Ok, I'll do that now
This seems to be a space error related to the "tmp" folder.
There's usually a temporary file generated automatically by mysql each time you perform an operation, and they are usually named .sql, hence indicating "#sql" in the error displayed.
Ensure you backup first, you can then go to your file manager and check for a folder named "tmp", delete all the .sql files therein, you can also delete other temporary files to clear up more space. Most of the time, they are no big of a deal, the files there are temporary.
Posted by Shereefah
- Sep 08, 2024, 02:54 PM"(/tmp/#sql-temptable-1....MAI); waiting for someone to free some space... (errno: 28 "No space left on device")"
This seems to be a space error related to the "tmp" folder.
There's usually a temporary file generated automatically by mysql each time you perform an operation, and they are usually named .sql, hence indicating "#sql" in the error displayed.
Ensure you backup first, you can then go to your file manager and check for a folder named "tmp", delete all the .sql files therein, you can also delete other temporary files to clear up more space. Most of the time, they are no big of a deal, the files there are temporary.
This seems to be a space error related to the "tmp" folder.
There's usually a temporary file generated automatically by mysql each time you perform an operation, and they are usually named .sql, hence indicating "#sql" in the error displayed.
Ensure you backup first, you can then go to your file manager and check for a folder named "tmp", delete all the .sql files therein, you can also delete other temporary files to clear up more space. Most of the time, they are no big of a deal, the files there are temporary.
Posted by Urguy
- Sep 08, 2024, 02:35 PMQuote from: Congra on Sep 08, 2024, 02:32 PMCheck your database disk, it might be full.No, it's not. I can share a screenshot with you. My disk is still vary spacious, I currently use way less than the total space.
Posted by Congra
- Sep 08, 2024, 02:32 PMCheck your database disk, it might be full.
Posted by Urguy
- Sep 08, 2024, 02:30 PMI get this message in my website's error log, it happens when trying to login. There's usually an error message displayed at the user's end too, telling the user to contact administrator. Although, it gives access upon the second login attempt but the database error message keeps showing up on my error log.
"Database Error: Disk full (/tmp/#sql-temptable-1....MAI); waiting for someone to free some space... (errno: 28 "No space left on device")"
"Database Error: Disk full (/tmp/#sql-temptable-1....MAI); waiting for someone to free some space... (errno: 28 "No space left on device")"