
루트에서 1. systemctl enable postgresql-11 systemctl start postgresql-11 기동시키고... 2. 계정생성 su - postgres 사용자전환후 psql 입력 2.1 create database django_test 2.2 create user test_user with password 'test_user'; 2.3 ALTER ROLE test_user SET client_encoding TO 'utf8'; 2.4 ALTER ROLE test_user SET default_transaction_isolation TO 'read committed'; 2.5 ALTER ROLE test_user SET TIME ZONE 'Asia/Seoul'; 2.6 GRANT..
컴퓨타/연습공부
2022. 2. 12. 17:07
최근에 올라온 글
반응형