広告

aipoでPostgreSqlに接続する

aipo(アイポ)でPostgreSqlに接続する
[ PostgreSql ]

cd /usr/local/aipo/tomcat/webapps/aipo/WEB-INF/conf/postgres
less Org001DomainNode.driver.xml

<driver project-version="2.0">
        <url value="jdbc:postgresql://localhost:5432/XXXXX"/>
        <connectionPool min="5" max="50" />
        <login userName="aipo_postgres" password="XXXXXXXXXX"/>
</driver>
su - aipo_postgres
psql データベース名 -U ユーザー名 -W
psql XXXXX -U aipo_postgres -W

\q

2012/06/07 10:10 | カテゴリー:Linux ソフト


あわせてに読みたい関連記事

このページの先頭へ