How to import a MySQL/MariaDB Database

June 19, 2023 / MySQL

This guide explains how to import a MySQL/MariaDB database. Follow the steps: To import MySQL/MariaDB database file, first you will have to add an empty database. Log in to MySQL/MariaDB…

Read More

How to delete a MySQL database user

May 24, 2023 / MySQL

In this article, we will explain how to delete a MySQL database user using cPanel. Follow the steps: Login to your “cPanel account”. Search for the “Databases” section of “MySQL…

Read More

How to clear a MySQL database

May 1, 2023 / MySQL

In this article, we will explain how to clear your MySQL database with the help of two different ways: SSH and phpMyAdmin. Using SSH Here,  we will use SSH to…

Read More