MySQL Minor Version Upgrade Procedure

During a recent security scan of backend components, several minor vulnerabilities were detected. To prevent issues during future deployments, I decided to upgrade the MySQL installation. The upgrade strategy involves replacing MySQL binaries only, upgrading the replica node first, promoting it to the primary, and then upgrading the original pr ...

Posted on Wed, 16 Sep 2026 16:19:13 +0000 by Lerris

Database Systems Overview and MySQL Deployment on Linux

Data represents stored information in various forms such as images, text, spreadsheets, attachments, videos, application packages, user account records, and order details. A Database Management System (DBMS) organizes, stores, and retrieves this data efficiently. The major categories include: RDBMS (Relational) NoSQL (Non-relational) NewSQL (D ...

Posted on Thu, 07 May 2026 06:10:05 +0000 by R_P