您好,登錄后才能下訂單哦!
不懂要怎樣進入postgresql數據庫?其實想解決這個問題也不難,下面讓小編帶著大家一起學習怎么去解決,希望大家閱讀完這篇文章后大所收獲。
啟動數據庫服務器(posgres用戶):
[postgres@localhost bin]$ postgres -D /opt/postgresql/data/ > /opt/postgresql/log/pg_server.log 2>&1 & [1] 4508
當然如果設置了環境變量
PGDATA=/opt/postgresql/data export PGDATA
后,可使用pg_ctl工具進行啟動:
[postgres@localhost log]$ pg_ctl start -l /opt/postgresql/log/pg_server.log pg_ctl: another server might be running; trying to start server anyway pg_ctl: could not start server Examine the log output. [postgres@localhost log]$
當然,最簡的啟動方式是:
[postgres@localhost ~]$ pg_ctl start server starting [postgres@localhost ~]$ LOG: database system was shut down at 2011-07-09 13:58:00 CST LOG: autovacuum launcher started LOG: database system is ready to accept connections
如果要在操作系統啟動時就啟動PG,可以在/etc/rc.d/rc.local 文件中加以下語句:
/opt/postgresql/bin/pg_ctl start -l /opt/postgresql/log/pg_server.log -D /opt/postgresql/data
感謝你能夠認真閱讀完這篇文章,希望小編分享要怎樣進入postgresql數據庫內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。