I get this error after ever automated cpbackup. Got it two years ago - get it now as well on a brand new machine. The only way to not get it is to disable cpbackup.
I get this error after ever automated cpbackup. Got it two years ago - get it now as well on a brand new machine. The only way to not get it is to disable cpbackup.
You can use perror to see what MySQL error codes mean. Error code 28 from MySQL means that a partition is full:
You have a full partition, likely /var if MySQL is using the default /var/lib/mysql as its data directory, or also possibly /tmp. You will need to look at the usage of your partitions and make sure there is plenty of room for MySQL to write to in both its data directory and in /tmp.Code:# perror 28 OS error code 28: No space left on device
For hands-on assistance, please reference our new support information page: Where should I go for support?
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation - Find cPanel hosting
-- Jared Ryan, Technical Analyst, cPanel Technical Support