(Shlomi Noach) Pseudo GTID is a technique where we inject Globally Unique entries into MySQL, gaining GTID abilities without using GTID. It is supported by orchestrator and described in more detail here, here and here.
Tag: Open Source
Multi-source replication in MySQL 5.7 vs Tungsten Replicator
(Franciso Bordenave) MySQL 5.7 comes with a new set of features and multi-source replication is one of them. In few words this means that one slave can replicate from different masters simultaneously.
Multi-source replication in MySQL 5.7 vs Tungsten Replicator
(Franciso Bordenave) MySQL 5.7 comes with a new set of features and multi-source replication is one of them. In few words this means that one slave can replicate from different masters simultaneously.
About the new warnings generated during ‘PURGE BINARY LOGS’ execution
(Venkatesh Duggirala) In this blog, I will discuss about warnings that users might face if they are trying to purge active/in_use binary log which are introduced in MySQL-5.6.12/MySQL-5.7.2 releases. Before jumping directly to that, I will be covering few basic things about PURGE BINARY LOGS comman
About the new warnings generated during ‘PURGE BINARY LOGS’ execution
(Venkatesh Duggirala) In this blog, I will discuss about warnings that users might face if they are trying to purge active/in_use binary log which are introduced in MySQL-5.6.12/MySQL-5.7.2 releases. Before jumping directly to that, I will be covering few basic things about PURGE BINARY LOGS comman
on time in mysql processlist
(domas mituzas) There was one MySQL feature that I was always very afraid to ask for. I sure needed it for past 15 years of my MySQL practice, and yet I never got to it. I wanted MySQL processlist (‘SHOW PROCESSLIST’, later – information_schema.processlist) to have more accurate query execution time
on time in mysql processlist
(domas mituzas) There was one MySQL feature that I was always very afraid to ask for. I sure needed it for past 15 years of my MySQL practice, and yet I never got to it. I wanted MySQL processlist (‘SHOW PROCESSLIST’, later – information_schema.processlist) to have more accurate query execution time
MySQL 5.7 : no more password column!
(Giuseppe Maxia) Maintaining a project like MySQL::Sandbox is sometimes tiring, but it has its advantages. One of them is that everything related to the server setup comes to my attention rather earlier than if I were an average DBA or developer.
MySQL 5.7 : no more password column!
(Giuseppe Maxia) Maintaining a project like MySQL::Sandbox is sometimes tiring, but it has its advantages. One of them is that everything related to the server setup comes to my attention rather earlier than if I were an average DBA or developer.
What makes a MySQL server failure/recovery case?
(Shlomi Noach) Or: How do you reach the conclusion your MySQL master/intermediate-master is dead and must be recovered?
