Entry
What are the issues with having several MySQL instances over the same file system?
Should I use replication or have several MySQL instances running over the same file system?
May 13th, 2000 02:07
Nathan Wallace, Sasha Pachev
The reason the above is not the best thing to do is the file locking
issues. File locking is very slow. Another problem is that this set up
is not very well tested.
It would be much better to run one instance of myslqd per server, have
several servers, and use replication.