RHEL7 & the transition from MySQL to MariaDB: A first look.
Red Hat Enterprise Linux 7 was declared GA on Tuesday, more than 3.5 years after the release of RHEL 6. […]
MariaDB 5.5.38 Overview and Highlights
MariaDB 5.5.38 was recently released (it is the latest MariaDB 5.5), and is available for download here: https://downloads.mariadb.org/mariadb/5.5.38/ This is […]
MaxScale 0.7 Feature Highlights
The latest set of updates for MaxScale has just been released, among the highlights of this alpha release are improved […]
What exactly does log_warnings=2 log?
Have you ever wondered exactly does log_warnings=2 log? Well, I have, and finally decided to check the code. 🙂 (The […]
MaxScale 0.7.0 Overview and Highlights
MaxScale 0.7.0 was recently released (it is the 4th alpha, with the beta on the near horizon), and is available […]
Starting MySQL On Low Memory Virtual Machines
Cloud computing makes it very affordable to get your own private virtual server on the Internet. Digital Ocean offers an […]
MaxScale 0.6.0 Overview and Highlights
MaxScale 0.6.0 was recently released (it is the 3rd alpha, with the beta on the near horizon), and is available […]
Using mysql_embedded and mysqld –bootstrap to tinker with privilege tables
A couple weeks ago, I started wondering about some alternative approaches to resetting the MySQL or MariaDB password. The tried-and-true […]
Compiling & Debugging MariaDB(and MySQL) in Eclipse from scratch – Part 3: “Running in Eclipse”
Introduction: To run MariaDB from Eclipse we will actually create and install the tar.gz package resulting from compilation(See Part 2) […]
Compiling & Debugging MariaDB(and MySQL) in Eclipse from scratch – Part 2: “Compile in Eclipse”
Section 2: “COMPILE MARIADB IN ECLIPSE” 2.1 Download and prepare sources folder We will need a directory to use as […]