1.3. 建立一個資料庫
$ createdb mydbcreatedb: command not found$ /usr/local/pgsql/bin/createdb mydbcreatedb: could not connect to database postgres: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?createdb: could not connect to database postgres: FATAL: role "joe" does not existLast updated
Was this helpful?