[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Almost done with manual for Gentoo - but need some help
- Subject: Almost done with manual for Gentoo - but need some help
- From: Joseph <..hidden..>
- Date: Mon, 17 Sep 2007 18:43:28 -0600
When I type:
$ psql -U ledgersmb -d ledgersmb_db
I get:
Welcome to psql 8.0.13, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
ledgersmb_db=#
At this point to change or setup password for this user "ledgersmb" and
database "ledgersmb_db" do I type:
UPDATE users_conf SET password = md5('MYPASSWORD') WHERE id = 1;
Do I need to type password within bracket and quotation: ('phrase')
--
#Joseph