Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

dskirk on "[Plugin: NextGEN Gallery] How to remove wp-options entries from slideshow widget"

$
0
0

I've seen the thread on the issue of the Slideshow widget. I removed it, but I still have almost 180,000 entries in wp-options table. I am not MySQL literate, but I can remove a few at a time via PHPmyAdmin with the query of

SELECT * FROMwp_optionsWHEREoption_nameLIKE 'displayed_gallery_rendering%'

However, if I attempt more than 1,000 rows my session times out. Is there a simpler way to get rid of these rows? I spent several hours just getting 20,000 entries removed, but I would like some advice on how to run a query to do the remaining 150,000 or so in one step. Thanks for any tips.
david

http://wordpress.org/plugins/nextgen-gallery/


Viewing all articles
Browse latest Browse all 5530

Trending Articles