MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: Mysqld out of space
Posted by: Anthony Willard
Date: August 02, 2007 09:10AM

Will the mysqld process not start?

Can you login to the OS? If so, you can try removing some large files temporarily so that the processes will start. Look for any archive files, or other large files that are not used by running processes.

Since you know how you pumped your data in, you should be able to clean the table you used, something like "TRUNCATE TABLE mytable" - this will erase all data from table.

Or, you can try restoring from your most recent backup, that should bring down the disk consumption.

Options: ReplyQuote


Subject
Written By
Posted
August 02, 2007 07:21AM
Re: Mysqld out of space
August 02, 2007 09:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.