Search
 
SCRIPT & CODE EXAMPLE
 

SQL

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" f

sudo find /tmp/ -name .s.PGSQL.5432

/tmp//.s.PGSQL.5432

psql -h /tmp/ [dbname]
Comment

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory

rm /opt/homebrew/var/postgres/postmaster.pid
brew services restart postgresql
Comment

PREVIOUS NEXT
Code Example
Sql :: sql change default collation to utf8 
Sql :: drop db syntax 
Sql :: Error Code: 1055. Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 
Sql :: oracle alter sequence nextval 
Sql :: influxdb export to csv 
Sql :: how to delete view in sql 
Sql :: reset auto increment sql server 
Sql :: oracle detect invalid password 
Sql :: show table status command in mysql 
Sql :: mysql strict_trans_tables 
Sql :: postgres remove foreign key constraint 
Sql :: get all records who register today in mysql 
Sql :: oracle current date 
Sql :: change default maximum runtime mariadb from phpmyadmin 
Sql :: dual table in aql 
Sql :: mysql reset auto increment 
Sql :: oracle list index on table 
Sql :: install mysql in amazon linux 2 
Sql :: psql show with user is logged in 
Sql :: mysql current user 
Sql :: sql week commencing date 
Sql :: mysql trigger after update 
Sql :: base nosql 
Sql :: v$session not found in oracle 
Sql :: tsql replace value in json 
Sql :: sql server 2008 first and last day of month 
Sql :: mysql select where text contains 
Sql :: compare date in sql 
Sql :: display index in sql 
Sql :: install mysql 8 linux 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =