Portal Home > Knowledgebase > Databases > PostgreSQL Databases > Create Database User


Create Database User




After creating database you need to add user and access privileges in order to make the database can be managed and loaded.  To be remembered, the PostgreSQL user account should be created separately from account administrator mail and web.

To create new account user:

  1. You can access PostgreSQL Users interface by clicking Jump to SQL Users.
  2. Input username under Add New User.
  3. Input password in Password box
    • Note: Password lengths consist of 7 characters or less.
    • To get safe password, click Password Generator button.
  4. Retype password in Password (Again) box.
  5. Click Create User.


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Database Search (Views: 1201)
Database Chart (Views: 1265)
Delete Database (Views: 1097)
Delete PostgreSQL User (Views: 2635)