Versions Compared

Key

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

...

Instructions will follow soon

Code Block
TitleCreateDB.sql

CREATE DATABASE IF NOT EXISTS db_name
where db_name is the name of the database you would like to create.

An example

Every Java class in the CT code can use the log4J mechanism. An example:

...