Re: AW: replication on single server

2003-03-24 Thread Joseph Bueno
ärz 2003 19:19 An: Brandl, Thomas; [EMAIL PROTECTED] Betreff: Re: replication on single server At 10:49 +0100 3/14/03, Brandl, Thomas wrote: > Hey everybody, I want to replicate several tables from one database to all other databases on the same machine, so to say a table-level-replicati

AW: replication on single server

2003-03-24 Thread Brandl, Thomas
DuBois [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 14. März 2003 19:19 > An: Brandl, Thomas; [EMAIL PROTECTED] > Betreff: Re: replication on single server > > > At 10:49 +0100 3/14/03, Brandl, Thomas wrote: > > > Hey everybody, > >> > >> I want to re

Re: replication on single server

2003-03-14 Thread Paul DuBois
At 10:49 +0100 3/14/03, Brandl, Thomas wrote: > Hey everybody, I want to replicate several tables from one database to all other databases on the same machine, so to say a table-level-replication Simply said, imagine this scenario: A MySQL server with about 10 databases: A and 1 to 9. Databas

replication on single server

2003-03-14 Thread Brandl, Thomas
> Hey everybody, > > I want to replicate several tables from one database to all other > databases on the same machine, so to say a table-level-replication > Simply said, imagine this scenario: > A MySQL server with about 10 databases: A and 1 to 9. > Database A contains a 'special' table that i

Re: replication on single server

2003-02-28 Thread gerald_clark
Databases are neither slave nor master, servers are. A master may have many slaves, but a slave may have only one master. Brandl, Thomas wrote: Hey guys, Simply said, imagine this scenario: A MySQL server with about 10 databases: A and 1 to 9. Database A contains a 'special' table that is supp

replication on single server

2003-02-28 Thread Brandl, Thomas
Hey guys, Simply said, imagine this scenario: A MySQL server with about 10 databases: A and 1 to 9. Database A contains a 'special' table that is supposed to be replicated to all other databases on the same machine, so it is kinda like the master database. So how do I tell MySQL which databas