Overview


PostgreSQL databases allow you to STORE lots of information in an easy to access manner. The databases themselves are not easily read by humans. PostgreSQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you'll need to CREATE it. Only PostgreSQL Users (different than mail or other users) that have privileges to access a database can read from or write to that database.

There are two ways to create a PostgreSQL database The easiest way to CREATE a PostgreSQL database is to use the PostgreSQL Database Wizard built directly into the cPanel interface. The second way involves a few more steps, but does not require you to go through the wizard.
Create A PostgreSQL Database Using The Wizard

Steps
1. When the page loads, ENTER the name of your new database in the "New Database" text box.
2. Next, CLICK on the Create Database button.
3. You should see the following statement:
* "Added the database YOUR_DATABASE_NAME."
4. ENTER the username and password you want to use for this database in the "Username" and "Password" text boxes, respectively.
5. Next, CLICK on the Create User button.
6. You should see the following statement:
* "Added USERNAME with the password PASSWORD."
7. Next you will SEE "Step 3" requesting you to add the user you just created to the database you just created. CLICK on the Submit button to proceed with adding the user to the database.
8. You should SEE the following statement:
* "User USERNAME was added to the database DATABASE."
9. When the page loads you will have three available options to choose:
* Add another database - CLICK this link if you want to add another PostgreSQL database to your web hosting account.
* Add another user using the PostgreSQL Database Area - CLICK this link if you want to add another user to the database you created in the steps above.
* Return to Home - CLICK this link if you want to return to the cPanel dashboard.

Create A PostgreSQL Database Manually

Steps
1. When the page loads, ENTER the name of your new database in the "New Database" text box.
2. Next, CLICK on the Create Database button.
3. You should see the following statement:
* "Added the database YOUR_DATABASE_NAME."
4. CLICK on the Back to Manage Databases link.
5. When the page loads, you will SEE a table with your newly created database containing the following information, split into four columns:
* Database - This entry will be the database name you created in Step 1 above.
* Size - This entry will be the size of the database you created in Step 1 above.
* Users - This entry will be the users in the database you created in Step 1 above. When you first create a new database manually, this column entry will be empty. CONTINUE to Step 6 below to learn how to CREATE and ADD a user to your new database.
* Actions - You have one choice:
o Delete Database - CLICK on this link to delete a database.
6. In the "New User" section, ENTER the username and password you want to use for this database in the "Username" and "Password" text boxes, respectively.
7. Next, CLICK on the Create User button.
8. You should see the following statement:
* "Added USERNAME with the password PASSWORD."
9. CLICK on the Go Back link.
10. FIND the "Add User To Database" section. SELECT the user you created in Step 6 above from the "User" drop down menu. Then SELECT the database you created in Step 1 above from the "Database" drop down menu.
11. Next, CLICK on the Submit button.
12. You should SEE the following statement:
* "User USERNAME was added to the database DATABASE."
13. CLICK on the Go Back link.
14. You should now SEE the user you created in Step 6 above in the "Users" column.