Difference between revisions of "Brew services restart postgresql@14"
Jump to navigation
Jump to search
(Created page with "{{lc}} Stopping `postgresql@14`... (might take a while) ==> Successfully stopped `postgresql@14` (label: homebrew.mxcl.postgresql@14) ==> Successfully started `postgresql...") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
==> Successfully stopped `postgresql@14` (label: homebrew.mxcl.postgresql@14) | ==> Successfully stopped `postgresql@14` (label: homebrew.mxcl.postgresql@14) | ||
==> Successfully started `postgresql@14` (label: homebrew.mxcl.postgresql@14) | ==> Successfully started `postgresql@14` (label: homebrew.mxcl.postgresql@14) | ||
+ | |||
+ | |||
+ | [[psql]] | ||
+ | psql: error: [[connection to server on socket]] "/tmp/.s.PGSQL.5432" failed: FATAL: [[database]] "your-user" [[does not exist]] | ||
+ | |||
+ | == See also == | ||
+ | * {{brew services}} | ||
+ | * {{psql}} | ||
+ | |||
+ | [[Category:SQL]] |
Latest revision as of 12:05, 9 March 2023
Stopping `postgresql@14`... (might take a while) ==> Successfully stopped `postgresql@14` (label: homebrew.mxcl.postgresql@14) ==> Successfully started `postgresql@14` (label: homebrew.mxcl.postgresql@14)
psql psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: database "your-user" does not exist
See also[edit]
brew services [ list | restart | info | start | stop ], homebrew.mxcl
- PostgreSQL:
psql
,.psqlrc, .pgpass
,$HOME/.pg service.conf
,-U, -W, -d
, meta-commands:\du, \dg, \ddp, \dp, \list, \dn, \dt, \c, \l, \di, \q
,show users
,show
,su - postgres
,psql -c, \?, \connect, \conninfo
,--version, --help
, PL/pgSQL
Advertising: