pmx-schema - A utility for initializing and displaying the PMX database schema.
pmx-schema <cmd> [arguments] [options]...
This utility initializes a new PMX database, drops all the tables from
an existing PMX database, sets the dsn
for the database, and provides
the SQL statements required to create and drop the tables (or indexes)
from the database.
dsn
string and
initializes the database by creating tables, constraints, indexes,
triggers, stored procedures, etc. Optional arguments can be specified as
store-id
to name the database that has been initialized. The default
database name is pmx_quarantine
.
dsn
string and
drops all the PMX tables from this database. User is prompted for
confirmation before the actual deletes occur, unless the option force
is used.
dsn
for the store. store-id
can be specified if multiple
databases are installed (the default is pmx_quarantine
).
Copyright (C) 2000-2009 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.