profile
restart

[PostgreSQL] 원격 DB서버 설정

기준 Ubuntu20.04, PostgreSQL 15/etc/postgresql/\[버전]/main로 이동postgresql.conf를 root권한으로 편집하여 listen_port="localhost"의 주석을 해제하여 listen_port="\*"로 바꾼다.pg_h

2023년 5월 23일
·
0개의 댓글
·
post-thumbnail

[PostgreSQL] 클라이언트 리눅스 명령어 모음

기준: PostgreSQL 15.3 및 Ubuntu 22.04| 커맨드 | 설명 |\| :- \| - \| |pg_archivecleanup|PostgreSQL WAL 아카이브 파일들을 정리함 \[|pg_backupcluster|pg_basebackup랑 pg_dump

2023년 5월 19일
·
0개의 댓글
·

SpringBoot에서 MySQL로 데이터 접근

원문This guide walks you through the process of creating a Spring application connected to a MySQL Database (as opposed to an in-memory, embedded databa

2023년 4월 18일
·
0개의 댓글
·

SPRING-BOOT와 GRADLE로 RESTful 웹 서비스 시작

공식 튜토리얼(https://spring.io/guides/gs/rest-service/이 가이드는 "Hello,World" 출력하는 RESTful 웹 서비스를 만드는 과정에 대한 가이드 입니다. 나를 위한 번역

2023년 4월 10일
·
0개의 댓글
·