Uninstall or Remove MySql 5.7 from Ubuntu 20.04 LTS.
Uninstall or Remove MySql from Ubuntu 18.04 LTS and Ubuntu 20.04 LTS Introduction Hey in this tutorial we are going to tell you how you can completely remove or uninstall MySQL of any version from Ubuntu 18.04 LTS and Ubuntu 20.04 LTS. In this tutorial we are removing MySQL 5.7 , if you have different MySQL version then you can replace it. Note:- Before uninstalling or removing MySQL make sure you have taken your database backup. Also Read:- How to Install MySQL 8.0 on Ubuntu 20.04 LT S. Also Read:- How to install Mysql 5.6 on Ubuntu 18.04 LTS. Also Read:- How to install MySQL 5.5 on Ubuntu 20.04 LTS. Also Read:- How To Install Linux, Apache, MySQL, PHP (LAMP) on Ubuntu 16.04, Ubuntu 18.04 and Ubuntu 20.04 Prerequisites:- Need root user privileges. Uninstall Mysql Server sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-core-5.7 mysql-client-core-5.7 sudo apt-get remove --purge mysql* sudo apt-get purge mysql* sudo apt-get remove dbconfig-mys...