A
A
adrash kh2018-09-25 09:39:26
linux
adrash kh, 2018-09-25 09:39:26

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

2 answer(s)
H
Hanneman, 2018-09-25
@Zlatan77

Error in the studio.
Try like this:

sudo apt-get remove --purge mysql* -y
sudo apt-get autoremove -y
sudo apt-get autoclean

Then delete the configuration folder:
And then hardcore: find all the remaining files by mask and delete:
sudo find / -iname 'mysql*' -exec rm -rf {} \;

V
Vladislav Lyskov, 2018-09-25
@Vlatqa

what error?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question