Have a WordPress site, 40 pages, 10 posts, 20 videos. I did not notice my database swelled until I tried backing up, where every script (plugins) failed. One says “It has critical error”, other script simply hangs and says “error creating file”. Used a plugin DB Migrate, used the “Push” option to send all to my pc, it did, file size 270Mb. But when tried to “Pull”, it still connected to website, got 500 server error.
Not knowing what to do, I peeped inside the database, deleted 10593 entries of a “plugin” by issuing the command DELETE FROM aaaium_wpcs_gplcellar_items_cat_tbl
, then it showed 0 entries. But while looking into Structure, those entries show up again, though when I click on left hand side entries, the same table now shows 0 entries.
Tried this too:
DELETE FROM wp_options WHERE option_name LIKE ‘transient%’;
It said something like invalid or no such entry
Have tried WP-Optimize and other such plugins, they do nothing but say it is “optimized”
Please guide me. Thanks
I have never worked on MySQL but did my best as given above.
Used many plugins, but no result.
Dindigul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1