diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ recommend as follows: b) run "psql" with appropriate options to connect to your database. c) Run the SQL script Pg-central.sql. + Note that the psql connection should use the same username that you intend to + use for the user authentication connection. + 5) Set the admin password: a) From psql, determine what admin password you wish to use. Then type: "update users_conf set password = md5('my_password');" |