2022-07-11
2022-07-11 本文已影响0人
上下求索zsh
$ psql
$ psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: database "xxxx" does not exist
$ createdb `whoami` // データベースを作成で解決
$ psql
$ psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: database "xxxx" does not exist
$ createdb `whoami` // データベースを作成で解決