Forums

Accessing Postgres DB with TablePlus

Hello,

I'm trying to access my Postgres DB with tablePlus. I'm following instructions given in the page : https://help.pythonanywhere.com/pages/AccessingPostgresFromOutsidePythonAnywhere/

But I can't figure out how to make it works. I tried with the secondary db username created and associated PW, then the default username (super) and the master PW. I tried the ssh.eu.pythonanywhere.com and the ssh.pythonanywhere.com server adress,.... For pythonanywhere id, I used my PAW username then my email adress.... I'm doing something wrong but I can't figure what it is! the tutorial is giving a port 22 for the server. Is it all right or is it something different withe the EU SSH server? Thanks for your feed back!

Your account is on our US system -- you only need to use the ssh.eu.pythonanywhere.com if you registered your account on our separate system at eu.pythonanywhere.com. The "user" near the top of the page should be "super", and the password should be the password you set on the "Databases" page inside PythonAnywhere. The second user/password combination at the bottom of the page should be "archy", and the password you use to log in to our site.

It sounds like that was one of the combinations that you tried, though. What error are you getting when you try to connect with those settings?

ok, I deleted everything and started from scratch and tada! it works! Thanks

Glad to hear that!