Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Thursday, October 24, 2019

How to Uninstall/Remove MySQL/PHP DB From Ubuntu, LinuxMint and Debian

October 24, 2019
How to Uninstall/Remove MySQL/PHP DB From Ubuntu, LinuxMint and Debian
MySQL Uninstallsudo apt-get remove --purge mysql-server mysql-client mysql-common mysql-server-core-5.5 mysql-client-core-5.5sudo rm -rf /etc/mysql /var/lib/mysql /var/lib/mysqlsudo apt-get autoremovesudo apt-get autocleanPHP Uninstallaptitude search php5sudo apt-get -y purge php.*sudo apt-get autoremovesudo apt-get autocle...