How to forcefully remove MySQL and MariaDB from Ubuntu 16.04, without `apt-get` and `dpkg`?
问题 By wrong uninstalling MariaDB , I've lost working instance of MySQL and MariaDB in my Ubuntu 16.04 system... I've broken the dependencies so much, that I can not uninstall or install MySQL or MariaDB , using apt-get , or dpkg ... All the following commands failed: apt-get [install -f] [update] [remove] [purge] [autorove] [clean] [check] and options with dpkg such as: dpkg --remove --force-remove-reinstreq mysql also don't help me. Manually downloading the package and attempting to install