PHP Classes

What is the best PHP sqlite synchronize with mysql class?: Synchronize a local sqlite with a MySQL server

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP sqlite synchroni...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP sqlite synchronize with mysql class?

Edit

Picture of Paula Cecilia by Paula Cecilia - 8 years ago (2016-02-25)

Synchronize a local sqlite with a MySQL server

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I would like to synchronize a local database (sqlite) with a server database (mysql). The action must be executed once a day.

Ask clarification

1 Recommendation

PHP Database Synchronize Tables: Synchronize tables between two database using PDO

This recommendation solves the problem.
This recommendation does not solve the problem.

+4

Picture of Manuel Lemos by Manuel Lemos Reputation 23770 - 8 years ago (2016-02-26) Comment

This class can do that for you using PDO, so it can virtually connect to any type of local database and synchronize it with any type of remote server database using the appropriate PDO driver.

The class operates on record by record basis, so it can synchronize with the destination tables without truncating them first.


Recommend package
: 
: