Is it possible to run multiple versions of MySQL in MAMP Pro?
I love MAMP Pro, but I recently updated to v4 – which auto upgraded MySQL from 5.5 to 5.6 – and now I can't migrate Wordpress sites to live hosting accounts anymore (e.g. GoDaddy) because it spits out an error about "Unknown collation". No hosting providers seem to be running 5.6 yet.
I guess the lesson here is 'tough luck, you should've read the upgrade announcement carefully'. But that doesn't really help me.
I know I can probably just export the databases in a format that works, and import them via phpMyAdmin, but I use BackupBuddy so I'd rather stick with something that just works.
Any suggestions on how best to avoid this in future? Any better alternatives to MAMP that will allow more granular control over things like PHP and MySQL versions? I'm only a designer, so I'm not interested/capable in going in-depth with the command line or anything like that.
Thanks!