Versions Compared

Key

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

...

From version 1.3.0 onwards, RMsis is shipped with H2 as embedded database. This can be configured during the process of RMsis application deployment.

Panel

Caution :

  • Please use H2 embedded Database only for evaluation and it is not recommended for use in a production system.
  • Support for H2 Database is likely to be discontinued in near future.

MySQL

  1. Open a unix terminal or a windows command prompt whichever is relevant to you. And login to MySQL database using the command line client that is shipped with the MySQL. Use "root" (administrator) credentials to login.
  2. Create a database to store RMSis data. Use any name for it. Example - "rmsis".
  3. Create a database user and assign permissions to this user to access the database created above.
  4. Exit MySQL

...