Secure MySQL 8.4 LTS with TLS/SSL Certificates on Ubuntu 24.04 / Rocky Linux 10
MySQL 8.4 LTS supports TLS/SSL encryption for all client-server communication, protecting data in transit from eavesdropping and man-in-the-middle…
MySQL 8.4 LTS supports TLS/SSL encryption for all client-server communication, protecting data in transit from eavesdropping and man-in-the-middle…
Apache Kafka exposes hundreds of internal metrics through Java Management Extensions (JMX), but those numbers are useless without…
Windows Server Failover Clustering (WSFC) is a built-in feature of Windows Server that groups multiple servers into a…
QuestDB is a high-performance open-source time-series database built in Java and C, designed for fast ingestion and SQL…
Dolt is a SQL database with Git-style version control built in. Every table, row, and schema change can…
Running a database cluster that handles failover without dropping connections is one of those problems that sounds simple…
In this blog post we will start a MySQL database inside a container, and then create and populate…
LevelDB is a fast key-value storage library developed by Google. It provides an ordered mapping from string keys…
MariaDB replication copies data from one database server (the master) to one or more other servers (slaves) in…
Redis 7 is the latest stable release of the popular in-memory data structure store, bringing significant improvements in…
PostGIS is a spatial database extension for PostgreSQL that transforms a standard relational database into a full-featured geographic…
Forgetting the MySQL or MariaDB root password is one of those things that happens to every database administrator…