Tuesday, August 6, 2019

remove and clean mysql in linux

sudo apt-get remove --purge mysql*
sudo apt-get autoremove
sudo apt-get autoclean

This will gonna remove mysql and all related packages

No comments:

Post a Comment