Change Mysql data directory
We can change mysql data directory by doing the following steps. + Stop the mysql service. #/etc/init.d/mysql stop + Create a directory in /home directory (Normally /home contains large disk space) # mkdir /home/var_mysql + Move the mysql data directory to new location i.e., /home/var_mysql # mv /var/lib/mysql /home/var_mysql +… Continue Reading Change Mysql data directory