![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I need to set up multiple MySQL instances on the same host for one of our customers. As far as I see I could go with: |
|
1. mysqld_multi 2. MySQL Sandbox This should be a long term solution for an enterprise class production environment. Any comments and suggestions - pros, cons and real world experience are very welcome! Thanks Dimitre |
#3
| |||
| |||
|
|
Radoulov, Dimitre wrote: Hi all, I need to set up multiple MySQL instances on the same host for one of our customers. As far as I see I could go with: why ? what is wrong with multiple databases and one instance? |
#4
| |||
| |||
|
|
Radoulov, Dimitre wrote: Hi all, I need to set up multiple MySQL instances on the same host for one of our customers. As far as I see I could go with: why ? what is wrong with multiple databases and one instance? |
#5
| |||
| |||
|
|
I need to set up multiple MySQL instances on the same host for one of our customers. As far as I see I could go with: 1. mysqld_multi |
|
2. MySQL Sandbox |
#6
| |||
| |||
|
|
"Radoulov, Dimitre"<cichomitiko (AT) gmail (DOT) com> wrote: I need to set up multiple MySQL instances on the same host for one of our customers. As far as I see I could go with: 1. mysqld_multi This sucks and often malfunctions 2. MySQL Sandbox And this is not for productive use Just RTFM for what has to be configured to have multiple instances running on one machine. Then write the respective number of my.cnfs and create multiple instances of /etc/init.d/mysqld It's not rocket science |
#7
| |||
| |||
|
|
Hi, we need to migrate an already existing environment which currently uses the RedHat Cluster with active/passive nodes to a new VM without the clustering software (VMware HA solutions will be used, it will be different, I know). There are 3 separate mysql instance/cluster resources. I don't know the original motivation for this separation, but I suppose that the customer wants to be able to stop/start (patch, upgrade ...) the different resources autonomously ... |
#8
| |||
| |||
|
|
Hi, we need to migrate an already existing environment which currently uses the RedHat Cluster with active/passive nodes to a new VM without the clustering software (VMware HA solutions will be used, it will be different, I know). There are 3 separate mysql instance/cluster resources. I don't know the original motivation for this separation, but I suppose that the customer wants to be able to stop/start (patch, upgrade ...) the different resources autonomously ... If you have a recent Linux kernel, you could also try kernel-level para-virtualisation (it probably has another name, but I don't know it). You can separate a process with it from other processes. It's a kind of elegant chroot. |
![]() |
| Thread Tools | |
| Display Modes | |
| |