我不是linux共享服务器的根目录。 我已为我的本地个人资料(http://blog.endpoint.com/2013/06/installing-postgresql-without-root.html)
安装了postgres我在同一台服务器上运行python代码来访问该数据库。
我应该如何在我的python代码中提供我的URL: dbURL = postgres:// postgres:root @ localhost:5432 / myDb
或者我应该添加 导出PATH = $ HOME / postgres / bin /:我的.bashrc文件中的$ PATH
我从终端检查过,myDb在localhost:5432 postgres服务器上。 当我从终端与我的数据库进行交互时,一切正常。
抱歉,我无法理解我的代码无法连接到此数据库的原因。 PS:代码方面的一切都很好(在本地机器上完美运行)