Hello,

I am a new Linux user. I hope these step can help other RedHat 5.1 user
Step by step in RedHat 5.1

1.To install PosqtgreSQL and create the first user

root # rpm -Uvh postgresql-*
root # create pguser1
root # su - postgres
postgres# postmaster -D/usr/lib/pgsql
postgres# createuser pguser1
postgres# exit


2.To run the postmaster when booting

root # setup
It is the easiest way to manager the Linux configration in RedHat.
It can setup keyboard, mouse, sound card, Xwin, load/unload services....



3.Let postmaster to be connected with TCP/IP

a. (run postmaster manully)
root # postmaster -S -i -D/usr/lib/pgsql

b. (This must be done if you have finished step 2)
 - change to the directory, init.d (I forget the path, :p)
 - edit the file, postgresql
 - find the string "postmaster -S -D/usr/lib/pgsql"
 - change the string "postmaster -S -i -D/usr/lib/pgsql"
 - save it


Bennett.
begin:          vcard
fn:             Bennett Yip
n:              Yip;Bennett
org:            Linux User Group
email;internet: [EMAIL PROTECTED]
note:           Vist My Comic Homepage 
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard

Reply via email to