I just noticed that if you run the "Check Server Security" option from the UI on a server running MariaDB 10, it fails and says you're running an outdated version and need to update to 5.5. Not a major bug perhaps, but with MariaDB10 hitting GA a week or so ago, it might be worth checking for it as a valid and updated equivalent to at least MySQL 5.6.
Thanks guys for all the amazing work you do!
Check server security fails to detect MariaDB 10
Re: Check server security fails to detect MariaDB 10
Yes, I can also confirm that, returns:
Code: Select all
You are running a legacy version of MySQL (v10.0.10) and should consider upgrading to v5.5+ as recommended by MySQL
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Check server security fails to detect MariaDB 10
Can you please post the output from the following command so that we can see the differences to the MySQL output:
Code: Select all
mysql -V
Re: Check server security fails to detect MariaDB 10
root@tux [~]# mysql -V
mysql Ver 15.1 Distrib 10.0.10-MariaDB, for Linux (x86_64) using readline 5.1
mysql Ver 15.1 Distrib 10.0.10-MariaDB, for Linux (x86_64) using readline 5.1