From: | Kirk Wolak <wolakk(at)gmail(dot)com> |
---|---|
To: | Ron <ronljohnsonjr(at)gmail(dot)com> |
Cc: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: FW: Error! |
Date: | 2023-04-12 21:45:19 |
Message-ID: | CACLU5mSov3Sq1G_V6WG+H-eLXP8JH8GT+PKWyvUEtnwimpFTWQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Apr 12, 2023 at 10:14 AM Ron <ronljohnsonjr(at)gmail(dot)com> wrote:
> Are you sure that you're entering the correct password?
>
> On 4/10/23 19:55, Arquimedes Aguirre wrote:
>
>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows
>
>
>
> *From: *Arquimedes Aguirre <puntal8(at)hotmail(dot)com>
> *Sent: *Sunday, April 9, 2023 5:59 PM
> *To: *pgsql-advocacy(at)postgresql(dot)org
> *Subject: *Error
>
>
>
> Hello there Dear!
>
>
>
> I have an error initializing PSQL shell, who can help me to solve it.
>
>
>
> Please I require your attention, I need to start developing a project,
> apparently there is a hacker that is intervening in this process, I
> appreciate your investigation some research and answer.
>
>
>
> Just to install the program, I got several errors without any common
> sense, I asked the Microsoft support team for help and in 5 minutes they
> solved the problem, it's very weird and odd. Apparently they have control
> of my personal computer.
>
>
>
> I hope that you can pay due attention to these problems that do not allow
> me to advance in what I want to develop for my project. I hope you can find
> the person responsible for these abnormalities.
>
>
>
> Thanks!
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows
>
>
>
>
>
>
> --
> Born in Arizona, moved to Babylonia.
>
My recommendation is to connect with full details:
psql -h localhost -U postgres postgres
Note the username is postgres and the DBname is postgres (the last
parameter).
I would even go so far as:
psql -h 127.0.0.1 -U postgres postgres
Because IPV6 might not be bound as expected.
This simply gets rid of the GUESSING of what PSQL might be trying to do.
Like connecting to a different database, or logging in as a user that does
not exist.
HTH
From | Date | Subject | |
---|---|---|---|
Next Message | Arquimedes Aguirre | 2023-04-12 21:47:25 | RE: FW: Error! |
Previous Message | Kirk Wolak | 2023-04-12 21:35:20 | Re: Guidance on INSERT RETURNING order |