Monthly Archive: 12 月, 2013

OS X 自带 Postgres 操作

在 Lion Server 以上的操作系统中,Apple 已抛弃了 MySQL 数据库,改用更为强大和安全的 Postgres,但是对于 Postgres 完全不熟悉,再此做简单纪录。

启动 Postgres 命令:

$sudo serveradmin start postgres

命令行登陆管理命令:

gsql -h localhost

修改密码命令:
alter user postgres with password ‘new password’;

参考软件:
pgAdmin
phppgAdmin
Postgres.app

参考网址:
http://postgresapp.com/documentation