(Carlos Tutte) In systems nowadays, improving security is a must! One of the weakest links in the security system is the user password from where an attacker can enter.
Tag: Open Source
MySQL 8.0 InnoDB Cluster with WordPress in OCI – part III
(Frederic Descamps) With this post we are reaching the end of our journey to HA for WordPress & MySQL 8.0 on OCI.
SQL Query Formatting Tools Used At Percona
(Daniil Bazhenov) Percona engineers often need to analyze and review complex SQL database queries. Good formatting can make these SQL queries much easier to understand and work with. Without clear formatting, queries can become confusing and hard to debug.
MySQL 8.0 InnoDB ReplicaSet with WordPress in OCI – part II
(Frederic Descamps) This article is the second part of our journey to WordPress and MySQL 8.0 High Availability on OCI. The first part can be read here.
Running MySQL on Kubernetes – deployment using persistent volumes
(Ted Wennmark) In this demo we are setting up one MySQL Server using k8s, we will use a deployment and NFS as storage.
MySQL 8.0 InnoDB ReplicaSet with WordPress in OCI
(Frederic Descamps) Today’s article is again related to WordPress and MySQL 8.0. We will see how we can setup MySQL InnoDB ReplicaSet and configure WordPress to split the load using both MySQL Instances: we will split reads and writes between the Primary and the Secondary member of our ReplicaSet.
Using MySQL with Deno
(Kasra Madadipouya) In the penultimate Deno article, I wrote on how to build REST APIs with Deno and Oak. In that tutorial, we used an array as a dummy storage placeholder to not overwhelm ourselves with database connection and other stuff.
Best Practices for MySQL Backups
(Matthew Boehm) Here in Percona’s Training department, we like to think that we instruct our learners on the best practices for all things MySQL-related. In addition to performance tuning, query optimization, and replication configurations, another important topic is backups.
MySQL 8.0.20 New Features Summary
(Olivier Dasini) Presentation of some of the new features of MySQL 8.0.20 released on April 27th, 2020.
Backup and Restore in Percona Kubernetes Operator for Percona XtraDB Cluster
(Stephen Thorn) Database backups are a fundamental requirement in almost every implementation, no matter the size of the company or the nature of the application.