SQL Database Usage and Transaction Essentials for Programmers This is a quick article designed to be an introduction to some of the basics of using a database, for non-database admins. This is not intended to be a full database course, or to turn you into a database admin or expert – we won’t be covering… Read more »
MariaDB vs MySQL: Which Relational Database Should You Use?
Tuesday, April 19, 2022
MariaDB vs MySQL: Which Relational Database Should You Use? MariaDB and MySQL are both popular relational databases, and they are both similar in how they function. However, they are different at the end of the day and one may not be ideal for everyone. So which should you use? The answer will depend on your… Read more »
MySQL RBR (Row Based Replication) /w GTID halts with Error_code: 1032; handler error HA_ERR_END_OF_FILE
Monday, September 21, 2015
I want to start off by saying that there are a lot of causes for the error in the title of this article, most of which are easy to fix conditions centering around misconfiguration. However none of them applied to our situation here. After weeks/months of troubleshooting and isolating on a customer’s (unfortunately production) servers… Read more »