Database

​How do I check my MySQL database?
You can CHECK to see if your MySQL database is running properly using the "Check DB" feature in cPanel. Steps 1. SELECT the database you wa...
Wed, Aug 26, 2015 at 3:46 PM
How do I create a MySQL database?
 Overview MySQL databases allow you to STORE lots of information in an easy to access manner. The databases themselves are not easily read by huma...
Wed, Aug 26, 2015 at 3:52 PM
How do I create a PostgreSQL database?
Overview PostgreSQL databases allow you to STORE lots of information in an easy to access manner. The databases themselves are not easily read by ...
Wed, Aug 26, 2015 at 3:53 PM
​How do I create a user in MySQL?
There are two primary steps when creating a MySQL user. The first step is to CREATE a username and password combination for the user. The second step is t...
Wed, Aug 26, 2015 at 3:53 PM
How do I create a user in PostgreSQL?
 There are two primary steps when creating a PostgreSQL user. The first step is to create a username and password combination for the user. The second s...
Wed, Aug 26, 2015 at 3:54 PM
​How do I delete a MySQL database?
You can easily delete a MySQL database from your web hosting account. Follow the instructions below. Steps 1. When the page loads, you will see a ta...
Wed, Aug 26, 2015 at 3:55 PM
​How do I delete a PostgreSQL database?
You can easily delete a PostgreSQL database from your web hosting account. Follow the instructions below. Steps 1. When the page loads, you will see a t...
Wed, Aug 26, 2015 at 3:55 PM
How do I delete a user from my MySQL database?
There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently. Delete A User From...
Wed, Aug 26, 2015 at 3:55 PM
​How do I delete a user from my PostgreSQL database?
There are two types of deleting users. One way is to delete a user from a database. The other type is to delete a user permanently. Delete A User From Th...
Wed, Aug 26, 2015 at 3:56 PM
​How do I repair my MySQL database?
  You can repair your MySQL database by using the "Repair DB" feature in cPanel. Steps 1.SELECT the database you want to repair from the &quo...
Wed, Aug 26, 2015 at 3:56 PM