createuser -HELP!!
Started by Mayanover 24 years ago2 messagesgeneral
Using my root account I tried to create a personal account using
'createuser' but I get a message saying that root is not in the
pg-shadow file. How do I create an account then? if nobody here has an
account open with PosgreSQL. Anybody?
Mayan writes:
Using my root account I tried to create a personal account using
'createuser' but I get a message saying that root is not in the
pg-shadow file. How do I create an account then? if nobody here has an
account open with PosgreSQL. Anybody?
Run createuser as the user that the PostgreSQL server is running as,
typically 'postgres'.
Lee.