Mysql – Sharing the MySQL databases between two servers

databaseMySQL

On my computer I have Ubuntu as well as Windows (woe me!) installed. I got my apache servers on both of them to share the document root on a FAT32 drive. Ok, no big deal. But now I want to achieve the same thing with my database server – sharing the data directory.

So, my question is: Has anybody here ever achieved this or knows some bullet-proof description how to do it?

Best Answer

This post may be useful for you: Sharing MYSQL tables between Ubuntu/Windows

Related Topic