Merge "fix mysql clean on ubuntu"

This commit is contained in:
Jenkins 2015-01-14 15:28:23 +00:00 committed by Gerrit Code Review
commit 3a94866668

View File

@ -23,7 +23,7 @@ function cleanup_database_mysql {
if is_ubuntu; then
# Get ruthless with mysql
stop_service $MYSQL
uninstall_package mysql-server mariadb-server
uninstall_package mysql-common mariadb-common
sudo rm -rf /var/lib/mysql
sudo rm -rf /etc/mysql
return