evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

bump MySQL version to 5.6 #164

Closed jalevin closed 7 years ago

jalevin commented 7 years ago

Fix MySQL issue with utf8mb4_unicode_520_ci collation by upgrading to version of MySQL(5.5->5.6) that supports this collation.

Issue https://github.com/evolution/wordpress/issues/163

EvanK commented 7 years ago

Ooh, sorry it's taken me a while to get to this (got lost in my inbox).

My only concern would be how to handle servers that already have 5.5 installed -- namely whether apt will upgrade and migrate data for us, or whether we should take additional steps in the ansible role...but I will do some due diligence this weekend.

Thanks for the PR!