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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to