PostgreSQL Installation and Management

Installation instructions and PostgreSQL database management including user management Location in cwp.admin Left menu --> SQL Services --> PostgreSQL Installer Once you have installed PostgreSQL then you will also get two more options in the cwp.admin Left menu --> SQL Services --> PostgreSQL Manager Left menu --> SQL Services --> phpPgAdmin Functions - Install PostgreSQL […]

Read More

MongoDB Installation and Management

Installation instructions and MongoDB database management including user management Location in cwp.admin Left menu --> SQL Services --> MongoDB Manager Functions - Install MongoDB ver.2 or ver.3 - Create & Remove Databases - Create & Remove user per database - User Management: Change Password, Remove User Video instructions

Read More

PostgreSQL Usage (basic)

Installation of PostgreSQL can be done with a single click in the CWP GUI. Video instructions PostgreSQL Usage (command line) Login to postgresql prompt su - postgres psql set postgres password postgres=# \password postgres Enter new password: Enter it again: postgres=# \q To install PostgreSQL Adminpack, enter the command in postgresql prompt postgres=# CREATE EXTENSION […]

Read More