簡體   English   中英

未創建數據庫

[英]Database not created

我安裝了postgresql並嘗試創建新數據庫,但無法成功創建數據庫:

Server [localhost]:
Database [postgres]:
Port [5433]:
Username [postgres]:
psql (9.2.17)
WARNING: Console code page (850) differs from Windows code page (1252)
         8-bit characters might not work correctly. See psql reference
         page "Notes for Windows users" for details.
Type "help" for help.

postgres=# createdb gps_heatmap
postgres-# \l
                                          List of databases
   Name    |  Owner   | Encoding |       Collate       |        Ctype        |   Access privileges
-----------+----------+----------+---------------------+---------------------+-----------------------
 database4 | postgres | UTF8     | English_Canada.1252 | English_Canada.1252 |
 postgres  | postgres | UTF8     | English_Canada.1252 | English_Canada.1252 |
 template0 | postgres | UTF8     | English_Canada.1252 | English_Canada.1252 | =c/postgres          +
           |          |          |                     |                     | postgres=CTc/postgres
 template1 | postgres | UTF8     | English_Canada.1252 | English_Canada.1252 | =c/postgres          +
           |          |          |                     |                     | postgres=CTc/postgres
(4 rows)


postgres-#

數據庫未創建。 我無法解決這個問題。 需要幫助。

你不見了; 采用

createdb gps_heatmap;

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM