Merge "Clean /etc/mysql when calling clean.sh"

This commit is contained in:
Jenkins
2014-03-17 23:38:39 +00:00
committed by Gerrit Code Review

View File

@@ -23,6 +23,7 @@ function cleanup_database_mysql {
stop_service $MYSQL
apt_get purge -y mysql*
sudo rm -rf /var/lib/mysql
sudo rm -rf /etc/mysql
return
elif is_fedora; then
if [[ $DISTRO =~ (rhel7) ]]; then