0
pratik posted
online server's Mysql to localhost Mysql synchronization
Hii want to make sync tool between online server's MySql to Localhost Mysql
ideally i am working with many project and sometime client getting error at online but not local it working perfect for me . its only because some data entered by tester causing effect so everytime i need to create export from server's MySql and i download file and import to my local server(Wamp).
so now i want to make a tool where by click on button at admin panel i can download all data and tables form the server and it goes to my local database.
so tell me if any one can guide be . how can i make sync tool for one way : server to localhost for Mysql Database.
for now i want to do per database from admin so advice me accordingly.