Skip to content
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

Consider replacing MySQL with MariaDB #596

Closed
JedMeister opened this issue Mar 24, 2016 · 1 comment · Fixed by turnkeylinux-apps/magento#14
Closed

Consider replacing MySQL with MariaDB #596

JedMeister opened this issue Mar 24, 2016 · 1 comment · Fixed by turnkeylinux-apps/magento#14

Comments

@JedMeister
Copy link
Member

JedMeister commented Mar 24, 2016

I recently noticed that the latest version of Magento (2.0.2) requires MySQL 5.6 (see requirements) however Debian stable only has MySQL 5.5 (see here). It does however have MariaDB 10.0 (see here). According to MariaDB website:

MariaDB 10.0 is a previous stable version of MariaDB. It is built on the MariaDB 5.5 series with backported features from MySQL 5.6 and entirely new features not found anywhere else.

The MariaDB vs MySQL comparison chart suggests that MariaDB is superior to both MySQL/MariaDB 5.5 and MySQL 5.6. However I note that another comparison chart (here) suggests that there are some MySQL 5.6 features missing. So we'll need to test that MariaDB 10.0 actually supports Magento...

From what I can gather though it should all just work OOTB:
magento/magento2#830
magento/magento2#1906
magento/magento2#2470

PS, just to add a little weight:
https://seravo.fi/2015/10-reasons-to-migrate-to-mariadb-if-still-using-mysql

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@JedMeister
Copy link
Member Author

I've removed the 'mysql' and 'lamp' tags as for now this applies only to Magento appliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant