linux怎么启动postgresql
linux下启动postgresql的方法:
1、初始化数据库,否则无法启动
postgresql-setup initdb
2、启动数据库
service postgresql start
查看数据库状态
service postgresql status
推荐:PostgreSQL教程
以上是 linux怎么启动postgresql 的全部内容, 来源链接: utcz.com/z/539165.html
linux下启动postgresql的方法:
1、初始化数据库,否则无法启动
postgresql-setup initdb
2、启动数据库
service postgresql start
查看数据库状态
service postgresql status
推荐:PostgreSQL教程
以上是 linux怎么启动postgresql 的全部内容, 来源链接: utcz.com/z/539165.html