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

Related post

  1. NO IMAGE
  2. NO IMAGE
  3. NO IMAGE
  4. NO IMAGE
  5. NO IMAGE
  6. NO IMAGE

There are no comment yet.

ABOUT

老赵的个人博客,关于 Mac, iPhone, iPad, iPod等产品的软件和硬件技术交流。也讨论Linux/UNIX技术,服务器运维技术等。

2024 年 12 月
1234567
891011121314
15161718192021
22232425262728
293031  

Powerd by WordPress on Xserve
Xserve 2009
@2012-2024 HelloMac Copyright