(Jaime Sicam) MySQL supports replicating to a slave that is one release higher. This allows us to easily upgrade our MySQL setup to a new version, by promoting the slave and pointing the application to it.
Tag: Open Source
[Solved] How to install MySQL Server on CentOS 7?
(Rathish Kumar) Recently, when I am working on setting up MySQL Enterprise Server, I found, there is too much information available over internet and it was very difficult for a newbie to get what is needed for direct implementation.
Configuring and Managing SSL On Your MySQL Server
In this blog post, we review some of the important aspects of configuring and managing SSL in MySQL hosting. These would include the default configuration, disabling SSL, and enabling and enforcing SSL on a MySQL server.
Monitoring Processes with Percona Monitoring and Management
(Peter Zaitsev) A few months ago I wrote a blog post on How to Capture Per Process Metrics in PMM. Since that time, Nick Cabatoff has made a lot of improvements to Process Exporter and I’ve improved the Grafana Dashboard to match.
What is the best practice to get a list of all the queries running in MySQL (processlist) ?
(Frederic Descamps) If you are a MySQL DBA for a long time (like me), it’s very complicated to get rid of bad habits. One of them I really need to change is the way to retrieve the list of all the running queries (processlist).
Using the keyring_vault Plugin with Percona Server for MySQL 5.7
(Jericho Rivera) The keyring_vault is a plugin that allows the database to interface with a Hashicorp Vault server to store and secure encryption keys.
MySQL Document Store building Index Search
(Ivan Ma) This is a tutorial to go through setting Up MySQL 8.0 Document Store, Importing World_x Sample database and building GENERATED COLUMN with Index and lastly to show the QUERY PLAN using collection.find() that uses the INDEX built.
JSON_TABLE – The Best of Both Worlds
(Øystein Grøvlen) One of the new JSON functions in MySQL 8.0 is JSON_TABLE. It is also MySQL’s first table function. That is, the return value is not a scalar value, but a result set.
Analytical Databases
(Baron Schwartz) For various reasons, I’ve become interested in analytical databases. These are traditionally called OLAP (online analytics processing) and are designed to extract insights from very large datasets, often with expectations of long response times (hours).
Encryption of the InnoDB System Tablespace and Parallel Doublewrite Buffer
(Ceri Williams) In my last post I compared data at-rest encryption features available for MySQL and MariaDB.