Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我终于能够通过 SQL 查询删除大量临时文件来访问问题站点的 WordPress 管理员:DELETE FROM wp_optionsWHERE option_nameLIKE (' transient %'); 我注意到还有更多带有display_galleries_xxxx的行,我认为它们来自一些旧插件。也可以删除它们吗?
wp_options
option_name