Maybe I'm wrong, but I was sure that some time ago when I was looking for a way to sync my MySQL databases using Dropbox, I was told that this was not possible because of the way MySQL works.
But I just recently came across this answer, which seems to indicate that one can sync a MySQL database on Dropbox, simply by using symlinks. It seems too easy to be true, given than I thought I had been advised against it before.
So my first question is, does the answer linked above apply to my situation? In my situation, I only want to sync some MySQL databases across two computers, my desktop and laptop, and I will be the only one accessing them. The databases are for locally tested websites.
My next question is, what happens if my laptop explodes, and I get a new one? Can I just symlink to the databases on Dropbox and be on my way? Does this method work as an effective backup tool? If for some reason I wanted to add a third computer, could I just symlink it and go?