Answer the question
In order to leave comments, you need to log in
How to remove mysql completely from a computer?
Good afternoon. Please help me to completely remove mysqk from my computer. I have Ubuntu. I've been googling for two days and can't figure out how to do it. Always after entering a command, the console displays an error. Please, help.
Answer the question
In order to leave comments, you need to log in
Error in the studio.
Try like this:
sudo apt-get remove --purge mysql* -y
sudo apt-get autoremove -y
sudo apt-get autoclean
sudo find / -iname 'mysql*' -exec rm -rf {} \;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question