Articles
Backing up your MySQL database regularly is one of the most important things you can do to...
If you need to clear all data from a MySQL database — for example, before restoring a backup or...
phpMyAdmin makes it easy to export (backup) your MySQL database as a single file that you can...
You can quickly check the total size of your database and the size of individual tables within it...
After creating a MySQL database and a database user in cPanel, you must assign the user to the...
How to Optimize & Repair Database Tables Using phpMyAdmin Over time, MySQL database tables...
This guide explains how to create a new table in your MySQL database using phpMyAdmin. Steps to...
Dropping (deleting) a table in phpMyAdmin permanently removes the table and all of its data from...
phpMyAdmin is a web-based tool for managing your MySQL databases. This guide covers the essential...
Renaming a database table in phpMyAdmin allows you to change a table's name without losing its...
If your MySQL database is experiencing errors, crashes, or corruption, cPanel provides a built-in...
If you have been locked out of your WordPress admin dashboard — due to a forgotten password, a...
Database errors can cause website issues such as blank pages, failed logins, or content not...
Many applications (WordPress, Joomla, custom scripts) need a MySQL database to store their data....
If you no longer need a database or a database user, you can remove them from your cPanel...
Exporting a database creates a backup file containing all the data and structure of your MySQL...
Importing a database restores data from a backup file (.sql, .gz, or .zip) into an existing MySQL...
If your database displays garbled characters or encoding errors, the collation of one or more...
By default, MySQL databases on cPanel are only accessible from the same server (localhost). If...