Merge "Clean /etc/mysql when calling clean.sh"
This commit is contained in:
commit
0230b75ffc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user