On Fri, Jul 25, 2003 at 10:39:31AM -0400, Adam Hooper wrote:
Either you'll have to make a script to do it manually, or you may be
able to search around on Google and Freshmeat and find something. It
won't be happening in MySQL anytime soon.
And if it does, they better let people disable these types of "features"
at compile time. I'll be the first to turn them off on all production
machines (or I'll just stick with the 3.x series... :)
Tom Achtenberg wrote:
How about a little simpler one I use where I select into from a table on
one server into a table on another server. A kind of selective
replication without having all the hassle of setting up replication. In
MS SQL I can use select * from server.dbo.database.table into
server2.dbo.database.table I would like to do that in MySQL too.