Software update: MariaDB 5.5.63

Spread the love

MariaDB originated as a fork of MySQL, after it was acquired by Oracle in 2009-2010. For an overview of the differences between MariaDB and MySQL you can visit: this one and this one pages right. MariaDB is a powerful open source database server, which is especially popular as a website and forum database. The developers have released version 5.5.63. The first stable from the 5.5.x branch dates from April 2012 and has received support for eight years, with which mainly security updates are implemented. The abbreviated announcement looks like this:

MariaDB 5.5.63 Release Notes

This is a Stable (GA) release. In most respects MariaDB will work exactly as MySQL: all commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB.

Updates & Bug Fixes

MariaDB 5.5.63 is a maintenance release.

  • HeidiSQL updated to 9.5
  • Client library was hardened to reject server requests to send a file by default. It only accepts them if they follow an SQL statement LOAD. An application can still use mysql_options API method to disable or enable the MYSQL_OPT_LOCAL_INFILE option permanently.
  • MDEV-18349 – InnoDB file size changes are not safe when file system crashes
  • Fixes for the following security vulnerabilities:
    • CVE-2019-2529

changelog
A full list of all changes is in the changelog.

Thanks, and enjoy MariaDB!

Version number 5.5.63
Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Solaris, UNIX, Windows Server 2012, Windows 8, Windows 10, Windows Server 2016
Website MariaDB
Download
License type Conditions (GNU/BSD/etc.)
You might also like