Currently using:
WHM 11.23.2 cPanel 11.23.6-R27225
REDHAT Enterprise 5.2 i686 on standard - WHM X v3.1.0
Our /var directory is over 90% full, even though the /home directory is less than half full. This is due to all the large databases being kept by the hosted accounts in /var/lib/mysql
And the databases in /var are growing every day. The /var directory will probably fill up to 100% early next week.
Okay, so how about if we solve this using a symlink, like this?:
mv /var/lib/mysql /home/mysql
ln -s /home/mysql /var/lib/mysql
Any problem with that for a solution?
Thanks much.
WHM 11.23.2 cPanel 11.23.6-R27225
REDHAT Enterprise 5.2 i686 on standard - WHM X v3.1.0
Our /var directory is over 90% full, even though the /home directory is less than half full. This is due to all the large databases being kept by the hosted accounts in /var/lib/mysql
And the databases in /var are growing every day. The /var directory will probably fill up to 100% early next week.
Okay, so how about if we solve this using a symlink, like this?:
mv /var/lib/mysql /home/mysql
ln -s /home/mysql /var/lib/mysql
Any problem with that for a solution?
Thanks much.
Last edited: