ibdata1 is eating up more and more of our /var partition. So can we just do this?:
-------------------
cd /home
mkdir /home/mysql
chown mysql:mysql /home/mysql
chmod 751 /home/mysql
cd /var/lib/mysql
service mysql stop
mv ibdata1 /home/ibdata1
ln -s /home/ibdata1 /var/lib/mysql/ibdata1
service mysql start
-------------------
Anything wrong with using the above described method?
Thanks for any help here.



LinkBack URL
About LinkBacks
Reply With Quote





