mac timesacle db (1) 썸네일형 리스트형 [timescale db] Mac 타임스케일 디비 설치하기 timescale db 설치하기 timescale 공식문서 설치 #brew 탭 추가하기 brew tap timescale/tap #timescaledb 설치하기 brew install timescaledb #설치 후 파일 경로 이동 /usr/local/bin/timescaledb_move.sh #표준 설정 적용하기 timescaledb-tune #PostgreSQL 재시작 brew services restart postgresql #postgres 슈퍼유저 생성하기 createuser postgres -s db 설정 #postgreSQL연결 (위에서 생성한 슈퍼유저 사용) psql -U postgres -h localhost #데이터베이스 생성 CREATE database tutorial; #생성한 db.. 이전 1 다음