# I didn'tseethisanywhere,soIthoughtI'd post it here. This is the script from Quartz to create the tables in a MySQL database, modified to use INNODB instead of MYISAM.
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
...
@@ -19,75 +18,70 @@ DROP TABLE IF EXISTS QRTZ_TRIGGERS;
...
@@ -19,75 +18,70 @@ DROP TABLE IF EXISTS QRTZ_TRIGGERS;