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