AW: replication on single server

2003-03-24 Thread Brandl, Thomas
] 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 replicate several tables from one database to all other databases on the same machine, so

Re: AW: replication on single server

2003-03-24 Thread Joseph Bueno
, 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-replication Simply said, imagine this scenario

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 is

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.

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

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