Answers for "test the postgresql db connection"

SQL
0

test the postgresql db connection

psql -U kodekloud_aim -d kodekloud_db8 -h 127.0.0.1 -W  ## Change name according to question
#### for the test on mode postgres u have
## conninfo 
## l
## dg+
## q   # to quit
psql -U kodekloud_gem -d kodekloud_db10 -h localhost -W
Posted by: Guest on January-08-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language