ä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
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
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
> 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
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
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