• Resolved jtw90210

    (@jtw90210)


    Our database doesn’t support MyISAM database tables. Why are you using MyISAM tables? Could you just please take the five “ENGINE=MyISAM” directives out of sql/es-createdb.sql and let the default table type prevail? We got a “These tables could not be created on installation dma_es_emaillist, dma_es_sentdetails, dma_es_deliverreport” AND a scolding from our DBA. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Icegram

    (@icegram)

    @jtw90210,

    For now, you can remove hardcoded ‘Engine=MyISAM’ and then import the sql file.
    For future versions, we will consider removing the Engine from sql file.

    Plugin Author Icegram

    (@icegram)

    @jtw90210,

    From version 3.3.6, we have removed hardcoded ‘Engine=MyISAM’.
    Now it will use the default table type.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Why, why MyISAM?’ is closed to new replies.