Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to connect without a password? #7

Closed
cullepm3 opened this issue Sep 30, 2013 · 1 comment
Closed

is it possible to connect without a password? #7

cullepm3 opened this issue Sep 30, 2013 · 1 comment

Comments

@cullepm3
Copy link

i setup nfldb with a postgres user that doesn't have a password but I get this when I try to connect:

psycopg2.OperationalError: fe_sendauth: no password supplied

is it possible to connect without a password?

@BurntSushi
Copy link
Owner

I don't think this is a problem with nfldb, but a problem with your PostgreSQL setup.

Does this StackOverflow question and answer help at all?

It seems like you need to specify that the user you're using (along with the host) is trusted in your PostgreSQL configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants