Articles in this category
Restore Cloud Sites Databases or Content Backups
Recover your Cloud Sites data. Learn how to use Restore Points to revert your website files or database to a previous backup version.
Restoring a MySQL Database from a Backup
Made a change and something went wrong? Restoring a MySQL database from a backup is the fastest way to get your site back online.…
Selecting a MySQL Database via Command Line and cPanel
Have multiple MySQL databases? To avoid editing the wrong one, you must select it first. Here's how to do it using cPanel or the…
Server Database Management
Master your database with our expert guides on administration, management, and high availability for MySQL, MariaDB, and more.
Setting Up a Database with MySQL Database Wizard in cPanel
Databases are an important part of most modern, dynamic websites. This article provides instructions for setting up a database with MySQL Da…
Setup phpMyAdmin on Linux (AlmaLinux)
Our helpful guide shows you how to install phpMyAdmin on AlmaLinux to easily manage your MariaDB or MySQL databases.
Setup phpMyAdmin on Linux (Ubuntu)
This tutorial shows you how to install and configure phpMyAdmin on Ubuntu to easily manage MariaDB or MySQL databases from a web browser.
Show (List) MySQL Databases via Command Line on Linux
Find out how to easily show (list) all MySQL databases on Linux via command line with our comprehensive tutorial.
Truncating MariaDB/MySQL tables in the Nexcess Cloud
Truncating MariaDB/MySQL tables allows you to easily remove all data from the chosen MySQL database tables without having to manually delete…
Understanding Databases
A database is an organized collection of information. It provides an efficient and organized mechanism for storing, managing, and retrieving…
Understanding key MySQL variables
This guide explains key MySQL variables, their purpose, impact, and default values. It's a reference for understanding server behavior and o…
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.