Just before the end of the MySQL Advent Calendar, let me announce (or remind you) that MySQL will turn 30 next year!! The first version of MySQL was released in 1995, three decades ago. That database would become MySQL, the open-source relational database management system that has since transformed how developers build and scale applications. […]
For the 21st day of our Advent Calendar of Content, we bring you a summary of all the MySQL Shorts that are focussed on topics that would interest DBAs.
This blog post explains the cause of “ERROR 1412 (HY000): Table definition has changed, please retry transaction” with the specific Isolation level settings. Background As per the MySQL documentation, this error should occur for “operations that make a temporary copy of the original table and delete the original table when the temporary copy is built.” […]
Let's stay a bit longer with MySQL 3.2x to advance the MySQL Retrospective in anticipation of the 30th Anniversary.
Let’s stay a bit longer with MySQL 3.2x to advance the MySQL Retrospective in anticipation of the 30th Anniversary. The idea of this article was suggested to me by Daniël van Eeden. Did you know that in the early days, and therefore still in MySQL 3.20, MySQL used the ISAM storage format? IBM introduced the […]
This blog is not intended to offer anything extraordinary; instead, consider it an anecdote, a lesson, or simply a proper way of doing things without the need to run a test when in doubt. That said, I must emphasize that, as always, testing everything before deploying to production is essential. Let’s dive into the story: […]
Earlier this year, we published a series of blog posts focusing on using thhe OCI CLI to manage HeatWave MySQL Instances. Here is a summary of each post. Using the Oracle Cloud TypeScript SDK Part 1 – Listing MySQL HeatWave Instances The first post in this series demonstrates how to return a list of HeatWave […]
MySQL Shorts is a playlist on the MySQL YouTube channel dedicated to short form tutorials that focus on a single feature or solution to a problem. This video series covers a variety of different topics. For this post, we will sumamrize all the ‘Shorts’ that discuss features and tools for DBAs. Episode 46 In Episode 46 we demonstrate how […]
The second season of the podcast Inside MySQL: Sakila Speaks has begun. In the first episode, Fred and Scott discuss how they got started with MySQL and some of their favorite features.
MySQL Telemetry Logging OpenTelemetry provides a standard for transferring observability data. MySQL has already added support for OpenTelemetry Traces and OpenTelemetry Metrics. MySQL recently added support for OpenTelemetry Logging. OpenTelemetry provides a standardized way to generate, collect, and export telemetry data, including traces, metrics, and logs. By adopting this standard, users of MySQL can gain […]