如何启动 postgresql 包
我怎样才能从捆绑包启动postgresql,通过谷歌搜索它说命令
pg_ctl开始[-D DATADIR]
但是我应该在 datadir 中给出什么路径,
而不是 pg_hba.conf 或像安装中那样在捆绑包中命名数据的文件夹
How can I start postgresql from bundle, by googling It says command
pg_ctl start [-D DATADIR]
but what path should I give in datadir
no pg_hba.conf or folder nammed data in bundle like in installation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该参考文档。您需要运行一两个命令来初始化之前的事情实际上可以启动服务器。
You should probably reference the documentation. You need to run a command or two to initialize things before you can actually start the server.