Re: SCRAM question

2018-10-31 Thread Michael Paquier
On Tue, Oct 30, 2018 at 11:03:14AM -0700, Joshua D. Drake wrote: > On 10/30/18 10:51 AM, MichaelDBA wrote: >> I am using pgadmin4 version 3.4 with PG 11.0 and I get this error when I >> try to connect with scram authorization: >> >> User "myuser" does not have a valid SCRAM verifier. >> >> How do

Re: SCRAM question

2018-10-30 Thread Joshua D. Drake
On 10/30/18 10:51 AM, MichaelDBA wrote: I am using pgadmin4 version 3.4 with PG 11.0 and I get this error when I try to connect with scram authorization: User "myuser" does not have a valid SCRAM verifier. How do I get around this? And also how would I do this for psql? You need to update th

SCRAM question

2018-10-30 Thread MichaelDBA
I am using pgadmin4 version 3.4 with PG 11.0 and I get this error when I try to connect with scram authorization: User "myuser" does not have a valid SCRAM verifier. How do I get around this? And also how would I do this for psql? Regards, Michael Vitale