postgres sql
問題:忘了PostgreSQL資料庫的密碼應該如何解決?
解決方法:
首先開啟data目錄下的pg_hba.conf配置檔案,找到:
# IPv4 local connections:
host all all 127.0.0.1/32 md5
然後把md5改成trust,重新啟動。
psql -d template1 -U postgres -c "alter role postgres password ‘123456’;"
注:此時trust是否改回來都無足輕重了。(責任編輯:盧兆林)[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/93029/viewspace-1026569/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Heap使用Postgres SQL後的經驗教訓SQL
- Postgres Checkpoint
- docker 部署 postgresDocker
- postgres crash recovery
- Oracle轉換PostgresOracle
- Postgres索引詳解索引
- [保姆教程] [Postgres] 1分鐘深入瞭解Postgres主鍵自增
- Zalando Postgres Operator 快速上手
- postgres yum源安裝
- Postgres Basic Commands for Beginners
- Postgres併發處理
- Postgres 流複製配置
- LightDB/Postgres 使用ora2pg遷移Oracle到LightDB/PostgresOracle
- Postgres如何儲存行? - Ketan
- postgres複製表結構
- check_postgres.pl 的缺陷
- Postgresql外部表使用 postgres_fdwSQL
- Postgres-XL安裝與配置
- Postgres-XC單機安裝
- MySQL資料庫遷移到PostgresMySql資料庫
- 配置postgres9.3間的fdw——實現不同postgres資料庫間的互訪問資料庫
- tbase和postgres-xl的比較
- postgres中正規表示式及轉義
- Postgres On Docker-窺探容器服務Docker
- Neon 期待點亮雲 Postgres 市場
- Postgres正在蠶食資料庫世界資料庫
- Postgres 資料庫(一)基本命令資料庫
- PostgreSQL DBA(69) - Postgres tips for the average and power userSQL
- dimitri/pgcopydb:Postgres資料庫複製工具MITGC資料庫
- LightDB/Postgres邏輯複製的搭建
- 使用psql連線Postgres資料庫SQL資料庫
- 聊聊Postgres中的IPC之SI Message Queue
- 使用 Postgres、Debezium 和 Kafka 流式傳輸資料Kafka
- PostgreSQL的遠端資料操作—postgres_fdwSQL
- linux安裝配置postgres及使用dblinkLinux
- 關於 Ident authentication failed for user "postgres" 的問題IDEAI
- Postgres-XL 10R1 release版本釋出
- Postgres 9.2 新特性之:範圍型別 (Range Types)型別