myarminitdb
Online section / Guides / User Guide / Tools / Command line / myarminitdb
contact |
download |
sitemap
myarminitdb -- initialises the configured database
The myarminitdb program is used to initialise the currently configured database. Especially it creates the needed databases tables used by MyARM.
Command line options
Usage:
myarminitdb [options]
Options
The myarminitdb command supports the standard options described in appendix "Standard options" and the following:
- -c, --create
- creates the configured database and all needed tables.
- -t, --trans
- deletes the configured database and all its tables.
- -e name, --engine name
- selects the storage engine to use for the created database. Currently this is only supported for the MySQL database.
- -q, --quiet
- suppresses any information output.
See Also
myarmoptions, myarmconfig