MaxScale and Filter plugins: how they can help to build flexible architectures
MariaDB MaxScale is now RC and together with all the MariaDB team that has been involved in the project we […]
How to connect Python programs to MariaDB
This blog was refreshed in June 2020. Read the latest on how to connect Python programs to MariaDB here. […]
Why MariaDB? Advantages over MySQL
2019 Update: Open Source Comparisons Released Watch the Webinar Read the Comparison First and foremost, MariaDB […]
A transaction duration tracking audit plugin for MariaDB and MySQL
This plugin logs long running transactions to the server error log when transaction took more than a configurable number of […]
Dynamic Columns Tutorial – Part 2: Searching and Updating
This is a continuation of my previous blog, where we will focus on some more advanced features related to Dynamic […]
High Performance Drupal with MariaDB
I am back from 2014 Amsterdam Drupalcon where MariaDB Corporation was present as sponsor. It was my first time there […]
How to install MariaDB 10 on CentOS 7 / RHEL 7
MariaDB Server has grown substantially in the past 6 years, so in February 2020 we’ve provided a refresh of […]
How I Converted My Invision Power Board Site from MySQL 5.1 to MariaDB 10 With Minimal Downtime
For several years, I have hosted a medium sized Invision Power Board (IPB) site. The site has roughly 9,000+ users […]
Dynamic Columns Tutorial – Part 1: Introduction
For certain situations, the static structure of tables in a relational database can be very limited. Each column is statically […]
Changing the DEFINER of MySQL stored routines etc.
The question seemed easy enough: We’ve dropped a user, now we want to change the DEFINER on all database objects […]