Closed Ramoonus closed 1 month ago
Hello,
Can you elaborate on your suggestion? Are you proposing an option to choose between installing MySQL or MariaDB during the Virtualmin installation?
Hello,
Can you elaborate on your suggestion? Are you proposing an option to choose between installing MySQL or MariaDB during the Virtualmin installation?
Exactly! Some (web-based) applications run better on one or the other. Real difference for VM would be mostly in the installation prompt and most administrative things can easily be made for both
We currently allow installing MySQL manually, but it must be pre-installed (without performing any configurations) before running the Virtualmin installation script.
I tried to install it afterwards by removing MariaDB but I had to spin a new server to be successful
I tried to install it afterwards by removing MariaDB but I had to spin a new server to be successful
You can do it afterward if done correctly. First, completely remove MariaDB, including manually deleting /var/lib/mysql
directory, then install MySQL and run:
virtualmin-config-system -i MySQL
thank you, but wasn`t clear to me from the documentation
New feature request Functionality should be similar, only package names are different, and config files are stored in another location but should be relatively easy to implement