Showing entries 1 to 10 of 44058
10 Older Entries »
MySQL Routing Guidelines: Breaking Down the Mechanics in MySQL Router

In this final part of the series, we dive deeper into how Routing Guidelines work internally, focusing on the custom expression parser and evaluator that enables complex routing rules.

MySQL AWS keyring component extends functionality of AWS keyring plugin

In this post we discuss AWS Keyring Component. It uses Amazon Web Services Key Management Service (AWS KMS) as a back end for key generation and encryption and utilizes a file as a key storage. Components are more independent and better encapsulated (thus more secure) extensions to MySQL compared to plugins. The component introduces AWS compatible configuration, appropriate to run in an AWS ECS container or an EC2 node.

Deploying High Availability and Disaster Recovery MySQL on OCI like a devops

In this article we discuss how to deploy High Available and Disaster Recovery Architecture over multiple OCI regions using Terraform and Puppet.

How do you upgrade MySQL HeatWave when deploying with Terraform?

Upgrading to a newer version of MySQL when deploying MySQL HeatWave on OCI using Terraform can be problematic. Discover how to achieve a save upgrade reading this article.

HeatWave MySQL: Solving Missing UPDATES for Debezium CDC

This blog article aims to help HeatWave users to integrate seamlessly with Debezium CDC to stream data changes for real-time application

HeatWave MySQL security series - Customer managed encryption keys

Cloud database security isn’t just a best practice—it's an absolute necessity. With sensitive data flowing into the cloud, protecting your business-critical assets is non-negotiable, and Oracle Cloud Infrastructure (OCI) HeatWave MySQL provides robust features to help. This blog explores customer managed encryption key, the related backup strategies, and the required security policies so you can keep your databases both agile and secure.

How do you upgrade MySQL HeatWave when deploying with Terraform?

Have you already tried to upgrade the MySQL version of your MySQL HeatWave instance in OCI that is deployed with Terraform? When you tried, you realized, I hope you didn’t turn off backups, that the instance is destroyed and recreated new! This is our current MySQL HeatWave DB System deployed using Terrafrom: And this is […]

Uplevel the MySQL REST Service

The MySQL REST Service is a next-generation JSON Document Store solution, enabling fast and secure HTTPS access to data stored in MySQL, HeatWave, InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet. Try the latest MySQL REST Service lab release!

Uplevel the MySQL REST Service

The MySQL REST Service is a next-generation JSON Document Store solution, enabling fast and secure HTTPS access to data stored in MySQL, HeatWave, InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet. The MySQL REST Service was first released on https://labs.mysql.com in 2023 using MySQL Router. During spring 2025, it was released on MySQL HeatWave and standard […]

Diagnosing MySQL Crashes on RHEL with GDB: How to Identify the Database, Table, and Query Involved

When troubleshooting a MySQL crash, having only the error log is rarely enough to pinpoint the exact root cause. To truly understand what happened, we need to go deeper—into the memory state of the process at the moment it crashed. That’s where GDB, the GNU Debugger, comes in. GDB lets us inspect a core dump […]

Showing entries 1 to 10 of 44058
10 Older Entries »