linux怎么启动postgresql
linux下启动postgresql的方法:
1、初始化数据库,否则无法启动
postgresql-setup initdb
2、启动数据库
service postgresql start
查看数据库状态
service postgresql status
推荐:PostgreSQL教程
来源:PY学习网:原文地址:https://www.py.cn/article.html
linux下启动postgresql的方法:
1、初始化数据库,否则无法启动
postgresql-setup initdb
2、启动数据库
service postgresql start
查看数据库状态
service postgresql status
推荐:PostgreSQL教程
来源:PY学习网:原文地址:https://www.py.cn/article.html