MariaDB Galera Cluster 5.5.59 now available

The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 5.5.59. This is a stable (GA) release. See the release notes and changelog for details.

Download MariaDB Galera Cluster 5.5.59

Release Notes Changelog What is MariaDB Galera Cluster?

MariaDB APT and YUM Repository Configuration Generator

Thanks, and enjoy MariaDB! …

MariaDB Galera Cluster 5.5.58 now available

The MariaDB project is pleased to announce the availability of MariaDB Galera Cluster 5.5.58. See the release notes and changelogs for details.

Download MariaDB Galera Cluster 5.5.58

Release Notes Changelog What is MariaDB Galera Cluster?

MariaDB APT and YUM Repository Configuration Generator


Thanks, and enjoy MariaDB! …

MariaDB Galera Cluster 5.5.52 and Connector/ODBC 2.0.12 now available

The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 5.5.52 and MariaDB Connector/ODBC 2.0.12. Both are Stable (GA) releases. See the release notes and changelog for details on theses releases.

IMPORTANT: There was a security fix included in the 5.5.51 release of MariaDB and MariaDB Galera Cluster. If you are running 5.5.50 or lower, please upgrade to at least 5.5.51 right away. See the MariaDB 5.5.51 release notes and this blog post for more details.

Download MariaDB Galera Cluster 5.5.52

Release Notes Changelog What is MariaDB Galera Cluster?

MariaDB 10.1 is stable GA

With the release of 10.1.8, MariaDB takes a next step. MariaDB 10.1 is now considered a stable release.

MariaDB 10.1 has a couple of main themes:

  • Security
  • High Availability
  • Scalability

During the last few years there have been many request for more security features in MariaDB. Actually it’s a trend in general. Since open source software is getting more attractive all the time, more functionality is wanted in areas where proprietary software typically has been leading. This is especially true for databases. In addition data privacy is a very hot topic.

The big new thing in security for MariaDB 10.1 is a complete data at rest encryption solution. …

MariaDB Galera Cluster 5.5.44 and 10.0.20 now available

The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 10.0.20 and MariaDB Galera Cluster 5.5.44. These are Stable (GA) releases.


Download MariaDB Galera Cluster 10.0.20

Release Notes Changelog What is MariaDB Galera Cluster?


Download MariaDB Galera Cluster 5.5.44

Release Notes Changelog What is MariaDB Galera Cluster?


MariaDB APT and YUM Repository Configuration Generator

See the Release Notes and Changelogs for detailed information on these releases and the What is MariaDB Galera Cluster?

MariaDB Galera Cluster 10.0.16 now available

Download MariaDB Galera Cluster 10.0.16

Release Notes Changelog What is MariaDB Galera Cluster?

MariaDB APT and YUM Repository Configuration Generator

The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 10.0.16. This is a Stable (GA) release.

See the Release Notes and Changelog for detailed information on this release and the What is MariaDB Galera Cluster? page in the MariaDB Knowledge Base for general information about the MariaDB Galera Cluster series.

Note: It can take up to 24 hours before all mirrors and repositories are updated with a new release.

MariaDB Galera Cluster 5.5.41 now available

Download MariaDB Galera Cluster 5.5.41

Release Notes Changelog What is MariaDB Galera Cluster?

MariaDB APT and YUM Repository Configuration Generator

The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 5.5.41. This is a Stable (GA) release.

See the Release Notes and Changelog for detailed information on this release and the What is MariaDB Galera Cluster? page in the MariaDB Knowledge Base for general information about the MariaDB Galera Cluster series.

Thanks, and enjoy MariaDB! …

MariaDB 10.1.2 : INFORMATION_SCHEMA tables for Galera membership & status

MariaDB Galera server logs all the cluster related information like node status, cluster status, membership, etc. in the error log. MariaDB 10.1.2 introduces a new INFORMATION SCHEMA plugin WSREP_INFO that enables querying these information via INFORMATION SCHEMA tables. The WSREP_INFO plugin adds two new tables to the Information Schema, WSREP_MEMBERSHIP and WSREP_STATUS. The plugin is not enabled by default, so in order to use it, it needs to be installed first :

MariaDB [test]> INSTALL SONAME ‘wsrep_status’;
Query OK, 0 rows affected (0.04 sec)

MariaDB [test]> SHOW PLUGINS;
+—————————–+———-+——————–+—————–+———+
| Name | Status | Type | Library | License |
+—————————–+———-+——————–+—————–+———+
… …