README.md in jdbc-nuodb-2.0 vs README.md in jdbc-nuodb-2.0.3

- old
+ new

@@ -60,15 +60,15 @@ Start up a minimal chorus as follows: export NUODB_ROOT=/path/to/nuodb/install/directory java -jar ${NUODB_ROOT}/jar/nuoagent.jar --broker & - ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password baz --verbose debug --archive /var/tmp/nuodb --initialize --force & - ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password baz & + ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password dba --verbose debug --archive /var/tmp/nuodb --initialize --force & + ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password dba & Create a user in the database: - ${NUODB_ROOT}/bin/nuosql test@localhost --user dba --password baz + ${NUODB_ROOT}/bin/nuosql test@localhost --user dba --password dba > create user cloud password 'user'; > exit Run the tests: