Innov-AI
    Documentation | MentDB Weak Server
Update a database connection

  • To update a database connection:
  • Right click on the database 'MENTDB' and select 'Generate update'
  • json load "tmpCm" "{}";
    json iobject "tmpCm" / "driver" "org.h2.Driver" STR;
    json iobject "tmpCm" / "defaultSchema" "public" STR;
    json iobject "tmpCm" / "subType" "H2" STR;
    json iobject "tmpCm" / "loginTimeout" "10000" STR;
    json iobject "tmpCm" / "jdbc" "jdbc:h2:./data/mentdb_h2" STR;
    json iobject "tmpCm" / "k" "MENTDB" STR;
    json iobject "tmpCm" / "type" "db" STR;
    json iobject "tmpCm" / "properties" "{}" OBJ;
    json iobject "tmpCm" /properties "DATABASE_TO_LOWER" "TRUE" STR;
    json iobject "tmpCm" /properties "password" "pwd" STR;
    json iobject "tmpCm" /properties "MODE" "MYSQL" STR;
    json iobject "tmpCm" /properties "user" "root" STR;
    cm set "MENTDB" {json doc "tmpCm"};
  • Warning the MENTDB connection is a system database... Create another connection and work on the new is more secure...
  • Update the configuration and save:
  • Execute buttons
Services     Supporters     Contact     About     Legal notice © 2024