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 * FROM
wp_optionsWHERE
option_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