共享主机上的PGSQL

编程入门 行业动态 更新时间:2024-10-13 20:15:32
本文介绍了共享主机上的PGSQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

你好, 我是pgsql世界的新手,所以请承担一个可能很愚蠢的问题。我想测试pgsql但我只有一个共享主机 帐户。是否可以在没有root访问权限的情况下安装pgsql,仅用于我的 帐户?我的webhost使用redhat我认为。 谢谢! ..ep __________________________________ 你是雅虎吗?? 免费弹出窗口阻止程序 - 立即获取 companion.yahoo/ ------------------ ---------(广播结束)--------------------------- 提示5:你检查了我们广泛的FAQ吗? www.postgresql/docs/faqs/FAQ.html

hello, i am a newbie to the pgsql world, so pls bear with a possibly stupid question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without root access, only for my account? my webhost uses redhat i think. thanks! ..ep __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now companion.yahoo/ ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? www.postgresql/docs/faqs/FAQ.html

推荐答案

>我是pgsql世界的新手,所以请承担一个可能很愚蠢的 > i am a newbie to the pgsql world, so pls bear with a possibly stupid 问题。我想测试pgsql,但我只有一个共享托管帐户。是否可以在没有root访问权限的情况下安装pgsql,仅用于我的帐户?我的webhost使用的是redhat。 question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without root access, only for my account? my webhost uses redhat i think.

No.make install步骤需要root权限。 你最好的机会是找到一个共享主机,它提供PostgreSQL 而不是MySQL。有一些。不是很多,而是一些... 祝你好运。 --------------- Francois 主页: www.monpetitcoin/ 笛卡尔会用Pascal编程吗? - Umberto Eco ---------------------------(播出结束)------- -------------------- 提示4:不要杀死-9''邮政局长

No. The "make install" step requires a root access. Your best chance is to find a shared hosting which offers PostgreSQL rather than MySQL. There are some. Not many, but some... Good luck. --------------- Francois Home page: www.monpetitcoin/ "Would Descartes have programmed in Pascal?" - Umberto Eco ---------------------------(end of broadcast)--------------------------- TIP 4: Don''t ''kill -9'' the postmaster

Hiya, 我不想因无偿广告而受到抨击,我的公司 提供共享托管服务PostgreSQL 7.4。我会离开它。 提前向任何我冒犯过的人道歉。 问候 Tony。 Francois Suter写道: Hiya, Without wanting to get flamed for gratuitous advertising, my company offers shared hosting with PostgreSQL 7.4. I''ll leave it at that. Apologies in advance to anyone I''ve offended. Regards Tony. Francois Suter wrote: 我是新手pgsql世界,所以请承担一个可能是愚蠢的问题。我想测试pgsql,但我只有一个共享托管帐户。是否可以在没有root访问权限的情况下安装pgsql,只为我的帐户安装?我的webhost使用的是redhat。 i am a newbie to the pgsql world, so pls bear with a possibly stupid question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without root access, only for my account? my webhost uses redhat i think.

No.make install步骤需要root权限。 你最好的机会是找到一个提供PostgreSQL而不是MySQL的共享主机。有一些。不是很多,而是一些... 祝你好运。 --------------- Francois 主页: www.monpetitcoin/ 笛卡尔会用Pascal编程吗? - Umberto Eco ---------------------------(播出结束)------- -------------------- 提示4:不要杀死-9''邮政局长

No. The "make install" step requires a root access. Your best chance is to find a shared hosting which offers PostgreSQL rather than MySQL. There are some. Not many, but some... Good luck. --------------- Francois Home page: www.monpetitcoin/ "Would Descartes have programmed in Pascal?" - Umberto Eco ---------------------------(end of broadcast)--------------------------- TIP 4: Don''t ''kill -9'' the postmaster

---------------------------(广播结束)---------------- ----------- 提示3:如果通过Usenet发布/阅读,请发送适当的 subscribe-nomail命令给 ma ******* @ postgresql 以便您的 消息可以通过干净的邮件清单

---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to ma*******@postgresql so that your message can get through to the mailing list cleanly

>我的公司 提供与PostgreSQL 7.4的共享托管,而不想因无偿广告而受到抨击。我会留下它。 offers shared hosting with PostgreSQL 7.4. I''ll leave it at that.

只是为了公平我会说同上,然后;)

Just to make it fair I''ll say ditto, then ;)

否。make install步骤需要root访问权限。 No. The "make install" step requires a root access.

只要您的./configure --prefix已设置为 用户可写目录。 唯一的另一个问题是你运行它的PORT,这取决于 共享的实现托管您的提供商用品。 作为IIRC,端口号会影响共享内存分段的使用,并且您需要与b 不想与共享中的另一个实例冲突如果您的提供商使用 上下文补丁,* ahem *。 干杯, - Rob Fielding ro *@dsvr ---------------------------(广播结束)--------------------------- 提示5:您是否查看了我们广泛的常见问题解答? h ttp://www.postgresql/docs/faqs/FAQ.html

That''s not true, so long as your ./configure --prefix has been set to a user writeable directory. The only other issue is which PORT you run it on, and this depends on the implementation of shared hosting your provider supplies. As IIRC the port number influences shared memory segement use and you don''t want to clash with another instance on the shared server. Something you don''t have to worry about if your provider uses the context patch, *ahem*. Cheers, -- Rob Fielding ro*@dsvr ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? www.postgresql/docs/faqs/FAQ.html

更多推荐

共享主机上的PGSQL

本文发布于:2023-11-02 03:40:55,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1551268.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:主机   PGSQL

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!