I'm not an expert, but I think your problem could be the following:
Quote:
# If you run psql without a database name as an option, it tries to
# connect to a database with the same name as the $USER psql runs as.
|
Your command should therefore be:
Code:
psql -U ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2
Edit: Damn, I just realised you already tried that. In that case I'm out of ideas.