Writer switchover issues with ProxySQL and Galera can feel like an unsolved puzzle. Recently, I encountered two ...
MySQL
In this article, we'll explain why encrypting tablespaces and binary logs in MySQL is so important. Do expect step-by-step guidelines and practical examples demonstrating common risks coming with non-encryption.
If you have not already heard, Vettabase is now a partner of MindsDB, working on improving MySQL ...
MariaDB and MySQL support several storage engines. See MariaDB and MySQL storage engines: an overview for a ...
MySQL was the first DBMS to introduce the concept of storage engines in the early 2000s. This was one of its main ...
The MySQL Team has released MySQL 8.0.33 very recently on April 18, 2023. This release contains a number of bug ...
Every MySQL 8 minor release comes with a good number of bug fixes as well as exciting new features. MySQL 8.0.14 ...
In SQL, using the LIKE operator is a powerful way to find strings that match a certain pattern. It's suitable for ...