postgres数据库安装

D:\compiere\pgsql\bin>initdb -D d:/compiere/pgsql/data -E UTF8 --locale=C
The default text search configuration will be set to "english".

creating subdirectories ... 100
selecting default shared_buffers/max_fsm_pages ... 32MB/204800
创建配置文件 ... initializing pg_authid ... initializing dependencies ... 创建系
统视图 ... loading system objects' descriptions ... 创建字符集转换 ... creating
dictionaries ... 对内建对象设置权限 ... 创建信息模式 ... 清理数据库 template1 ..
. 拷贝 template1 到 template0 ... copying template1 to postgres ...
警告: 为本地连接启动了 "trust" 认证.
你可以通过编辑 pg_hba.conf 更改或你下
次运行 initdb 时使用 -A 选项.

Success. You can now start the database server using:

"postgres" -D "d:/compiere/pgsql/data"
or
"pg_ctl" -D "d:/compiere/pgsql/data" -l logfile start

Leave a Reply

Spam Protection by WP-SpamFree