By mistake, I executed this command "sudo find / -iname 'mysql*' -exec rm -rf {} \;" on my system (Ubuntu 16.04). Is there any way that I can recover the dependencies and install again mysql? I found this command here "https://help.cloud66.com/maestro/how-to-guides/databases/shells/uninstall-mysql.html".
Asked
Active
Viewed 54 times
0
-
That means all mysql related has been deleted from server. You have to reinstall mysql again. – Web Artisan Nov 16 '18 at 09:49
1 Answers
0
For anybody that will face this problem in the future (certainly hope not), I succeed to solve it via aptitude and recover one by one the dependencies.

Timos Amp
- 1
- 1