Laravel Community Tools by
Tighten
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Remove MySQL
10 years ago
ruigomes
un-tested
Clone
bash
Copy
service mysql stop killall -9 mysql killall -9 mysqld apt-get -y remove --purge mysql-server mysql-client mysql-common apt-get -y autoremove apt-get -y autoclean deluser mysql rm -rf /var/lib/mysql apt-get -y purge mysql-server-core-5.5 apt-get -y purge mysql-client-core-5.5 rm -rf /var/log/mysql rm -rf /etc/mysql
Comments
No comments yet.
Log in
to leave a comment.