Showing entries 1226 to 1235 of 44800
« 10 Newer Entries | 10 Older Entries »
New Kid On The Block: authentication_webauthn in MySQL 8.2.0

This blog post describes how authentication_webauthn works.

Database Management for MySQL HeatWave

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 […]

OpenLampTech issue #102 – Newsletter Repost

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]
How to Install LOMP Stack (OpenLiteSpeed, MySQL, and PHP) on Debian 12

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.

MySQL 8.2 – transparent read/write splitting

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 […]

MySQL 8.2 – transparent read/write splitting

In MySQL 8.2, a significant enhancement has been introduced to MySQL Router. This improvement enables MySQL Router to intelligently differentiate between read and write queries and efficiently route them based on their nature.

MySQL October 2023 GA Releases Now Available

MySQL Server 8.2.0, 8.0.35 and 5.7.44 are now available for download.  These are the latest General Availability (GA) releases as of October 24, 2023.

SQL Programming Test

Welcome to this amazing SQL programming test that will help anyone deeply interested in working with databases. This test will help you assess your strengths and find gaps in your SQL skills. Ultimately, you’ll know which part of the SQL you should focus on. Test Your SQL Programming Skills Before you delve into the questions […]

Source

What is MySQL replication and when should you use it?

Have you heard about MySQL replication but aren’t sure exactly why you should care? Having multiple servers for any workload is typically considered best practice. After all, a workload split across multiple servers helps balance out the performance of any application. When it comes to working with your database, though, the benefits may not be as clear. In this article, you’ll learn about five real-world use cases for implementing MySQL replication. What is MySQL replication? Before we get into its use cases, let us briefly describe what MySQL replication is. MySQL replication is a process that is used to keep multiple MySQL servers in sync. When you first set up a MySQL environment, it is typically with a single server to run your databases. One approach to scaling your database environment is to configure additional servers to contain copies of your database (replicas) that match the primary MySQL server (source). As data is updated, written …

[Read more]
Where can you find MySQL in November 2023

As we already announced on Aug 15, below you can find the updated list of conferences and MySQL events where you can meet our team in November 2023. Find even more MySQL Events at MySQL.com!

Showing entries 1226 to 1235 of 44800
« 10 Newer Entries | 10 Older Entries »