Book a Demo

Author Topic: MySQL database replication  (Read 2515 times)

Luke Robertson

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
MySQL database replication
« on: April 13, 2011, 06:42:39 pm »
I am looking at replicating the EA database that is on currently MySQL.

Has anyone else done this? Does anyone know of any tools out there specific to EA for this?

thanks

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: MySQL database replication
« Reply #1 on: April 14, 2011, 09:59:17 am »
Quote
I am looking at replicating the EA database that is on currently MySQL.

Has anyone else done this? Does anyone know of any tools out there specific to EA for this?

thanks
What exactly do you mean by replication in this context?

Making a copy or master-slave as in MS Access Replication?

Transfer Project will make copies between technologies (such as MySQL to EAP).

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Luke Robertson

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: MySQL database replication
« Reply #2 on: April 14, 2011, 05:42:02 pm »
I mean master/slave replication for fail-over purposes.

However also a master/master replication to help with geographic location.