Hello
i have the /tmp file set to 2 Gb , and i get errors about mysql can't create tmp files , when i check the partition i get the fallowing info
when i enter the /tmp folder i found is just 17Mb usage
what is the probleme here ? the df usage is not the same as th du usage ? any idea or road to go ?
Note i have the mysql tmp dir set to /tmp .
i have other servers with the same configuration but has not the tmp usage probleme .
i have the /tmp file set to 2 Gb , and i get errors about mysql can't create tmp files , when i check the partition i get the fallowing info
Code:
[email protected] [/tmp]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md2 916G 459G 411G 53% /
/dev/md1 508M 29M 455M 6% /boot
tmpfs 4.0G 0 4.0G 0% /dev/shm
/usr/tmpDSK 2.0G 1.9G 21M 99% /tmp
Code:
[email protected] [/tmp]# cd ..
[email protected] [/]# cd /tmp
[email protected] [/tmp]# du -sh
17M .
[email protected] [/tmp]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md2 916G 459G 411G 53% /
/dev/md1 508M 29M 455M 6% /boot
tmpfs 4.0G 0 4.0G 0% /dev/shm
/usr/tmpDSK 2.0G 1.8G 81M 96% /tmp
Note i have the mysql tmp dir set to /tmp .
i have other servers with the same configuration but has not the tmp usage probleme .