I am using Dropbox to synchronize some MAMP mysql databases via a symlink as per <a href="http://wesbos.com/dropbox-your-mamp-mysql-databases/" rel="nofollow">this tutorial</a>. They are synced between my laptop and desktop.
For quite some time, everything has worked perfectly. I haven't changed anything and all of a sudden I've noticed the db's are out of sync. For example, in a wordpress database, I have made several changes that aren't reflected on the other computer, even after Dropbox has plenty of time to 'sync' up, and Mamp is running on only one system and quit before opening on the other.
Running
<blockquote>
Tools > Check MySQL Databases
</blockquote>
Shows every relevant db/table to be 'OK'
Both computers are symlinked to the same folder, so I'm really not sure what is going on here. I'm really unsure how to trouble shoot this as even the dropbox revision/file history shows no conflicts or anything. It's as though the data is being stored somewhere else even though both are linked to the same place.
To remedy, I've had to make a mysqldump from one system and reimport it to the other, but this defeats the purpose.
If anyone has a tip for how to begin troubleshooting this, I'd greatly appreciate it.
For quite some time, everything has worked perfectly. I haven't changed anything and all of a sudden I've noticed the db's are out of sync. For example, in a wordpress database, I have made several changes that aren't reflected on the other computer, even after Dropbox has plenty of time to 'sync' up, and Mamp is running on only one system and quit before opening on the other.
Running
<blockquote>
Tools > Check MySQL Databases
</blockquote>
Shows every relevant db/table to be 'OK'
Both computers are symlinked to the same folder, so I'm really not sure what is going on here. I'm really unsure how to trouble shoot this as even the dropbox revision/file history shows no conflicts or anything. It's as though the data is being stored somewhere else even though both are linked to the same place.
To remedy, I've had to make a mysqldump from one system and reimport it to the other, but this defeats the purpose.
If anyone has a tip for how to begin troubleshooting this, I'd greatly appreciate it.