The latest release of MySQL (October 25th, 2023) is the second Innovation Release of the most popular Open Source database. This new evolution release brings us ever closer to the very first MySQL LTS Release! This new Innovation Release already contains contributions from our great Community. MySQL 8.2.0 contains patches from Meta, Nikolai Kostrigin, Meng-Hsiu […]
Thank you to all the contributors who have sent patches to MySQL
Database Management is designed to help you prevent potential outages in your key applications by providing performance diagnostics capabilities that simplify diagnosing performance issues for administrators and ensure quicker resolution of performance bottlenecks. The service also provides advanced performance management capabilities to proactively detect and identify the root cause of SQL performance issues.
The latest release of MySQL (October 25th, 2023) is the second Innovation Release of the most popular Open Source database.
This new evolution release brings us ever closer to the very first MySQL LTS Release!
This new Innovation Release already contains contributions from our great Community. MySQL 8.2.0 contains patches from Meta, Nikolai Kostrigin, Meng-Hsiu Chiang (Amazon), Richard Dang, Shaohua Wang, Hao Lu, Wen He (Tencent), Yin Peng (Tencent) and Daniël van Eeden.
Let’s have a look at all these contributions:
Server Compiling
- #111549 – Made additional improvements to WITH_ZLIB functionality – Nikolai Kostrigin
- #111467 – Building with WITH_ZLIB=”system” would break the MySQL build as it failed to find …
This blog post explains changes done around cipher support in MySQL 8.2.0 release.
This blog post describes how authentication_webauthn works.
We’re pleased to share the general availability of Oracle Cloud Infrastructure (OCI) Database Management for the MySQL Heatwave service on OCI! Oracle has been a leader in Database Management for decades, and now these unique capabilities are available in Oracle Cloud. This new MySQL monitoring capability in the Database Management service brings the best of […]
PHP dev tools | OLT developer interview | WooCommerce product data management | Drop SQL columns | Laravel stack trace. OpenLampTech is a media and content source for MySQL, PHP, and the LAMP stack.
The Newsletter for PHP and MySQL Developers
Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.
If you’re not yet subscribed, grab your free subscription today and join the OpenLampTech community.
Thank you for reading this post. Please share it with someone else who would enjoy it as well.
…
[Read more]OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3 along with TLS v1.3 and QUIC protocols. In this tutorial, we will learn how to install an OpenLiteSpeed Server on a Debian 12 machine.
We’ve been all waiting for it! It’s now available! Read/Write Splitting in MySQL !! At scale, we distribute reads between replica(s), but this has to be managed somehow in the application: pointing writes somewhere and reads somewhere else. With MySQL 8.2, MySQL Router is now able to identify reads and writes and route them to […]