1.初始化postgresql資料庫
方法1:/usr/pgsql-9.4/bin initdb -d /opt/pgsql/data
方法2:sudo service postgresql initdb
2.啟動postgresql服務
sudo service postgresql start
starting postgresql service: [ ok ]
3.檢視postgresql的服務狀態
sudo service postgresql status
postmaster (pid 3496) is running...
4.檢視postgresql的服務狀態
步驟一:刪除使用者postgres的密碼
sudo passwd -d postgres
步驟二:設定使用者postgres的密碼
sudo -u postgres passwd
系統提示輸入新的密碼
enter new unix password:
retype new unix password:
passwd: password updated successfully
postgresql常用命令
最近一直在學習postgresql,下面是自己整理的postgresql的常用命令 連線資料庫,預設的使用者和資料庫是postgres psql u user d dbname 切換資料庫,相當於mysql的use dbname c dbname 列舉資料庫,相當於mysql的show databa...
postgresql常用命令
最近一直在學習postgresql,下面是自己整理的postgresql的常用命令 連線資料庫,預設的使用者和資料庫是postgres psql u user d dbname 切換資料庫,相當於mysql的use dbname c dbname 列舉資料庫,相當於mysql的show databa...
postgresql常用命令
最近一直在學習postgresql,下面是自己整理的postgresql的常用命令 連線資料庫,預設的使用者和資料庫是postgres psql u user d dbname 切換資料庫,相當於mysql的use dbname c dbname 列舉資料庫,相當於mysql的show databa...