外部聯接postgresql,設定編碼
1.postgresql.conf:
listen_addresses = '外部ip,localhost'
2.pg_hba.conf:
host all all 外部ip 255.255.255.255 trust
3.set database encoding
當安裝完,要執行初始化database時,initdb -E 編碼
1.postgresql.conf:
listen_addresses = '外部ip,localhost'
2.pg_hba.conf:
host all all 外部ip 255.255.255.255 trust
3.set database encoding
當安裝完,要執行初始化database時,initdb -E 編碼
標籤: charset , postgresql , utf8
沒有留言 :
張貼留言