Host installed my server's DirectAdmin with MariaDB, but I need MySQL...
I've changed mysql_inst from mariadb to mysql, but now when I run custombuild it tells me this:
How can I uninstall MariaDB?
It was installed with custombuild, so it's not available for apt-get remove or anything.
dpkg -l doesn't show anything MariaDB or MySQL related.
Server is running Debian Jessie.
Any nudge in the right direction would be appreciated. Thanks.
I've changed mysql_inst from mariadb to mysql, but now when I run custombuild it tells me this:
Code:
mysql_inst=mysql is set in the options.conf, but MariaDB is currently installed
If you wish to use MySQL, please remove MariaDB and install MySQL before setting CustomBuild to manage it.
How can I uninstall MariaDB?
It was installed with custombuild, so it's not available for apt-get remove or anything.
dpkg -l doesn't show anything MariaDB or MySQL related.
Server is running Debian Jessie.
Any nudge in the right direction would be appreciated. Thanks.