Versions Compared

Key

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

...

Property

Description

mz.jdbc.type

Default value: derby

This property specifies the platform database you want to use.

The supported options are derby, oracle, postgresql, or saphana.

mz.jdbc.user

Default value: mzadmin

This property specifies the username of the database that the Platform will use during runtime.

mz.jdbc.password

Default value: mz

This property specifies the password of the jdbc user.

The password can be changed at a later stage. For further information about changing the database password, see Changing Database Password in the System Administrator's Guide.

mz.jdbc.url

Default value: ""

This property can be used to explicitly specify the JDBC URL. If it is not specified, it is calculated based on the other database parameters described above.

...