• Resolved RonaldS

    (@norus)


    To speed-up the mysql actions I have add an extra index.
    See below:
    ALTER TABLEwp_newsletterADD INDEXemail(email);

    Maybe a tip for next update.
    Could not find the index for this important field.

    Regards,
    Ronald

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

    (@satollo)

    Will check, since an unique index MUST be present in that table.

    Stefano.

    Plugin Author Stefano Lissa

    (@satollo)

    Hi, just run a clean setup and the index is created. Do you have duplicates in the table?
    Or the database user has not the permission to create indexes?

    Stefano.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing index on TABLE `wp_newsletter`’ is closed to new replies.