Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Can you fix the MSI installer for windows so that people can install multiple instances ? Right now, when a machine has had MariaDB already, and using the the MSI installer would not allow to install another instance, instead its asking to fix, change, or remove only .
This request was sent to kb-admins
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Coping from the reply to the feedback form:
You can definitely run more than one MariaDB instance (i.e Windows service) on a single machine, and do it without MSI installer . Instead, there is a command line utility to accomplish a service installation relatively easily . It is described here http://kb.askmonty.org/en/mysql_install_dbexe/ .
Now, it is true that Windows installer supports multiple instance installations, and Microsoft even uses it for SQLServer setup. However this technology is not well documented and I also found that WiX (tool we use to produce MSI) does not have a good enough /easy to use support for multiple instances. Thus, currently mysql_install_db.exe is the way to go, but if someone provides patches for this multiinstance MSI feature we'll be happy to integrate them.
Best regards,
Vladislav Vaintroub