Category

LAMP Stack

Articles in this category
Understanding lsof
lsof lists open files, network connections, and processes. Essential for troubleshooting ports, finding resource hogs, and monitoring activi…
10 min read
Understanding the InnoDB storage engine in MySQL
InnoDB: MySQL/MariaDB's default engine for performance & reliability. Guide: features, `SHOW ENGINES`, create/alter tables & fix issues.
3 min read
Understanding the WordPress database structure
Learn about the WordPress database structure, key tables like wp_options, wp_users, & wp_posts, and how wp-config.php connects your site.
10 min read
Updating Your Linux Kernel
The kernel is the core of the Linux OS. You may need to update it for software compatibility or to patch security vulnerabilities in…
2 min read
Upgrade MySQL 5.x in Plesk for Windows
On Plesk servers, all software upgrades must be done within the control panel. This guide shows how to upgrade MySQL 5.x to MariaDB on&helli…
2 min read
Upgrading MySQL
Planning a MySQL upgrade? Review supported upgrade paths, understand MariaDB migrations, and find step-by-step guides for WHM, Ubuntu, CentO…
2 min read
Upgrading MySQL in WHM
Safely upgrade MySQL or MariaDB in WHM. Learn how to create database backups, repair crashed tables, and navigate the WHM upgrade interface.
4 min read
Upgrading MySQL on CentOS
Safely upgrade MySQL on an unmanaged CentOS server. Learn how to handle backups, fix old password hashes, update binaries, and import tables…
5 min read
Upgrading MySQL on Ubuntu
This tutorial is for the purpose of upgrading MySQL on an unmanaged server with an Ubuntu operating system. If you have CentOS or are&hellip…
6 min read
Upgrading MySQL/MariaDB on core managed servers
Safely upgrade MySQL/MariaDB: Step-by-step guide for Core Managed servers. Includes pre-checks, backups (`rsync`, `mysqldump`), upgrade & fo…
12 min read
Upgrading or Installing PHP on Ubuntu 22.04
Upgrade PHP on Ubuntu 22.04 for better security & performance. This guide covers installation, Apache configuration, and managing PHP module…
7 min read
Upgrading Your PHP 7 Version
Use the client portal to upgrade your PHP version as needed.
1 min read