Tag Archives: mysql
Usually when one says “SSL” or “TLS” it means not a specific protocol but a family of protocols. Wikipedia article has the details, but in short — SSL 2.0 and SSL 3.0 are deprecated and should not be used anymore (the well-known POODLE vulnerability exploits the flaw in SSL 3.0). TLS 1.0 is sixteen years old and while it’s still being used, new security standards (for example PCI DSS v3.1) require TLS 1.1 or, preferably, TLS 1.2.
MySQL used to support TLS 1.0 since 2001. Which means MariaDB supported it from the day one, and never supported weaker SSL 2.0 or SSL 3.0. …
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.1.10, MariaDB Galera Cluster 5.5.47, and MariaDB Galera Cluster 10.0.23. See the release notes and changelogs for details on each release.
Release Notes Changelog What is MariaDB 10.1?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Galera Cluster 5.5.47
Release Notes Changelog About MariaDB Galera Cluster
Download MariaDB Galera Cluster 10.0.23
Release Notes Changelog About MariaDB Galera Cluster
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB 10.1.10 and MariaDB Galera Cluster 5.5.47 and 10.0.23 now available”
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.0.23. See the release notes and changelog for details on this release.
Release Notes Changelog What is MariaDB 10.0?
MariaDB APT and YUM Repository Configuration Generator
Thanks, and enjoy MariaDB! …
The MariaDB project is pleased to announce the immediate availability of MariaDB 5.5.47, MariaDB Connector/C 2.2.2, and MariaDB Connector/J 1.3.3. See the release notes and changelogs for details on each release.
Release Notes Changelog What is MariaDB 5.5?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/C 2.2.2
Release Notes Changelog About MariaDB Connector/C
Download MariaDB Connector/J 1.3.3
Release Notes Changelog About MariaDB Connector/J
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB 5.5.47 and updated connectors now available”
The Percona Live Data Performance Conference 2016 isn’t until 18-21 April 2016, but community voting is now open. So if you’re going, and want to see lots of MariaDB talks, please click on the buttons below and vote!
You have to be logged in to the Percona site to vote. Once logged in, scroll to the bottom of the talk description page, assign the number of stars that represents your interest in the talk (5 is the best) and click on the “Submit Vote” button. That’s all there is to it.
Here are all of the proposed talks I know of that are either specifically MariaDB-related or are by employees of either the MariaDB Foundation or MariaDB Corporation. …
Continue reading “MariaDB Talks at Percona Live Data Performance Conference 2016”
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.1.9 and MariaDB Connector/J 1.3.2. See the release notes and changelogs for details on each release.
Release Notes Changelog What is MariaDB 10.1?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/J 1.3.2
Release Notes Changelog About MariaDB Connector/J
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB 10.1.9 and Connector/J 1.3.2 now available”
The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 10.0.22 and updates to MariaDB Connector/J, MariaDB Connector/C, and MariaDB Connector/ODBC. See the release notes and changelogs for details on each release.
Download MariaDB Galera Cluster 10.0.22
Release Notes Changelog What is MariaDB Galera Cluster?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/J 1.3.1
Release Notes Changelog About MariaDB Connector/J
Download MariaDB Connector/C 2.2.1
Release Notes Changelog About MariaDB Connector/C
Download MariaDB Connector/ODBC 2.0.9-beta
Release Notes Changelog About MariaDB Connector/ODBC
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB Galera Cluster 10.0.22 and Connector updates”
MariaDB Connector/J has evolved a lot during the year. In this post I will talk about the failover capabilities in the connector and give some guidance on how to use them in some certain cases. One other important new feature that I’ll cover in a later article is the fact that MariaDB Connector/J can do load balancing over several servers now as well.
To start off with we’ll need the connector itself. Do either of the following to get version 1.2.3 of MariaDB Connector/J which is the newest stable version as of writing:
- Download the binary from https://mariadb.com/my_portal/download (requires login) .
…
Continue reading “MariaDB Connector/J failover support – case Amazon Aurora”