I have a mysql db in my box. Can I replicate it to another db on the same box?
ie, the same box would be both master and slave(s).
Are there other ways of achieving this? (I'm thinking pointers/references, because it's in the same db system)
|
I have a mysql db in my box. Can I replicate it to another db on the same box? ie, the same box would be both master and slave(s). Are there other ways of achieving this? (I'm thinking pointers/references, because it's in the same db system) | |||
|
feedback
|
|
Yes, you can. Just run each instance on a different port. | |||
feedback
|