알파 서버에 어찌어찌 rpm으로 postgresql을 설치했습니다..
먼저 궁금한것은 이것들이 어디에 설치되는 것인지 그 경로를 알고 싶고요..
이게 본론인데요..
createdb로 데이타베이스를 생성하려하면 다음과 같은 에러가 납니다..
[postgres@home pgsql]$ createdb shopdb;
ERROR: Unable to create database directory '/var/lib/pgsql/data/base/shopdb'
createdb: database creation failed on shopdb.
mysql을 쓰다가 postgre..로 바꾸려는 작업중인데.. 힘드네요..
나름대로 공부는 하겠지만 아시는 분들의 열렬한 조언 부탁드립니다..
|