My server is running Maria 10.3.18 and is quite happy. Your plugins and WP won’t care so install the latest version available of either MySQL or MariaDB. Of course, backup first!
Thread Starter
oussk
(@oussk)
Thanks steve for your reply,, did you prefer mariadb over MySQL?
and is 10.1 enough? since it’s the highest version available for me to upgrade
At the time, there was a controversy about Oracle acquiring MySQL so I went with Maria to support the FOSS fork. Either will work for you and 10.1 is enough.
THe information in Site Health is a recommendation based on what the WP developers think is best for WordPress. It does not take into account anything else running on your site, nor does it take into account the resources available in your hosting plan. (Recommendations also take a somewhat-fear-mongering approach…for example, MySQL 5.5 is equally as secure as MySQL 5.6 or MariaDB 10.1, despite what is said in the recommendation.)
Since you can update MySQL, I suspect you have a VPS. How much memory does your VPS have? If it has 2GB or less, you are actually better off sticking with MySQL 5.5 since it uses half the memory of MySQL 5.6 or MariaDB 10.1. MariaDB 5.5 would be much better than MySQL 5.5 since it’s faster with InnoDB tables, and it includes support for some collations not supported by MySQL 5.5.
In terms of whether to choose MySQL 5.6 or MariaDB 10.1 (10.0 does not include all the features of MySQL 5.6 so avoid it), that is a personal decision. MariaDB 10.1 is slightly faster then MySQL 5.6 with InooDB tables, but it uses more memory. I’d recommend MySQL 5.6 for servers with 2-3GB memory, and MariaDB 10.1 for servers with more than 3GB memory.
Thread Starter
oussk
(@oussk)
Thanks Steve,,
Thanks Dion,, really your reply is very helpful i totally appreciated, in fact i have a server from cloudways and yes it’s has low ram configuration, really because right now i’m under construction purpose so no need to have high ram, even i’m able to upgrade the ram easily as you know, so i think i will stick with current version until i finish my website and ready to upgrade the server ram so i can also upgrade the MySQL server to 5.6 or go with MariaDB 10.1
thanks…