Re: replication / table copy question

2003-07-03 Thread Krasimir_Slaveykov
Hello Kevin, Thursday, July 03, 2003, 12:28:38 AM, you wrote: For example you can do this: /with Perl/ Make connection to first database , then fill data from table source in array, then make connection to another database and fill data from array to another table. K> Hello, K> I have two mys

Re: replication / table copy question

2003-07-02 Thread Jeremy Zawodny
On Wed, Jul 02, 2003 at 02:28:38PM -0700, Kevin wrote: > Hello, > > I have two mysql databases running on different hosts - the database are > similiar in structure. I would like to copy specific tables from one db to > another db on a scheduled basis. > > Is there a command to replicate a table