MySQL Forums
Forum List  »  Partitioning

Re: database has run out of space
Posted by: Phil Hildebrand
Date: January 07, 2009 09:12PM

That's not really the kind of partitioning this forum is for, but most likely you have logs getting too big if it's /var and you have a typical 'nix system.

could be a couple things:

If your mysql home is in /var, you can shutdown mysql, copy everything to some other directory/partition, and create a soft link to the new location

If your query joins are too big and your are sorting to disk, it could be that your sort area is in /var, ( mysql> show variables like '%tmpdir%' ) you can just set the tmpdir variable to a larger partition

Options: ReplyQuote


Subject
Views
Written By
Posted
5864
January 07, 2009 10:15AM
Re: database has run out of space
2941
January 07, 2009 09:12PM


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.