I want to get access to my Pyhonanywhere Postgesql database from home using the command line. When I enter this at the bash prompt:
$ psql -h mycoolsite-96.postgres.pythonanywhere-services.com -p 10096 -U webdba -d memdb
Nothing happens. No error message, nothing. It seems to be waiting for more input from the keyboard but I don't know why. How can I get access to my database remotely using psql?