How to create a PgSQL database

Bookmark and Share
This movie is intended to show you how to create a PostgreSQL database in 3 easy steps.

How to create a PostgreSQL database through your Control Panel - overview


There are just 3 easy steps to follow in creating a PostgreSQL database.

1. The first step you need to make is to log into your Web Hosting Control Panel. To do that, go to the 'Control Panel' login link in the upper right corner of your screen. Then introduce your username and password in the Members Area Login form and hit the 'Login' button to proceed further. 

2. Once on the Control Panel index, click on the PostgreSQL Databases icon to open the PostgreSQL Databases section. 




Related Articles

Create a PostgreSQL database
Create PgSQL Tables and Insert, Select, Update or Delete data
Create Users and Grant Privileges in PostgreSQL
Delete Tables in PostgreSQL
PhpPgAdmin


2.1. To create a new database you need to enter the name of your new PostgreSQL database in the 'Database Name' field.

2.2. Then fill in your database password in the two password fields and click on the Add PostgreSQL Database button to create your PostgreSQL database.

2.3. Once your database has been created you can see it listed in the database name table.

Now you know how to create your own PgSQL database through your web hosting Control Panel.


Related Video Tutorials

How to change a PgSQL database password
How to create PgSQL table with phpPgAdmin
How to drop PgSQL database using the phpPgAdmin tool
How to export PgSQL database dump
How to restore PgSQL database from backup