On Tue, Feb 25, 2014 at 7:31 PM, o1bigtenor <o1bigte...@gmail.com> wrote:

>
>
>
> On Tue, Feb 25, 2014 at 9:21 PM, Chris Travers <chris.trav...@gmail.com>wrote:
> snip
>
>> # psql
>>> psql: FATAL:  role "root" does not exist
>>>
>>
>> In most linux distros, you will need to:
>>
>> sudo -u postgres psql
>>
>
> # sudo -u postgres psql
> psql (9.3.2)
> Type "help" for help.
>
> postgres=# ALTER USER dbantel WITH PASSWORD sh8l0m VALID UNTIL tomorrow
> postgres-#
>

Sorry, my bad,  There are two changes you need to make to that.  You can
ctrl-C to return to a new statement prompt.

ALTER USER dbantel WITH PASSWORD 'sh8l0m' VALID UNTIL 'tomorrow';

Note the single quotes and the trailing semicolon.

And note this is a temporary password only valid until the day changes so
you will need to reset it through the user interface quickly.

>
>
> seems to have been successful yet when I try to log in with this password
> I am getting nowhere fast!
>
> HELP!
>
> Darald
>
>
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> Ledger-smb-users mailing list
> Ledger-smb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>
>


-- 
Best Wishes,
Chris Travers

Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor
lock-in.
http://www.efficito.com/learn_more
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to