Category: MySQL
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…
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…
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…
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…
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…
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…
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…
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…