Ralf Koellner wrote:

> Hi,
>
> Is it possible to replicate just some tables instead of a whole mysql
> database? A replication of the whole database would be not necessary in
> my case.  It would be a one-way replication (means slave won't update
> master).

You can use 'replicate-do-table' on slave side to restrict replication
to some tables.
BTW, replication is ALWAYS one way: slaves receive their updates from
the master.

>
>
> Furthermore:
> Is there a cheep tool taking care of that (without changing the design
> of the master database)?
>
> Thank you in advance,
>
> Ralf Koellner
>
Hope this helps
-- 
Joseph Bueno


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to