You'll need to write your own routines to do that. There is no way to sync directly, such as 1:1 replication. The best you can hope for is to write an api that tells MySQL to do particular updates. If you want two way sync, then your app will not only need to listen for inbound, or at least poll data.
part of the problem is that MySQL and sqlite speak slightly different languages, or tongue better yet, and store the data differently. On Feb 11, 2016 8:35 AM, "J D" <myrights99 at hotmail.com> wrote: > Hello All: > I am using SQLite on IPAD and want to Sync\replicate SQLite data\database > to MySQL Server. > Want to know better way to do that if anyone of you have worked on this > kind of scenario. > Any help is greatly appreciated. > Thanking You in advance. > ThanksRegardsJay > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >