Reclaim disk space from /tmp caused by long running mysql daemon

This commit is contained in:
Rafael da Fonseca 2015-06-26 01:16:05 +02:00
parent c980003c37
commit e8c0c8f849
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password passwor
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password your_password'
sudo apt-get -q -y install mysql-server > /dev/null
#Restart mysql if running to release deleted file locks on filesystem, if aready running
sudo status mysql | grep start && sudo stop mysql
sudo start mysql
echo -e "\nInstalling Development tools: "