I'm working with one database on localhost and the other on production. At various times I need to upgrade my local bank to match that of the server.
I made a .sh script to be able to copy all files from the database table (/ var / lib / mysql) so I can do what I want. However the process is very time consuming due to the size of the files in the tables.
I want to know more professional suggestions for making this copy. Actually, something I could only sync with the modifications.
Q: Another 5 developers are working the same way, using the same server's database.