Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

uninstall mysql server ubuntu

$ sudo systemctl stop mysql
$ sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
$ sudo apt-get autoremove -y
$ sudo apt-get autoclean
$ sudo rm -rf /etc/mysql /var/lib/mysql
Source by www.linuxshelltips.com #
 
PREVIOUS NEXT
Tagged: #uninstall #mysql #server #ubuntu
ADD COMMENT
Topic
Name
7+1 =