MQLTRY
Section: User Commands (1)
Updated: January 20, 2007
Index
Return to Main Contents
NAME
mqltry - A tool to test basic Emdros functionality
SYNOPSIS
mqltry [options]
DESCRIPTION
mqltry is a tool for testing basic Emdros functionality. In
particular, it exercises the MQL layer. It should run with no errors,
emitting a lot of messages.
If all tests completed successfully, the last line of output will be
"SUCCESS: All tests completed successfully."
If at least one test failed, the last line of output will be "FAILURE:
At least one test failed."
OPTIONS
mqltry supports the following command-line switches:
- --help
-
show help
- -V , --version
-
show version
- -b , --backend backend
-
set database backend to `backend'. Valid values are: For PostgreSQL:
"p", "pg", "postgres", and "postgresql". For MySQL: "m", "my", and
"mysql". For SQLite 2.X.X: "2", "s", "l", "lt", "sqlite", and
"sqlite2". For SQLite 3.X.X: "3", "s3", "lt3", and "sqlite3".
- -u , --user user
-
set database user to connect as (default is 'emdf'). Has no effect on
SQLite.
- -p , --password password
-
set password to use for the database user. Has no effect on SQLite,
unless you have an encryption-enabled SQLite, in which case this gets
passed as the key.
AUTHORS
Copyright
2001-2006 by Ulrik Petersen (ulrikp@users.sourceforge.net). Note that
this software is distributed under the GNU GPL. See the sources for
details.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHORS
-
This document was created by
man2html,
using the manual pages.
Time: 20:36:16 GMT, January 26, 2008