(Paulo Jesus) MySQL Shell 8.0.13 (GA) introduced a new feature to allow you to easily import JSON documents to MySQL.
Tag: Open Source
MySQL X DevAPI Connection Pool with Connector/Python
(Jesper Krogh) If you have an application that need to use multiple connections to the MySQL database for short periods of times, it can be a good to use a connection pool to avoid creating a new connection and going through the whole authentication process every time a connection is needed.
MySQL 8.0.13: Change Current Password Policy
(Rahul Sisondia) We have introduced a new policy for you to enforce on your non-privileged users.
MySQL NDB Cluster row level locks and write scalability
(Bernd Ocklin) MySQL NDB Cluster uses row level locks instead of a single shared commit lock in order to prevent inconsistency in simultaneous distributed transactions.
How Not to do MySQL High Availability: Geographic Node Distribution with Galera-Based Replication Misuse
(Marco Tusa) Let’s talk about MySQL high availability (HA) and synchronous replication once more.
MySQL Master Replication Crash Safety Part #2: lagging slaves
(Jean-François Gagné) This is Part #2 of the MySQL Master Replication Crash Safety series. In the previous post, we explored the consequence of reducing durability on masters with slaves using legacy file+position replication.
MySQL High Availability On-Premises: A Geographically Distributed Scenario
(Marco Tusa) In this article, we’ll look at an example of an on-premises, geographically distributed MySQL high availability solution.
Pager for the New MySQL Shell
(Dave Stokes) I love the new shell but the one thing I missed from the old shell was the ability to use a pager like more or less to throttle the output of the screen. Low and behold the engineers have added paging in MySQL Shell 8.0.13!!
Auto-Refreshing Reports in MySQL Shell
(Jesper Krogh) MySQL Shell makes it easy to develop tools you can use for example to generate reports. In a previous blog, I showed how to use external modules in MySQL Shell.
Innotop for MySQL 8.0
(Frederic Descamps) Recently, I did some maintenance on Innotop and I merged several pull requests including one to support MySQL 8.0 (thank you yoku0825 for the contribution).