how to uninstall mysql server on ubuntu code example
Example 1: remove mysql
sudo apt-get remove --purge mysql* -y
sudo apt-get autoremove -y
sudo apt-get autoclean
Example 2: uninstall mysql ubuntu
sudo apt-get remove --purge mysql*
sudo apt-get remove --purge mysql* -y
sudo apt-get autoremove -y
sudo apt-get autoclean
sudo apt-get remove --purge mysql*