If you are tasked with installing and configuring the database, here is a list of steps to be taken:
$ nzsql -h hostname system username password
CREATE DATABASE mydatabase ...
CREATE USER myadmin WITH PASSWORD 'password' ... GRANT ALL PRIVILEGES on mydatabase TO myadmin