Ubuntu is one of the widely used Linux distributions. Many people, including me, started my Linux journey with it. It is one of the best Linux operating systems for familiarizing yourself with the ...
Installing MySQL 5.5.51 on Ubuntu 16.04 and 18.04 Uninstall any existing version of MySQL $ sudo rm /var/lib/mysql/ -R Delete the MySQL profile $ sudo rm /etc/mysql/ -R Automatically uninstall mysql $ ...