We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
If you ever want to remove MySQL Server 8 from your system (Ubuntu 20 in my case), you need to perform the following steps:
$ sudo apt-get remove --purge mysql-server-8.0 mysql-client-8.0 mysql-common -y
$ sudo apt-get autoremove -y
$ sudo apt-get autoclean
$ sudo rm -rf /etc/mysql
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.