Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
DatabaseCreator creates the database schema by removing the previous schema, creating the schema, and running  hrough the database updaters.
Usage: DatabaseCreator \[options\] \[db.properties file\] \[schema.sql files\] \[database upgrade class\]
Options:
   \--database=a,b comma separate databases to initialize, use the db name in db.properties defined as db.xyz.host, xyz should be passed
   \--rootpassword=password, by default it will try with an empty password
   \--dry or \-d, this would not run any process, just does a dry run
   \--verbose or \-v to print running sql commands, by default it won't print them
  

   \--help or \-h for
help 
 help