CentOS如何啟動PostgreSQL

westwolf發表於2021-09-11

CentOS如何啟動PostgreSQL

CentOS如何啟動PostgreSQL

CentOS啟動PostgreSQL使用systemctl start  postgresql-9.4.service命令即可。

推薦:

其他命令如下:

1、檢視正在執行的服務

systemctl

2、啟動,停止,重啟服務

systemctl start  postgresql-9.4.service
systemctl stop postgresql-9.4.service
systemctl restart postgresql-9.4.service

微信截圖_20200330104738.png

3、檢視一個服務的狀態

systemctl status postgresql-9.4.service

4、開機時啟用一個服務

systemctl enable postgresql-9.4.service

5、開機時關閉一個服務

systemctl disable postgresql-9.4.service

6、檢視服務是否開機啟動

systemctl is-enabled postgresql-9.4.service

更多技術請關注。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4662/viewspace-2834062/,如需轉載,請註明出處,否則將追究法律責任。

相關文章