postgresql13 data directory /data/pgsql/data로 변경하기
Shell psql -U {id} -d {database} -f {file.sql} 1 psql -U {id} -d {database} -f {file.sql}
https://github.com/oracle/db-sample-schemas/tree/v19c
allowPublicKeyRetrieval=true useSSL=false jdbc:mysql://localhost:3306/{DATABASE}?useSSL=false&allowPublicKeyRetrieval=true
postgresql vacumm 작업 pgsql 모드에서 실행
sql foreign-key 삭제하기