Einzelnen Beitrag anzeigen
Alt 03.09.2004, 12:02   #4
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

# yast -i postgresql # oder so
# grep postgres /etc/passwd # check auf postgres user
# useradd -s /bin/sh -h /path/to/pgsql-data postgres # user anlegen falls nicht vorhanden
# vi /path/to/pgsql-data/pg_hba.conf # authentifizierung ändern falls gewünscht
# su postgres -c 'initdb -D /path/to/pgsql-data'
# su postgres -c 'postgres -D /path/to/pgsql-data > /var/log/postgres 2>&1 &'

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten