create user imguru with password 'new_password';

create database imguru with encoding='utf-8' owner=imguru connection limit=-1;

alter user postgres with password 'new_password';

grant all privileges on database imguru to imguru;

'Dev > db' 카테고리의 다른 글

[Oracle] Snapshot too old  (0) 2014.11.19
테이블 비교 후 같지 않은 값 출력  (1) 2014.06.17
MySQL for Excel 기능  (1) 2013.08.20
MySQL user 추가  (1) 2012.06.27
MySQL backup & restore  (1) 2011.02.23

+ Recent posts