/dev/sda6 1012M 33M 928M 4% /tmp
I need to increase the size of the /tmp partition, probably to 2 to 4 GB. I have a huge database and I am trying to create a full-text index on several fields and I keep getting a warning that I'm out of space in the /tmp directory. The only thing I use this server for is to manage the huge database.
How do I increase the /tmp partition? Can I move it to the backup drive? Can I make mysql use another directory for the temporary files?
Any help would be greatly appreciated.
I'm not familiar with partitioning but I'm great with vi