how to use update/binlog for replication

2001-02-04 Thread mn_rio
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

how to syncronize two mysql databases ?

2001-01-31 Thread mn_rio
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 --