Knowledge Base

Category: MySQL

1 min read

How to delete a MySQL user ?

Login to your server via SSH & access MySQL prompt, To delete a MySQL user. Select the database mysql & follow the…

2 min read

Managing databases via SSH command line

Managing databases via the SSH command is typically necessary & may be quicker than using the phpMyAdmin web interface. If you do…

1 min read

Repair a MySQL Database

To fix a database that doesn’t properly perform, this feature examines and repairs tables that will are corrupted. Navigate to the Databases…

1 min read

Renaming Database Tables via phpMyAdmin

In the following tutorial, we’ll show you how to rename database tables using phpMyAdmin. phpMyAdmin could be a free and opensource applications…

1 min read

How to change the password of the MySQL root user

Introduction If an error takes place in the WHM or cPanel and you want the root MySQL user’s password needs to be…

1 min read

Moving Tables from One MySQL Database to Another Using Command Line Interface

Moving all of the tables from one MySQL database to a different is very simple. It will be done using phpMyAdmin to…

3 min read

Steps to Copy a MySQL table with phpMyAdmin Explained

The article would assist you with a stepwise procedure about a way to copy a table with phpMyAdmin located within the cPanel…

2 min read

How to Check and Repair a Corrupted MySQL Database Table using SSH ?

Most of the days, because of errors or bugs within the MySQL database tables, webmasters have to face various unknown problems. Whenever…