您好,登錄后才能下訂單哦!
這篇文章主要介紹解決postgresql導入中文報錯的問題,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
postgresql導入中文報錯,因為沒有修改環境變量,導致安裝完數據庫,數據庫默認字符集變成LATIN1,如下所示。
postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+---------+-------+----------------------- peimsmdb | peimsmer | LATIN1 | en_US | en_US | =Tc/peimsmer + | | | | | peimsmer=CTc/peimsmer postgres | postgres | LATIN1 | en_US | en_US | template0 | postgres | LATIN1 | en_US | en_US | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | LATIN1 | en_US | en_US | =c/postgres + | | | | | postgres=CTc/postgres
所以如果安裝數據庫時修改了環境變量,就不會出現之后的問題。
修改環境變量
# vi /etc/profile export.UTF-8 export LC_ALL=en_US.UTF-8 export LC_CTYPE=en_US.UTF-8 # source /etc/profile
以上是解決postgresql導入中文報錯的問題的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。