Knowledgebase

How To Assign a User to a MySQL Database in cPanel

Click the “MySQL Databases” icon. Under “Add User To Database”, select the user you want to...

How To Change a MySQL Database User’s Password in cPanel

Click the “MySQL Databases” icon. Locate the user whose password you want to change, and click...

How To Check a MySQL Database for Errors in cPanel

Click the “MySQL Databases” icon. Under “Modify Databases”, and in the “Check Database”...

How To Create a MySQL Database User in cPanel

This tutorial assumes you’ve already logged in to cPanel, and are starting on the home screen....

How To Create a MySQL Database in cPanel

Click the “MySQL Database Wizard” icon. Enter a name for the new database, then click “Next...

How To Delete a MySQL Database User in cPanel

Click the “MySQL Databases” icon. Locate the “Current Users” section at the bottom of the...

How To Delete a MySQL Database in cPanel

Click the “MySQL Databases” icon. Locate the database name you want to delete, and click the...

How To Manage a MySQL Database with phpMyAdmin in cPanel

This tutorial assumes you’ve already logged in to cPanel, and are starting on the home screen....

How To Remove a User from a MySQL Database in cPanel

Click the “MySQL Databases” icon. In the table of databases, locate the database you wish to...

How To Repair a MySQL Database in cPanel

Click the “MySQL Databases” icon. Under “Modify Databases”, and in the “Repair Database” drop...

How To Set Up a Database using the MySQL DB Wizard

  This tutorial assumes you’ve already logged in to cPanel, and are starting on the home screen....

How to covert your MySql code to MySqli code when migrating from PHP5 to PHP7

In PHP 7, the MySQL extension is completely removed. Thus, in this article, we will discuss how...