Hi,
ich habe einen MySQL - Backupserver der für mehrere Master-Server
eine Replikation übernehmen soll. Ist es möglich MySQL mehrfach zu starten so dass für jeden Master eine eigene Instanz auf dem Slave existiert?
Slave für mehrere Master
Re: Slave für mehrere Master
Ja, Du musst allerdings jeder Instanz unterschiedliche Port, Socket und Datadir zuweisen...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Slave für mehrere Master
Mit dem in mysqldump.azundris.com beschriebenen Script ist das ganz leicht.Joe User wrote:Ja, Du musst allerdings jeder Instanz unterschiedliche Port, Socket und Datadir zuweisen...