Created
January 30, 2019 07:11
-
-
Save jb510/e6d9c0ca990966b39cb73c62fb8b5d53 to your computer and use it in GitHub Desktop.
MySQL Set WordPress set all transients to autoload no
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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