(Dave Stokes) MySQL 8.0.19 introduced the ability to lock an account on a MySQL instance after too many failed logins.
Tag: Open Source
Using a MySQL Keyring SECRET and Asymmetric Encryption
(Mike Frank) The following is an example of how to allow applications to asymmetrically encrypt data using a public key. In MySQL 8.0.19 support for the SECRET datatype was added to our Keyring technology.
Orchestrator Fails To Start After Reboot Using SystemD
(Matthias Crauwels) While testing in an orchestrator lab I saw that none of my Orchestrator on-raft nodes were coming online after a reboot.
18 Things You Can Do to Remove MySQL Bottlenecks Caused by High Traffic (Part One)
(Peter Zaitsev) There was no reason to plan for it, but the load on your system increased 100%, 300%, 500%, and your MySQL database has to support it.
MySQL Query Rewritten plugin now supporting DELETE / INSERT / UPDATE / REPLACE
(Sri Sakthivel Durai Pandian) MySQL has the inbuilt query rewritten plugin for rewrite the SQL statements which received by the server before execute them .
ProxySQL 2.0.9 Introduces Firewall Whitelist Capabilities
(Walter Garcia) In this blog, we will test a new security feature added in ProxySQL 2.0.9. Since a time ago, we have had the ability to block queries using mysql_query_rules table matching a group of queries using reg exp like a blacklist. Check out a previous blog for how to config “ProxySQL Firewa
Using OCI to install Drupal and MySQL 8.0
(Frederic Descamps) My previous post related on how to install WordPress on Oracle Cloud seemed to be very popular. To continue the exploration of OCI, today we will install Drupal.
Use Case: Geo-distributed Multi-master MySQL for Financial Services SaaS Providers
(Jean-Jerome Schmidt) For this next ‘multi-master MySQL’ blog in our Continuent MySQL Use Case series, we’re focusing on Financial Services Saas providers.
Tips for MySQL 5.7 Database Tuning and Performance
(Brian Sumpter) While there is no magic bullet for MySQL 5.7 database tuning, there are a few areas that can be focused on upfront that can dramatically improve the performance of your MySQL installation.
Shutdown with MySQL 8
(Shinguz) On StackExchange for Database Administrators I recently have seen a question which attracted my interest.