Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default

Description

mysql.dba.url

jdbc:mysql://localhost

The URL the MySQL dba user connects to

mysql.dba.username

root

MySQL user with dba privileges

mysql.dba.password

NONE

Special value meaning there is no password for root

oracle.dba.url

jdbc:oracle:thin:@localhost:1521:XE

The URL the Oracle dba user connects to

oracle.dba.username

SYS AS SYSDBA

Oracle user with dba privileges

oracle.dba.password

CHANGE_ON_INSTALL

The default password after a new install

jdbc.username

OLE

The name of the user and database to create

jdbc.password

OLE

The password for OLE

CUSTOMIZATION

  1. Any of the properties in that table Default property values can be overridden as needed
  2. Use -Dname=value on the Maven command line
    No Format
    mvn initialize -Pdb,mysql -Dmysql.dba.password=xyz
  3. Add them to the properties file
    No Format
    ~/.kuali/ole/ole-sql.properties