Is there a way to synchronize two databases? I have a client that runs WordPress with MySQL. Is there a way to make a copy of the database in its current state and use it for the development server, and then, when the developer changes are completed, return it to the site in real time?
The client can make changes to the live site while I am working on the dev version and am wondering if merge conflicts will occur.
If I import the updated database via phpmyadmin, will it be updated only with the latest changes or overwrite everything?
php mysql wordpress phpmyadmin
Alex
source share