mac os x 中postgresql使用教程在网上搜索不多了,自己找了很久才找到一个简单的例子,下文我们就一起来看看这个例子,希望例子能帮助到大家.
 
  start
  pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
  stop  //phpfensi.com
  pg_ctl -D /usr/local/var/postgres stop -s -m fast
  create db and user
  postgresql 的 bin 目录,默认并没有加入 path,要么在. bash_profile 里面加入,要么进入安装的目录.
 
  cd /usr/local/Cellar/postgresql/9.3.5/bin  
  creatdb yemai
  进入sql:psql yemai
 
  运行建用户的sql:CREATE USER yemai WITH PASSWORD 'yemai'。
 
 

dawei

【声明】:站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。