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.
在我的 WordPress 博客中,由于旧帖子 slug,我遇到了一些问题,因此我在 MySQL 中搜索并删除了旧帖子 slug,但数据库中有很多空的旧帖子 slug,我不知道它们。所以我真正的问题是“我可以删除空的旧帖子吗?如果我删除它们有什么害处吗?”
正如 Jan Dvorak 在评论中提到的,我测试并删除了所有空的wp_old_slugs,一切看起来都很好。
wp_old_slugs
但是我肯定不知道为什么这些蛞蝓是空的?