When trying to install MariaDB 10.1 in an Ubuntu 16.04 Server with previous MySQL installed, even purging MySQL with sudo apt-get purge mysql*
, I get this error message and the install process fail.
When trying to install MariaDB 10.1 in an Ubuntu 16.04 Server with previous MySQL installed, even purging MySQL with sudo apt-get purge mysql*
, I get this error message and the install process fail.
To ensure that everything is clean, you not only need to purge MySQL (and MariaDB) with:
But you also need to remove old MySQL config folders, with:
After these steps and correctly adding the MariaDB repositories, you can finally: