(abhinav prasad gupta) An application might face this issue when all the defined max_connections parameter value is exhausted.
Tag: Open Source
MySQL Group Replication: what are those UDFs ?
(Frederic Descamps) To operate more easily a MySQL Group Replication (InnoDB Cluster), the Group Replication plugins provides some UDFs.
Why MySQL doesn’t start after changing datadir in Windows 10
(Nilnandan Joshi) Recently, I was working on one of the support ticket where customer was complaining that when he change datadir location by copying datadir from C: to F:, set mysql permissions and changing location in my.ini, he could not able to start mysql.
Configuring the communication protocol in Group Replication
(Tiago Vale) In a previous blog post we presented the message fragmentation functionality that you can use starting with MySQL Group Replication 8.0.16.
Top Common Issues with MHA and How to Fix Them
(Paul Namuag) In our previous blogs, we discussed MHA as a failover tool used in MySQL master-slave setups.
CHECK constraints in MySQL
(Olivier Dasini) MySQL (really) supports CHECK CONSTRAINT since version 8.0.16.
Database-Aware Load Balancing: How to Migrate from HAProxy to ProxySQL
(Krzysztof Ksiazek) HAProxy and ProxySQL are both very popular load balancers in MySQL world, but there is a significant difference between both those proxies.
MySQL Tutorial – Managing MySQL Server Logs: Rotate, Compress, Retain & Delete
MySQL Server generates several logs that can help you monitor the activities of the server.
The Amazing Shrinking Tarball
(Yngve Svendsen) MySQL has grown over the years, with much richer functionality and indeed support for whole new usage scenarios.
No Ping Will Tear Us Apart – Enabling member auto-rejoin in Group Replication
(Ricardo Ferreira) With the release of version 8.0.16 of MySQL, we’ve added some features to the Group Replication (GR) plugin, in order to enhance its high-availability capacities.