From: Simon J Mudd Date: August 29 2008 6:10am Subject: Re: Thoughts on MySQL replication List-Archive: http://lists.mysql.com/replication/1424 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Jeremy@stripped ("Jeremy Zawodny") writes: > Simon, > > You're right about the two bits. And the idea of a replication proxy has > been floating around for years now. But so far I've not seen anyone build > it... I assume therefore it's because for most people there's no need: simple 1:N replication is fine. To write the code probably means stripping the "database code" out of the existing server and to know how to do that requires a good knowledge of the source. Simon