Showing entries 751 to 760 of 44095
« 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.

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

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

MySQL in Nov23

OpenLampTech Text-based Developer Interviews Outreach

Hi community,

I’m searching for developers interested in participating in text-based interviews for the OpenLampTech developer newsletter.


This consists of a round of 10 (or so) questions you would write responses to which I would publish in the newsletter as content.

You can promote your own products, services, and/or content links.

I’ve published many of these developer interviews so far (over the last year and a half) to the several hundred plus subscribers and I feel like the readers really enjoy learning about other developers. I know I learn a lot myself and enjoy these interviews.

It’s free to participate.

If you’re interested, email me at openlamptech@substack(dot)com with OpenLampTech Newsletter Interview – Your_Name_Here in the subject line.

Visit the newsletter archives at …

[Read more]
Removing the index guesstimate with MySQL Autopilot Indexing

Removing the index guesstimate with MySQL Autopilot Indexing

Showing entries 751 to 760 of 44095
« 10 Newer Entries | 10 Older Entries »