【发布时间】:2016-07-25 08:58:58
【问题描述】:
我已经在我的 CentOS 6.5 上安装了 PostgreSQL
我已经安装了相同的 http://www.enterprisedb.com/products-services-training/pgdownload
现在 Postgres 在我检查过的 5432 上运行
netstat -ant|grep 5432
但是当我运行像 postgres 或 psql 这样的命令时
我收到错误
command not found
请在附件中找到相同的图片。
【问题讨论】:
-
您需要将这些程序放入您的
PATH -
我该怎么做?
-
完成。但是现在当我点击命令 psql 时,它会要求输入密码,并且当我输入我在安装时设置的密码时。它说密码无效。
标签: postgresql centos6.5