(Sri Sakthivel Durai Pandian) We are well aware that ProxySQL is one of the powerful SQL aware proxy for MySQL. The ProxySQL configuration is flexible and the maximum part of configurations can be done with the ProxySQL client itself.
Tag: Open Source
How to Deploy and using MySQL InnoDB Replica Set in Production ?
(Chandan Kumar) Before i talk about Deployment process of MySQL InnoDB Replica Set , it is more important to know below details:-
MySQL InnoDB Cluster Replication via Router to Slave Single Node using SSL
(Ivan Ma) This article is written to share how to setup SSL Replication between MySQL InnoDB Cluster and Slave single node via MySQL Router.
Important Health Checks for your MySQL Master-Slave Servers
In a MySQL master-slave high availability (HA) setup, it is important to continuously monitor the health of the master and slave servers so you can detect potential issues and take corrective actions.
How to Run Orchestrator on FreeBSD
(Ivan Groenewold) In this post, I am going to show you how to run Orchestrator on FreeBSD. The instructions have been tested in FreeBSD 11.3 but the general steps should apply to other versions as well.
Getting started with MySQL Cluster using MySQL Cluster Manager
(Ted Wennmark) Creating a MySQL NDB Cluster is really easy when using MySQL Cluster Manager aka “MCM”. In this blog post we will look at how to install and configure MCM and then create a new cluster using MCM commands.
Automating MySQL schema migrations with GitHub Actions and more
(Shlomi Noach) In the past year, GitHub engineers shipped GitHub Packages, Actions, Sponsors, Mobile, security advisories and updates, notifications, code navigation, and more. Needless to say, the development pace at GitHub is accelerated.
Introduction to MySQL 8.0 Recursive Common Table Expression (Part 2)
(Corrado Pandiani) This is the second part of a two-articles series. In the first part, we introduced the Common Table Expression (CTE), a new feature available on MySQL 8.0 as well as Percona Server for MySQL 8.0.
NDB Cluster, the World’s Fastest Key-Value Store
(Mikael Ronström) Using numbers produced already with MySQL Cluster 7.6.10 we have shown that NDB Cluster is the world’s fastest Key-Value store using the Yahoo Cloud Serving Benchmark (YCSB) Workload A.
What to Look for if Your MySQL Replication is Lagging
(Paul Namuag) A master/slave replication cluster setup is a common use case in most organizations. Using MySQL Replication enables your data to be replicated across different environments and guarantees that the information gets copied.