From: Chris Date: March 11 1999 11:09pm Subject: Re: Database Synchronization Methods? List-Archive: http://lists.mysql.com/mysql/84 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Better yet, doesn't mysql support this type of logging (And it only logs SQL statements that actually modify the database). --Chris > > I'm wondering if SQL supports some "native" method for > >synchronizing two databases with identical structures. As I > > You could write a log from your PC application that writes your > alterations as SQL statements. Then just run these against the "remote" > db.