-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from MySQL 5.5 to MariaDB 5.5 #1005
Switch from MySQL 5.5 to MariaDB 5.5 #1005
Conversation
Please switch from MySQL to MariaDB Motivation:
This change is the first one in a series of changes to implement MariaDB in VVV. I am committed to take care of the following steps too. I have tested that the current patch works as expected in all relevant scenarios:
|
I am looking forward to it. Go for it!! |
I am happy to continue working on this if you can give me some assurance that my work is not in vain and this first step is merged. Next steps could be improving the default config to be WordPress-friendlier, e.g. have UTF8MB4 as the default character set so that emoticons 🍔 are correctly saved in the database etc. Lot's of people want to use emoticons in WordPress comments! :) MariaDB in Debian and Ubuntu is by default wiht UTF8MB4 so this would all be nicely aligned with future production environments. |
Ping @jeremyfelt - I am happy to rebase and refine, I just want to have some thumbs up that the PR will be processed and my work is not in vain.. Greetings from WordCamp Stockholm Contributor Day! :) |
This is the first step in Varying-Vagrant-Vagrants#876 and Varying-Vagrant-Vagrants#949. Switching to MariaDB available in the official Ubuntu 14.04 repositories is a very safe change and it paves way to easily upgrade to 10.0 or 10.1 in a later step.
…dPress Modern WordPress often has emojis on comments and other similar rich text contents which needs the full UTF8MB4 character set in MariaDB/MySQL.
b931e73
to
ae19818
Compare
I rebased on latest develop and extended with UTF-8 support. Please review and merge @jeremyfelt @LoreleiAurora Thanks! |
I am happy for this to be merged, waiting for feedback from others. |
This looks great! @ottok - should this still be merged as the first step toward the upgrade to MariaDB 10? |
Yes please :) |
I'm going to merge this in so that we're part way there. Let's move to 10 next. :) |
Thanks! I'll work on a 10.0 (or perhaps even a 10.1) upgrade soon. |
This is the first step in #876 and #949. Switching to MariaDB available
in the official Ubuntu 14.04 repositories is a very safe change and
it paves way to easily upgrade to 10.0 or 10.1 in a later step.