MySQL Forums
Forum List  »  Install & Repo

Re: Two VM start up the same mysql instance
Posted by: Barry Galbraith
Date: June 09, 2014 05:24PM

Don't do it.

Each MySQL server needs exclusive access to it's own files. Sometimes tables or parts of tables are read into memory, and changes made there. The tables are then written back to files as needed.

You don't want two servers working on different copies of the files.

What problem are you trying to solve?

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Two VM start up the same mysql instance
June 09, 2014 05:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.