• hi, in my site I find the wp_options table of size 6.3 gb and about 32,000 rows. I checked and i noticed that the table is full of rows like these:

    aiowps_captcha_string_info_0000526449 MTcyODcwOTczMDM4Ym9wNnpyYWdyYXY1c3h0eXF5Ng==
    off

    aiowps_captcha_string_info_00006qt10kMTcyODY2NTAyNzM4Ym9wNnpyYWdyYXY1c3h0eXF5OA==off

    I believe most of the 32,000 lines are in this format
    Does it have something to do with your plugin and if so how do I have to clean the table?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @gtcrea

    Yes, If you have maths captcha enabled this aiowps_captcha_string_info related options are saved for that.

    But it gets removed daily if you have cronjob running. If you install the WP Crontrol and got to Tools > Cron Events – It will list all the cron events aiowps_daily_cron_event you may click Run now and check if it shows any error or removes this

    If you have access to database client any you may run query to remove all those records except last one hour.

    Thread Starter Gabriele Taffi

    (@gtcrea)

    Ok, thanks, I solved it with the query on phpmyadmin, I had 23 million of these lines ??.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.