...
In this case you must change in all SQL files (./db/mysql/*.sql) the TYPEInnoDB to ENGINE=InnoDB.
Furthermore, missing three CREATE TABLE statements.
Insert the following CREATE TABLEs to ./db/mysql/scheduler.sql:
...
...
In this case you must change in all SQL files (./db/mysql/*.sql) the TYPEInnoDB to ENGINE=InnoDB.
Furthermore, missing three CREATE TABLE statements.
Insert the following CREATE TABLEs to ./db/mysql/scheduler.sql:
...