Planet MySQL HA Blog

The Planet MySQL HA Blog aggregates content from sources that cover topics related to high availability (HA) for MySQL databases.

Exploring the MySQL Server System Variables and SET Statements

MySQL system variables configure the server's operation, and the SET statement is used to change system variable. The MySQL SET statements have various options for specifying changes to SYSTEM VARIABLE. It’s important to understand how these changes are reflected in current sessions (connections), later sessions, and after database server restarts.

Learn More »

Get Some REST With The Tungsten API

11/05/2024 | Continuent

Introduction

At Continuent, our focus has been to constantly improve the product, with multiple goals. For example, some of the target principles we employ are (in alpha order):

data availability; data integrity; enterprise-quality stability; manageability/user interface; security; watchability/monitoring.

As part of the watchability/monitoring goal, our software as of vers

Learn More »

WePay's Journey to Enhanced Database Performance with MySQL Enterprise Edition

WePay, the integrated payments arm of JPMorgan Chase, has taken significant strides to enhance its database infrastructure by upgrading to MySQL Enterprise Edition. For businesses looking to optimize their payment infrastructure, the journey of WePay serves as an insightful case study on leveraging advanced database solutions for maximum uptime and security.

Learn More »

New JSON format for EXPLAIN

MySQL 8.3 introduced a new JSON format for EXPLAIN reflecting how the execution plan actually is built, allowing for programmatic analysis of plans and executions.

Learn More »

Support for large transactions in Galera: Taking Streaming Replication for a spin

10/31/2024 | Galera Cluster

We have documented streaming replication, and we have also mentioned how you can use streaming replication, and we also once did a webinar with recording on it, and we wrote a very in-depth blog post on how to use streaming replication to manage large transactions with Galera Cluster.

However, we had a question recently about streaming replication around the usage of wsrep_trx_fragment_unit and wsrep_trx_fragment_size (also, well documented).

So we have a usual 3-node Galera Cluster, and here is

Learn More »

Using the MySQL “SET ROLE” to Enforce “Least Privilege” Principles

How using SET ROLE can be used to define a “Least Privilege” model for accessing database objects based on a user’s current task.

Learn More »

preFOSDEM MySQL Belgian Days 2025 - save the dates

For people to prepare for their travel to Belgium, we want to announce that the preFOSDEM fringe event known as the MySQL Belgian Days will take place the Thursday and Friday, January 30 and 31, before FOSDEM.

Learn More »

FLUSH_PRIVILEGES: A new dynamic privilege to execute FLUSH PRIVILEGES

MySQL 8.4 introduces a new privilege, FLUSH_PRIVILEGES, which allows database users to execute FLUSH PRIVILEGES statement without the need of RELOAD privilege.

Learn More »

How to use passkeys to authenticate to MySQL

MySQL 9.1 adds support for Windows Hello. And this supports passkeys stored on the OS store. Check how to set up and use one of these instead of the hardware based FIDO2 devices

Learn More »

The MySQL Hypergraph Optimizer Now Available in HeatWave MySQL

Starting with MySQL 9.0, users of HeatWave MySQL can now try the new hypergraph optimizer. Read on to learn how to enable the hypergraph optimizer, and to understand what it means for your query plans.

Learn More »

Pages