Skip to content

Instantly share code, notes, and snippets.

@jb510
Created January 30, 2019 07:11
Show Gist options
  • Save jb510/e6d9c0ca990966b39cb73c62fb8b5d53 to your computer and use it in GitHub Desktop.
Save jb510/e6d9c0ca990966b39cb73c62fb8b5d53 to your computer and use it in GitHub Desktop.
MySQL Set WordPress set all transients to autoload no
UPDATE wp_options SET autoload='No' WHERE `option_name` LIKE "_transient_%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment