ページ 11

AIPO8のデータベース接続情報

Posted: 2018年8月09日(木) 13:41
by choco
1.この辺にあるようです。
「/usr/local/aipo/tomcat/datasource/dbcp-org001.properties」

2.CATで見るとこんな感じ
cayenne.dbcp.url=jdbc:postgresql://localhost:5432/org001
cayenne.dbcp.username=aipo_postgres
cayenne.dbcp.password=password

3.いつも通り、PSQLで接続
「/usr/local/aipo/postgres/bin/psql -U aipo_postgres org001」
PSQLする時は、必ずルート権限から「aipo_postgres」に変身する事。