I\'m trying to run the VACUUM command on my database, but I seem to run out of space:
> sqlite3 mydatabase.db \"VACUUM\"
Error: database or d
To allow the VACUUM command to run, change the directory for temporary files to one that has enough free space.
SQLite's documentation says the temporary directory is (in order):
SQLITE_TMPDIR environment variable; orTMPDIR environment variable; or/var/tmp; or/usr/tmp; or/tmp; or., the current working directory