Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1313 to 1322 of 45354 « Previous | Next »
SMUG MySQL Meetup on February 8th – Registration is open

Following on from the previous “Where can you find MySQL during December – February 2024” blog updated last week as “Update No. 2”, we are happy to announce that we have the SMUG Meetup registration page up and running! You can register now at the link below. For those of you who are not familiar […]

SMUG MySQL Meetup on February 8th - Registration is open

SMUG Meetup 2-2024

MySQL Shorts – Episode #54 Released

The latest Episode of MySQL Shorts is now available! Check out Episode 54 on the MySQL YouTube Channel to learn perform a manual backup of a MySQL HeatWave instance in Oracle Cloud.

MySQL Shorts - Episode #54 Released

Episode #54 of MySQL Shorts is now available!

Syscalls Analysis in MySQL When Using innodb_flush_method and innodb_use_fdatasync

In this blog post, we will discuss how to validate at the operating system level the effects of changing the innodb_flush_method to variations other than the default (particularly for O_DIRECT which is most commonly used) and the use of innodb_use_fdatasync.IntroductionFirst, let’s define what the innodb_flush_method parameter does. It dictates how InnoDB manages the flushing of data […]

Galera Manager January 2024 release

The momentum around Galera Manager development has been amazing. You report bugs or feature requests, and we fix them!

The major reason to release this was to ensure that Galera Manager would accept the new signing keys of Galera Cluster (key ID: 8DA84635).

One will now also note that gm-installer reports a new version: gm-installer version 1.12.0 (linux/amd64). And when you install it, Galera Manager itself is now at version 1.8.3. One of the major fixes is that Ubuntu 22.04 support for self-provided hosts is now exposed in the UI. This fixes …

[Read more]
How to Migrate from MySQL to Oracle: A Comprehensive Guide

Migrating data from MySQL to Oracle can be a wearisome task with a significant amount of manual effort. It can be streamlined with the assistance of two Devart products: dbForge Studio for Oracle and the ODBC driver for MySQL.

The post How to Migrate from MySQL to Oracle: A Comprehensive Guide appeared first on Devart Blog.

Introducing MySQL HeatWave Generated Invisible Primary Keys

Primary keys are the set of columns that uniquely identify a single row in a table, and no two rows match the same key. Using primary keys helps create faster queries and permits you to perform targeted updates. Savvy database developers know that using primary keys is a common best practice, and many features require […]

Introducing MySQL HeatWave Generated Invisible Primary Keys

This post introduces Generated Invisible Primary Keys (GIPKs) and how to enable them with MySQL HeatWave.

Quick Peek: MySQL 8.0.36 and 8.3

Oracle recently released MySQL 8.0.36 and MySQL 8.3, and this is a perusal of the release notes to determine what is new, what is in the seventy-three bugs fixed, and what has changed in the three months since the last releases. Comments in italics are my own and do not reflect the view of anyone […]