Tag Archives: MariaDB
I had the honor of leading a session on Saturday, during the MariaDB Developers Meeting in Amsterdam, brainstorming around MariaDB Server 10.3. It’s definitely time to do that since MariaDB Server 10.2 has entered beta stage. In case you have missed that, I’ve wrapped up what’s included in 10.2 so far in a blog post on my employer’s site. In addition to the features mentioned in that blog post there are a couple of features still coming in 10.2 of which the most notable is that the MyRocks engine will be included. More about this later in another article. …
The mission of the MariaDB Foundation is to ensure continuity and open collaboration in the MariaDB ecosystem. We facilitate the development of the MariaDB Server and the related connectors as listed on our GitHub account. Core to us is to enable and foster collaboration so that contributing is meaningful and produces results for everybody.
Here are some of the things we do to ensure true open source:
- Publish code in real time, not just at release time.
- Discuss and plan on the public mailing lists and on IRC.
- Public bug tracker, transparent progress and priorities.
…
Continue reading “MariaDB Server is a true open source project”
If you are in Helsinki on Thursday next week March 17th, join us for the MariaDB meetup at Solinor. MariaDB team members will present the latest on MariaDB 10.1, MaxScale and MariaDB’s future roadmap.
On stage Rasmus Johansson VP Engineering, MariaDB Corporation and Johan Wikman & Markus Mäkelä, developers of MaxScale.
See the meetup page for the agenda and registration:
http://www.meetup.com/Helsinki-MySQL-User-Group/events/229338790/ …
A couple of weeks ago we announced that we were moving from a hosted instance of JIRA to our self hosted instance. The main reason was that we hit 2000 active users in the hosted instance of JIRA and that is the upper limit that it supports. We obviously wanted to allow more people to be active in reporting and commenting on bugs and features for MariaDB. That’s why we set up our own instance, which now is up and running at jira.mariadb.org.
Thank you Atlassian, the company behind JIRA, for providing the hosted instance of JIRA for the MariaDB project over the last three years! …
Continue reading “Eating our own dog food – Running JIRA on MariaDB”
Recently a serious vulnerability called DROWN was found. The vulnerability exists in systems that support SSLv2. There is flaw in SSLv2 that could be used to decrypt information over newer SSL protocols such as TLS. More information about the DROWN vulnerability with CVE number CVE-2016-0800 can be found here:
Last December Sergei Golubchik wrote a blog post about The State of SSL in MariaDB, which explains what versions of SSL cryptography is used in which MariaDB version and what is inherited from MySQL. …
Continue reading “MariaDB itself is NOT affected by the DROWN vulnerability”
The MariaDB JIRA instance that currently is in use for project and issue tracking will change. The current instance is hosted in Atlassian’s cloud and it has worked well, but we have hit the maximum user limit of 2000 users. It’s fantastic to see how many of you actually report bugs and other issues in the MariaDB project!
To hit that limit also means that we have to migrate over to a self-hosted instance of JIRA. Below are important details about that change.
When will the switch happen:
Sat 27th of Feb
What is the impact for me as a user of MariaDB’s JIRA:
1. …
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. …
Today we have published a long overdue facelift of the MariaDB.org website. You are looking at the result right now! Some of the highlights are:
- New responsive design with the new logo and a blue theme
- The old blog has been merged into the main MariaDB.org site
- The supporters of the Foundation are much more visible thanks to the big banner in the footer
- What the MariaDB Foundation is and what it does is now better presented
- Policies related to MariaDB and instructions on how to contribute to the open source project have been updated
- It is now easier for individuals to donate to the Foundation thanks to the PayPal and Flattr buttons.
…
Continue reading “New MariaDB.org with fresh looks and contents”