I need to sync 2 mysql databases without using mysqldump.
I have an edit database and a live datbase that need to be in sync with each other.
Is this possible using the mysqlbinlog command?
Thank in advance, Dave