I developed a python program that must stored datas into a mysql db. I would that this db, is on remote server but on the computer, where the program runs, sometimes I don't have internet connection available. So, I use a local db but I would that every hour my program synchronize the local db on db in remote server. How I can?
↧