Wiki
Clone wikiMariaDB-CommandBox-Commands / Home
MariaDB CommandBox Commands Documentation
The project provides custom commands (namespace mariadb) to control a mariadb processing running within a JVM (in a Lucee server).
Installation
- Open a terminal
- start CommandBox, e.g 'box'
- run 'install mariadb-commandbox-commands' (forgebox.io entry)
Usage
Within CommandBox do the following to setup a new MariaDB Server.
- go to an empty folder or create one that will be used for CFMariaDB
- run 'mariadb init' (this downloads CFMariaDB and related dependencies)
- run 'mariadb start' (starts a Lucee Server and initializes the CFMariaDB Application and DB Server Process)
- run 'mariadb status' to see the current status
- run 'mariadb stop' to stop the server
Use the CommandBox help option to see available arguments, e.g. 'mariadb init help'.
Links
Have a look at CFMariaDB for some more details.
Updated