你好,我需要删除Wordpress文章内容中的所有信息,我喜欢使用查询从phpmyadmin中删除所有信息。
我只需要删除所有帖子内容中的文本和图像,而不是整个帖子,所以我需要了解sql查询来完成它,请有人帮助我吗?炖菜
发布于 2013-08-17 13:52:01
wp_posts ):UPDATE wp_posts SET post_content = "",post_excerpt =“post_excerpt=”post_excerpt=‘post_type = 'post’和post_status <> 'inherit‘和post_status <>’tables‘;wp-config.php以使用原始db,然后调查问题。https://wordpress.stackexchange.com/questions/110423
复制相似问题