PostgreSQL 을 k8s 환경에서 install 하거나, docker 로 띄웠을 경우 DB에 접속하기 위해서 psql
명령어를 입력하면 오류가 발생한다.
psql: FATAL: role "postgres" does not exist
postgres 는 Default User Name 이 postgres
라서 유저를 명시적으로 적어야 한다.
psql --username [username] --dbname [dbname]
PostgreSQL 을 k8s 환경에서 install 하거나, docker 로 띄웠을 경우 DB에 접속하기 위해서 psql
명령어를 입력하면 오류가 발생한다.
psql: FATAL: role "postgres" does not exist
postgres 는 Default User Name 이 postgres
라서 유저를 명시적으로 적어야 한다.
psql --username [username] --dbname [dbname]
CUBRID 설치 |
---|
MySQL Value '0000-00-00' can not be represented as java.sql.Date errors |