Tools
How to connect and view the Web Help Desk embedded PostgreSQL database
This article describes how to connect and view the Web Help Desk embedded PostgreSQL database
First published date
Last published date
Overview
Product section
Resolution
Use pgAdmin3 to connect to the PostgreSQL database
1. Log into Web Help Desk Server2. Go to this directory: C:\Program Files\WebHelpDesk\pgsql9\bin
3. Run pgAdmin3. Run as Administrator.
4. Connect to the WHD database.
Name is whddb
The default Username is whd.
The default Password is whd.
Host is either Localhost or 127.0.0.1
5. Click Ok. Then close pgAdmin3, then run it again.
6. Expand "Databases" then double click 'whd'
Run SQL queries using pgAdmin3
1. Click the SQL icon at the top (the icon that looks like a magnifying glass)2. Type the SQL command, then click the green play button at the top to execute.
Note: pgAdmin3 is only a database interface, and is not the actual database program. pgAdmin3 may display any number of database connections to PostgreSQL. However, it does not mean that there are multiple instances of the database running in your deployment.