(Frederic Descamps) Over the last few years, our community discussions have moved to MySQL Community Slack and MySQL Community Forums. And, Q&A discussions have moved to StackExchange and StackOverflow. The traditional MySQL mailing lists do not have any meaningful traffic, and are being discontinue
Tag: Open Source
Customizing Per-Process Metrics in PMM
(Agustín) If you have set up per-process metrics in Percona Monitoring and Management, you may have found yourself in need of tuning it further to not only group processes together, but to display some of them in isolation.
Working with AUTO_INCREMENT Columns in MySQL
(Rob Gravelle) Auto-increment allows a unique number to be generated automatically whenever a new record is inserted into a table.
Connectivity to MariaDB Keeps Extending in dbForge Studio for MySQL
(Alena Subotina) We are thrilled to inform our MySQL users that fresh and new dbForge Studio for MySQL, v8.1 has been just rolled out!
AWS Aurora MySQL – HA, DR, and Durability Explained in Simple Terms
(Brian Walters) It’s a few weeks after AWS re:Invent 2018 and my head is still spinning from all of the information released at this year’s conference. This year I was able to enjoy a few sessions focused on Aurora deep dives.
MySQL 8.0 and user password management
(Frederic Descamps) I already covered some information related to users password recently (see this post and this one).
ProxySQL 1.4.13 and Updated proxysql-admin Tool
(Borys Belinsky) ProxySQL 1.4.13, released by ProxySQL, is now available for download in the Percona Repository along with an updated version of Percona’s proxysql-admin tool.
MySQL examples in Node.js
If you’re integrating your Node.js service with MySQL, you probably want to execute queries.
Care when changing MASTER_DELAY with CHANGE MASTER TO (delayed replication)
(Jean-François Gagné) A few days ago, I stepped into a trap ! This made me lose time for fixing things (and even more for writing this post…). In the hope that you will avoid my mistake, I am sharing this war story. I also obviously opened a bug, more about this below.
ProxySQL Series : Query Cache with ProxySQL
(Ashwini V. Ahire) We know that MySQL query cache is deprecated as of MySQL 5.7.20 and removed in MySQL 8.0 and It has been recommended to use ProxySQL (or other) external query cache instead.