10-14-2004, 08:40 PM
|
#4 |
Join Date: Mar 2004 Real Name: Paul Dobbins Location: Beaverton, OR, USA | | | actually scratch that. Its very simple and i'm shocked you didn't figure it out by now by doing a search on google or what have you -
Error code 28: No space left on device
If you get his error, you need to check all filesystems where MySQL operates. It may be single filesystem or as we recommend you can have datadir, tmpdir and log files split into dedicated filesystems. MySQL often creates temporary tables for some queries - most of them are placed in tmpdir, but some into database directory (e.g. ALTER TABLE). You must ensure, that there is enough free disk space available for MySQL
| |