Owner's Manual

134 Database Management
Figure 7-1. MySQL Users
The default password for database access is
dorado
. Read the tool’s instructions for specifics about
how to use it.
Database Security
The properties that control the default user and password for databases are in
oware/lib/owdatabase.properties
They are these properties with their default values:
## Database logon name
com.dorado.jdbc.user=oware
## Database logon password
com.dorado.jdbc.password=dorado
##******