Synchronizing local mysql database with remote one with a script or automatically?
Any help will be appreciated
For further actions, you may consider blocking this person and/or reporting abuse
Synchronizing local mysql database with remote one with a script or automatically?
Any help will be appreciated
For further actions, you may consider blocking this person and/or reporting abuse
Alfred Nutile -
Asaba William -
Shubham Khan -
Clint Winter -
Top comments (2)
I did a script for that, some time ago. You can find it here:
github.com/Tcheu/tcheu-scripts/tre...
It basically connects to the remote server via SSH, creates a dump of the database and import it locally.
Depending on the size of your remote DB, it might be interesting to compress the dump on the server before downloading it, but that's something missing from my script unfortunately :s
Okay thanks let me check it out