maxdb(1)
NAME
- MaxDB programs - user commands of the MaxDB database sys
- tem
SYNOPSIS
There are no dedicated man-pages for the MaxDB binaries
yet, as the official MaxDB documentation is maintained in HTML
form.
This man-page briefly documents the options that are used
to connect to a specific MaxDB database instance. Interactive
programs usually provide a help command as well.
maxdbprg [ -n server ] [ -d database [ -u
dbuser,dbpassword ] ]
maxdbprg -h
DESCRIPTION OPTIONS
- -n server
- The name of the server the database is running on.
- Default is localhost if empty.
- -d database
- The name of the database to connect to.
- -u dbuser,dbuserpassword
- The database user and his/her password that should
- be used for the connection. For administrative purposes this usu
- ally is the database administrator. Be aware that there are no
- spaces allowed between the dbuser, the comma and the
- dbuserpassword.
- -h Show summary of options.
- -v Show version of program.
SEE ALSO
- The official MaxDB documentation is maintained in HTML
- form. It is highly recommended that you install the maxdb-doc
- package for reference.
AUTHOR
- This manual page was written by Martin Kittel <debian@mar
- tin-kittel.de>, for the Debian project (but may be used by oth
- ers).
January 16, 2004