Use upstart to start mysql and get rid of the warnings

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
Rafael da Fonseca 2015-06-19 13:56:05 +02:00 committed by Daan Hoogland
parent e52f3ab932
commit 348bd2f3cc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ 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
sudo /etc/init.d/mysql start
sudo start mysql
echo -e "\nInstalling Development tools: "
RETRY_COUNT=3