I noticed that the old MyISAM table type is still hardcoded in the createtable.php script. You should remove that because current versions of MySQL and MariaDB are using InnoDB/xtradb as default storage engine. InnoDB is now a full drop-in replacement for the old MyISAM table format.