i want to synchronize table A from database A with table B from database B..
i read somewhere that i can replicate with update or binlog but this would
update the whole database..
how can i use update log to update only certain tables and only the records
which was deleted/inserted/updated from
HI.
i want to syncronize two databases (one locally at my place, one at my isp)
with the same tables/fields.
like i call every xx houres a script and then the things i delete or add
gets added and deleted at my isp too or the other way arround.
is there allready a tool who does this ?
Rio
--