• Resolved Gabor Torda

    (@gabortorda)


    Hi,

    I had some server problems with a huge wp_actionscheduler_logs.ibd file so I had to delete it. The problem is, I cannot recreate this missing tablespace. I have tried installing the Action Scheduler plugin, installing woocommerce, but nothing has helped.

    This is how it looks in the db.

    https://share.cleanshot.com/sjPWs8Wp

    How to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Gabor Torda

    (@gabortorda)

    I had to do it the terminal way. I am hosting at Gridpane so it goes like this:

    gp mysql login domain.com
    USE databasename
    DROP TABLE wp_actionscheduler_logs;

    it finally deleted wp_actionscheduler_logs table. Then I enabled-disabled wpforms (wp forms also using action scheduler), finally visited the action scheduler admin page:

    https://www.domain.com/wp-admin/tools.php?page=action-scheduler

    After all these it recreated a working wp_actionscheduler_logs table.

    Hi @gabortorda

    Thanks for reaching out!

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! ??

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing tablespace wp_actionscheduler_logs’ is closed to new replies.