17 messages in com.mysql.lists.gui-toolsRe: Select between two servers
FromSent OnAttachments
Tom Achtenberg22 Jul 2003 09:50 
Adam Hooper22 Jul 2003 10:01 
Tom Achtenberg22 Jul 2003 10:04 
Chad...@cexp.com22 Jul 2003 11:05 
Adam Hooper22 Jul 2003 11:23 
Tom Achtenberg22 Jul 2003 11:27 
Adam Hooper22 Jul 2003 11:32 
Adam Majer22 Jul 2003 22:58 
Adam Hooper23 Jul 2003 04:33 
Tom Achtenberg23 Jul 2003 07:18 
Adam Hooper23 Jul 2003 07:20 
Adam Majer24 Jul 2003 15:44 
Adam Hooper24 Jul 2003 17:20 
Tom Achtenberg25 Jul 2003 07:37 
Adam Hooper25 Jul 2003 07:39 
Adam Majer25 Jul 2003 09:55 
Adam Majer25 Jul 2003 09:59 
Subject:Re: Select between two servers
From:Adam Majer (ada@galacticasoftware.com)
Date:07/25/2003 09:59:49 AM
List:com.mysql.lists.gui-tools

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.