MariaDB / MySQL Database Articles
31 results
This collection contains articles and resources for MariaDB / MySQL administration. The topics covered include initial setup, user management, replication, and performance tuning.
-
Understanding the InnoDB storage engine in MySQL
Read more: Understanding the InnoDB storage engine in MySQLInnoDB: MySQL/MariaDB’s default engine for performance & reliability. Guide: features, `SHOW ENGINES`, create/alter tables & fix issues.
-
Upgrading MySQL
Read more: Upgrading MySQLPlanning a MySQL upgrade? Review supported upgrade paths, understand MariaDB migrations, and find step-by-step guides for WHM, Ubuntu, CentOS, and Plesk.
-
Upgrading MySQL on CentOS
Read more: Upgrading MySQL on CentOSSafely upgrade MySQL on an unmanaged CentOS server. Learn how to handle backups, fix old password hashes, update binaries, and import tables via SSH.
-
Upgrading MySQL on Ubuntu
Read more: Upgrading MySQL on UbuntuThis tutorial is for the purpose of upgrading MySQL on an unmanaged server with an Ubuntu operating system. If you have CentOS or are upgrading via cPanel, please see our articles for instructions on upgrading via CentOS or WHM.
-
Upgrading MySQL/MariaDB on core managed servers
Read more: Upgrading MySQL/MariaDB on core managed serversSafely upgrade MySQL/MariaDB: Step-by-step guide for Core Managed servers. Includes pre-checks, backups (`rsync`, `mysqldump`), upgrade & follow-up.
-
Using MySQL Tools via Secure Shell (SSH)
Read more: Using MySQL Tools via Secure Shell (SSH)Interacting with MySQL Client via command line allows manipulation of databases and their functions. This article covers common commands and their functionalities, facilitating database management.
-
What is MySQL Indexing?
Read more: What is MySQL Indexing?What is MySQL indexing? Learn how it speeds up database queries by replacing slow linear searches with efficient binary sorting to improve server performance.