Tag Archives: MariaDB
As the first MariaDB Day is approaching we begin introducing our speakers. Dmitry Dain will talk about Enabling post-compromise protection for stored data with Virgil PureKit security framework and MariaDB database.
If you’re collecting personal data, you’re responsible for protecting it. And in this day and age, the question of when a database will be compromised is not a matter of “if” but “when.” So how can developers protect data within their systems without hiring expensive consultants or outsourced firms?
In this session, Dmitry Dain presents the Virgil PureKit security toolkit which protects passwords and data from being decrypted even if the database itself is compromised.
…
In our quest to promote development of MariaDB Server, what we have come to call Unconferences form a key part. These developer meetings have traditionally been organised twice a year, and 2019 is no exception. After the North American Unconference in New York in February, Asia Pacific was in turn with Shanghai in November. And, no, we have not forgotten Europe; expect an EMEA Unconference next year.
Hosts and environment
Microsoft were our hosts, at their fabulous campus in the peaceful outskirts of Shanghai. “Where are all the Chinese?” was a common foreigner reaction;
…
How MariaDB Server is tested
MariaDB Foundation is commited to ensuring MariaDB Server has a thriving community of developers and contributors. A software project cannot be maintained without proper tests. mysql-test-run is our standard testing toolkit for MariaDB Server. What it (mostly) does is run queries against one or more servers and compare their output to the expected one. This checks both behaviour and data consistency. The main principle is the server should always return the same data that is put into it.
One problem with this testing method is that it only covers the hosts’ environment. That means that if you are running Debian on x86_64 architecture, you are testing x86_64 architecture on a Debian Linux distribution. …
Continue reading “MariaDB Server’s continuous integration & testing available to community”
At MariaDB Foundation, we are proud of MariaDB Server getting plenty of contributions. But we don’t want to get cocky, so here is an update about where we stand, and what we want to make happen.
First, we have shown our contribution pride in several places. On 15 February 2019, I tweeted
On code contributions, #MariaDB beats #MySQL 1009 to 247: We have over a thousand (1009) closed pull requests on github (and 179 open), MySQL has 247 closed (1 open). https://t.co/32NIuMMTvc pic.twitter.com/ZZcRBdk939
— Kaj Arnö (@kajarno) February 15, 2019
Repeating: On code contributions, #MariaDB beats #MySQL 1009 to 247: We have over a thousand (1009) closed pull requests on GitHub (and 179 open), MySQL has 247 closed (1 open).
In our Annual Report 2018, we spent several pages, talking about pull requests and patches, showing code contribution statistics. …
MariaDB Server 10.4 came with a whole lot of Security related changes. Some of them are merely optimizations (like MDEV-15649), some improve existing features to be more robust (MDEV-15473, MDEV-7598) or convenient (MDEV-12835, MDEV-16266). Some are MySQL compatibility features, requested by our users (MDEV-7597, MDEV-13095).
But the first thing any MariaDB Server user, whether an experienced veteran or a newbie, does — before even issuing the first SQL statement — is logging in. Authenticating to the database server. …
Continue reading “Authentication in MariaDB 10.4 — Understanding the Changes”
Security is one of the hottest topics in Computer Software today, everybody handles highly valuable data. From private personal data, medical records for clinics to customers credit card information for online bussinesses, malicious data breaches are always part of the worst case scenario.
Robert Bindar (robert@mariadb.org) is going to present a session at the 2019 MariaDB Unconference, New York about two new security features in the MariaDB Server: User Account Locking and Password Expiration.
…
The MariaDB project is pleased to announce the immediate availability of MariaDB 5.5.59. This is a stable (GA) release. See the release notes and changelog for details.
Release Notes Changelog What is MariaDB 5.5?
MariaDB APT and YUM Repository Configuration Generator
Thanks, and enjoy MariaDB! …
The MariaDB project is pleased to announce the availability of MariaDB 10.2.12, the next stable release in the 10.2 series. See the release notes and changelogs for details.
Release Notes Changelog What is MariaDB 10.2?
MariaDB APT and YUM Repository Configuration Generator
Thanks, and enjoy MariaDB! …