ChinaUnix.net
相关文章推荐:

freebsd 8 安装 postgresql

1. 假设环境 pgsql.home.net 192.168.1.3 255.255.255.0 文中的 port 选项是本人喜好,不是预设值或建议值 2. 更新 freebsd 中的 port tree ---------------------------------- $ su - $ portsnap fetch update $ exit 如果你从未用过 portsnap,改为 $ su - $ portsnap fetch extract update $ exit 3. 登入 pgsql.home.net 后从 port 安装 perl 5.10.1 ----------------------------------------------- 系统默认用 ...

by zeissoctopus - PostgreSQL - 2010-01-08 16:03:24 阅读(4814) 回复(2)

相关讨论

一、升级ports 首先升级ports树,保证最新的。5.3的ISO中postgresql的版本还只到7.4.6,升级后发现增加了postgresql80-server,但安装仍然要在postgresql-devel中进行。 [code] #cd /usr/share/examples/cvsup #cvsup -L 2 -g ports-supfile [/code] 二、调整内核参数 如果这步不做的话,到后面初始数据库时就会出错。原因是FB默认的共享内存和信号灯和postgresql 8.0要求的不一样。 [code] #cd /usr/src/sys/i386/conf...

by dingjeff - BSD - 2007-01-09 16:38:02 阅读(4704) 回复(4)

1. 假设环境 pgsql.home.net 192.168.1.3 255.255.255.0 文中的 port 选项是本人喜好,不是预设值或建议值 2. 更新 freebsd 中的 port tree ---------------------------------- $ su - $ portsnap fetch update $ exit 如果你从未用过 portsnap,改为 $ su - $ portsnap fetch extract update $ exit 3. 登入 pgsql.home.net 后从 port 安装 perl 5.10.1 ----------------------------------------------- 系统默认用 ...

by zeissoctopus - BSD - 2010-04-08 19:42:54 阅读(13100) 回复(12)

freebsd安装postgresql新手教程 freebsd安装postgresql新手教程作者:heiyeluren -------------------------------------------------------------------------------- 来源:chinaunix   2004年10月20日   QQ群: 5415735 (freebsd安装维护群) -- 特别感谢QQ群好友阿南,本文在他的耐心指导下才产生 -- 原文地址: [color="#336699"]http://blog.csdn.net/heiyeshuwu/archive/2004/09/17/107969.aspx postgresql是一...

by zyghost119 - BSD文档中心 - 2005-04-10 00:57:04 阅读(943) 回复(0)

freebsd下ports安装postgresql后,su到pgsql用户,然后执行"/usr/local/bin/initdb -D /usr/local/pgsql/data",提示下列错误信息: bsdadmin@database[/usr/local/pgsql]#su - pgsql $ cd /usr/local/bin $ initdb -D /usr/local/pgsql/data The files belonging to this database system will be owned by user "pgsql". This user must also own the server process. The database cluster will be initialized with local...

by linux-fox - BSD - 2008-08-29 21:33:16 阅读(1596) 回复(1)

我在 Vmware 中 freebsd下用Port方式安装postgresql,用“initdb -D /usr/local/pgsql/data”初始化数据库后在rc.conf中加上“postgresql_enable="YES"”,启动的时候总是提示“postgres[603]:O [2-1] FATAL: the database system is starting up”,启动后su pgsql可以用psql可以连接数据库,不知是什么原因?

by ejzhang - 虚拟化与云服务 - 2007-12-14 13:45:19 阅读(3194) 回复(1)

本来发在postgresql那个版了,但是是在freebsd上的问题,所以希望这里有人能帮忙看看,谢谢先。 freebsd安装postgresql的基本步骤: 我看了很多别人写的安装经过,但是发现几乎都没有提到如何在系统启动时自动运行, 于是自己google了很久,现在把过程写下来, 希望能对别人有帮助,希望有人能帮忙看看是否有问题, 1.先装上:似乎是这个ports,好久以前装的,忘了,应该是。 cd /usr/ports/databases/postgresql83-server/ m...

by fender0107401 - BSD文档中心 - 2008-11-02 16:22:07 阅读(1444) 回复(0)

各位,在下在freebsd安装postgresql遇到困难了,出现如下提示: ===> postgresql-server-8.2.3 cannot install: unknown postgresql version: 82. *** Error code 1 Stop in /usr/ports/databases/postgresql82-server. 我尝试 make clean make config make install 结果还是一样,请各位高手帮帮忙,谢谢

by happy1123 - PostgreSQL - 2007-04-19 16:46:10 阅读(3555) 回复(4)

freebsd安装postgresql新手教程 作者: heiyeluren QQ群: 5415735 (freebsd安装维护群) 日期: 2004/9/17 -- 特别感谢QQ群好友阿南,本文在他的耐心指导下才产生 -- 原文地址: http://blog.csdn.net/heiyeshuwu/archive/2004/09/17/107969.aspx postgresql是一个开源的数据库管理系统,postgresql 是一种非常复杂的对象-关系型数据库管理系统(ORDBMS), 也是目前功能最强大,特性最丰富和最复杂的自由软件数据库系统。它的很...

by heiyeluren - BSD - 2005-05-22 21:34:17 阅读(6368) 回复(12)

安装完毕正常,此后运行 # /usr/local/etc/rc.d/postgresql initdb su: no directory 然后看到没有/home目录 /etc/passwd里边有这一条 pgsql:*:70:70:postgresql pseudo-user:/usr/local/pgsql:/bin/sh 我该怎么办?

by bsdchina - PostgreSQL - 2011-11-14 14:08:26 阅读(2686) 回复(3)

各位,在下在freebsd安装postgresql遇到困难了,出现如下提示: ===> postgresql-server-8.2.3 cannot install: unknown postgresql version: 82. *** Error code 1 Stop in /usr/ports/databases/postgresql82-server. 我尝试 make clean make config make install 结果还是一样,请各位高手帮帮忙,谢谢

by happy1123 - BSD - 2007-04-19 16:45:37 阅读(1223) 回复(5)