Check server security fails to detect MariaDB 10

Post Reply
kwestsoft
Junior Member
Posts: 4
Joined: 08 Apr 2014, 03:24
Location: TX, USA
Contact:

Check server security fails to detect MariaDB 10

Post by kwestsoft »

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!
Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

Re: Check server security fails to detect MariaDB 10

Post by Ilia »

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
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Check server security fails to detect MariaDB 10

Post by ForumAdmin »

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
kwestsoft
Junior Member
Posts: 4
Joined: 08 Apr 2014, 03:24
Location: TX, USA
Contact:

Re: Check server security fails to detect MariaDB 10

Post by kwestsoft »

root@tux [~]# mysql -V
mysql Ver 15.1 Distrib 10.0.10-MariaDB, for Linux (x86_64) using readline 5.1
Post Reply