Occasionally, mysql is installed in the wrong filesystem, and as the data build, the filesystem runs out of space. Moving the database is relatively straight forward
1. Ensure there is a good, recent backup. Take an extra backup to be on the safe side
2. Decide where the files will be moved to and create any subdirectories as required. Ensure the permissions are correct
cd /local/mysql
mkdir data
chown mysql:mysql data
root@compnode04[mysql] ls -ltr
…
[Read more]