MySQL InnoDB Cluster : Recovery Process Monitoring with the MySQL Shell...
As explained in this previous post, it’s now (since 8.0.16) possible to use the MySQL Shell Reporting Framework to monitor MySQL InnoDB Cluster. Additionally, when a member of the MySQL InnoDB...
View Articlethe MySQL Team in Austin, TX
At the end of the month, some engineers of the MySQL Team will be present in Austin, TX ! We will attend the first edition of Percona Live USA in Texas. During that show, you will have the chance to...
View ArticleMySQL Group Replication: what are those UDFs ?
To operate more easily a MySQL Group Replication (InnoDB Cluster), the Group Replication plugins provides some UDFs. If you have read the recent article from Tiago Vale about the Group Replication...
View ArticleMySQL InnoDB Cluster from scratch – even more easy since 8.0.17
Create a MySQL InnoDB Cluster using MySQL 8.0 has always been very easy. Certainly thanks to MySQL Shell and server enhancements like SET PERSIST and RESTART statement (see this post). The most...
View ArticleMySQL Router 8.0.17 and the REST API
Since MySQL 8.0.16, the Router as the possibility to launch an internal webserver (see Jan’s blog post). Even if this webserver could serve static files, it was the first piece of a much more...
View ArticleMySQL Router 8.0.17’s REST API & MySQL Shell Extensions
You have seen in this previous post, that since 8.0.17, it’s now possible to query the MySQL Router using its REST API. Additionally, we also saw in this post, that since 8.0.17, we are now able to...
View ArticleMySQL InnoDB Cluster, automatic provisioning, firewall and SELinux
You may have noticed that in many of my demos, I disable firewall and SELinux (I even use --initialize-insecure sometimes ). This is just to make things easier… But in fact enabling iptables and...
View ArticleJoin the Code ONE MySQL Track at Oracle Open World in San Francisco
Mid September, MySQL Community, MySQL Customers and MySQL Engineers will be in San Francisco to share their experience and present the new features of your favorite database ! The event will be held...
View ArticleHow to integrate ProxySQL in MySQL InnoDB Cluster
MySQL InnoDB Cluster is the most easy and integrated High Availability solution for MySQL. The solution is composed of: MySQL ServerMySQL Group Replication PluginMySQL Clone PluginMySQL RouterMySQL...
View ArticleSetup 2 MySQL InnoDB Clusters on 2 DCs and link them for DR
This article is an update of a previous post explaining how to setup a second cluster on a second data center to be used as disaster recovery (or to run some off site queries, like long reports,...
View ArticlepreFOSDEM 2020 MySQL Days: the schedule
The schedule of the preFOSDEM Day is now available ! We had a lot of proposals to deal with. Also this is a MySQL event where we, the MySQL Team has the possibility to show to you, our Community, all...
View ArticlepreFOSDEM MySQL Days: summary and slides
What a great event ! I got very positive feedback for this extended preFOSDEM MySQL Day 2020. Before my summary, I wanted to thank again all speakers and attendees. Without you this event won’t even...
View ArticleDeploy MySQL InnoDB Cluster in OCI with Terraform
As you know, Oracle Cloud Infrastructure (aka OCI) becomes more and more popular. You can find OCI data centers almost everywhere and the price is very attractive. Something very interesting is the...
View ArticleHA for our website’s database in OCI with MySQL InnoDB Cluster
In the previous post, we setup a Drupal website with MySQL as backend on a different compute instance in a different subnet. Today we will increase the High Availability of our Database by...
View ArticleMySQL 8.0 InnoDB Cluster with WordPress in OCI – part III
With this post we are reaching the end of our journey to HA for WordPress & MySQL 8.0 on OCI. If you have not read the two previous articles, this is just the right time. MySQL 8.0 InnoDB...
View ArticleMySQL Router 8.0.17 and the REST API
Since MySQL 8.0.16, the Router as the possibility to launch an internal webserver (see Jan’s blog post). Even if this webserver could serve static files, it was the first piece of a much more...
View ArticleFrom MySQL Group Replication to MySQL InnoDB Cluster
I wanted to be brave and I installed MySQL Group Replication manually…. it was painful ! Then I realized that managing those servers and especially deal with MySQL Routers was even more painful ! What...
View ArticleSetup DR for your MySQL InnoDB Cluster
MySQL InnoDB Cluster is the High Availability solution for MySQL. It delivers automatic fail-over in case of issue and guarantees zero data loss (RPO=0). RPO: Recovery Point Objective describes the...
View ArticleMySQL Router 8.0.17 and the REST API
Since MySQL 8.0.16, the Router as the possibility to launch an internal webserver (see Jan’s blog post). Even if this webserver could serve static files, it was the first piece of a much more...
View ArticleMySQL Router 8.0.17’s REST API & MySQL Shell Extensions
You have seen in this previous post, that since 8.0.17, it’s now possible to query the MySQL Router using its REST API. Additionally, we also saw in this post, that since 8.0.17, we are now able to...
View Article