MySQL Forums
Forum List  »  General

Re: Disk is full writing (Errcode: 122). Waiting for someone to free space.
Posted by: Rick James
Date: May 07, 2014 09:59AM

> tmpfs 4030892 0 4030892 0% /dev/shm

You ran out of temp space.

Plan A: Change tmpdir

Plan B: Figure out what query is causing the error, and redesign it so that it does not need such a big tmp table. Show us the query, plus SHOW CREATE TABLE.

Options: ReplyQuote


Subject
Written By
Posted
Re: Disk is full writing (Errcode: 122). Waiting for someone to free space.
May 07, 2014 09:59AM


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.