postgreSQL
Posted 思此狂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgreSQL相关的知识,希望对你有一定的参考价值。
centos 下安装 postgresql
yum -y install postgresql-server postgresql
数据库初始化
service postgresql initdb
开启数据库
service postgresql start
postgres 的配置文件路径
/var/lib/pgsql/data
初始化数据库集群
initdb -D /usr/local/pgsql/data //使用 postgres用户来进行操作
也可以使用 pc_ctl 来进行操作 pg_ctl -D /usr/local/pgsql/data
以上是关于postgreSQL的主要内容,如果未能解决你的问题,请参考以下文章
Mac + virtualenv + pip + postgresql = 错误:找不到 pg_config 可执行文件