delete expired transients phpmyadmin code example
Example: remove transient options sql wordpress
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%\_transient\_%')
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%\_transient\_%')