How sync the MYSQL database to remote server and from remote to desktop server
        Posted  
        
            by qulzam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by qulzam
        
        
        
        Published on 2010-05-22T06:43:34Z
        Indexed on 
            2010/05/22
            6:50 UTC
        
        
        Read the original article
        Hit count: 282
        
I make a application, which has to interfaces. one is desktop and other is web application. both have their own databases (which are same is structure). 
I want to sync the database from desktop to remote server and also from remote server to desktop but i have no idea that how it does. 
I use the MYSql database. and my desktop application is in .NET
NOTE: There are more than one destop systems who update their databases and also sync databases.
© Stack Overflow or respective owner