How to Delete Existing WordPress Post Revisions Stored/Saved如何删除现有的WordPress修改后的储存/保存
For users who had为用户谁了 disabled or turned off post revisions tracking or versions history feature残疾人士或关闭,修改后的跟踪或版本历史功能 in WordPress (added since在WordPress (补充说,自 WordPress 2.6在WordPress 2.6 ), it is also made sense to delete and remove all existing stored post revisions and changes made on pages stored in the database in order to reduce the wp_posts table size, especially when there is already tons of revisions or changes been kept. ) ,这也是有道理的删除,并删除所有现有存储后的修改和变化作出的网页上存储在数据库中,以减少wp_posts表的大小,尤其是当目前已有吨的修改或改变一直维持。
To delete and remove all existing post revisions entries and rows from WordPress database Posts table, simply login to MySQL command-line interface,删除,并删除所有现有员额,修改作品,从行的WordPress数据库职位表,只需登录到MySQL命令行界面, phpMyAdmin phpmyadmin , SQLyog or other MySQL GUI tools. , sqlyog或其他MySQL的GUI工具。 Select the appropriate WordPress database (if you have more than one databases on the same server), and then issue the following command (it’s also recommended to backup the database before performing the deletion SQL statements):选择适当的WordPress数据库(如果你有一个以上的数据库在同一台服务器上) ,然后发出下列命令(它也建议要备份的数据库之前,执行删除SQL语句) :
DELETE FROM wp_posts WHERE post_type = "revision"; 删除从wp_posts那里post_type = “修改” ;
Once all post revisions related records is purged, all revision histories is deleted, and users no longer able to check the changes by phase or compare differences between versions.一旦所有邮政局修改相关的记录是整肃,所有修改的历史是删除,用户不再能检查的变化相比较,或版本之间的差异。 Thus, deletion may also been used by administrator to ensure privacy or stop authors or writers in the blog from knowing their posts have been edited.因此,删除也可能被用来由管理员,以确保隐私或停止作者或作家,在博客从知道自己的职位已被修改。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article原来的英语文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above禁用和关闭后的修改,跟踪在WordPress 2.6或以上
- How To Store Every Post Revisions on Each Auto-Save in WordPress with Limit on Versions Count如何存储每一个岗位的修改对每个自动储存在WordPress与限制的版本计数
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working paginating或分裂的WordPress邮寄或网页下一页在WordPress没有工作
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins管理标签在WordPress 2.3用先进的文字标记,然后按一下标签插件
- Adding Extra More Fields to WordPress Write/Edit Post/Page Right Column加入额外的更多领域的WordPress写/编辑帖子/页右边一栏
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable检索和获取的WordPress张贴ID以外的回路作为PHP变量
- How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page如何改变频率或间隔的WordPress自动保存编辑的职位或网页
- Disable Auto Go To (Jump) To Read More Tag禁用自动转到(跳转)来读取更多的标签
- WordPress 2.6 with Change Revision Tracking Feature Available for Free Download在WordPress 2.6与变化修订跟踪功能,提供免费下载
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin三栏放宽的WordPress主题的评论- paged.php为分页-评论wordpress插件

































July 23rd, 2008 04:25 2008年7月23日4时25分
[...] and Turn Off Post Revisions Tracking in WordPress 2.6 or AboveHow to Delete Existing WordPress Post Revisions Stored/Saved Ctrl-z [↩]Post Revision 資料是寫入 wp_posts 資料表 [...] [ … … ] ,并关闭后的修改,跟踪在WordPress 2.6或abovehow删除现有的WordPress修改后的储存/保存按Ctrl - Z的[ ↩ ]修订后的资料是写入wp_posts资料表[ … … ]
July 25th, 2008 03:51 2008年7月25日3时51分
[...] what about those revisions left in your database? [ … … ]什么关于这些修改留在您的数据库? Several posts look as if they found the true answer, but it’s one of those “The one who laughs last, [...]几个职位的样子,如果他们发现真正的答案,但它的其中一人“之一,谁笑最后, [ … … ]
August 17th, 2008 17:39 2008年8月17日17时39分
[...] How to Delete Existing WordPress Post Revisions Stored/Saved shows how you remove existing revision posts from your database. [ … … ]如何删除现有的WordPress修改后的储存/保存表明,您如何移除现有的修订员额从您的数据库。 This entry was written by Bengt, posted on August 17, 2008 at 9:39 am, filed under Blogging and tagged WordPress.这个项目是由本特林克,张贴于2008年8月17日在上午09时39分,提交下,博客和标记的WordPress 。 Bookmark the permalink.书签永久。 Follow any comments here with the RSS feed for this post.后续有任何意见,在这里与RSS馈送为这个职位。 Post a comment or leave a trackback: Trackback URL.张贴评论或留下一个跟踪:跟踪RUI 。 Written by Bengt and published on August 17, 2008 Posted in: Blogging Tagged with: WordPress If you liked this - share it!撰写本特林克,并登载于2008年8月17日张贴于:博客标记:在WordPress如果您喜欢这个-分享! StumbleUpon | Digg it | del.icio.us | Email this Subscribe: by RSS or email « Authentic blogging [...] stumbleupon | digg ,它评论| del.icio.us |通过电子邮件发送订阅: RSS或电子邮件«真实的博客[ … … ]
September 3rd, 2008 06:55 2008年9月3日6时55分
[...] beschränkt. [ … … ] beschränkt 。 Das Löschen alter Versionen ist auch nur schwer möglich über einen SQL-Befehl, der hier erklärt wird.之löschen改变versionen涨跌auch努尔schwer m鰃lich über einen SQL的befehl ,明镜海尔erklärt wird 。 Scheint aber auch nicht immer zu funktionieren. scheint aber auch nicht immer祖funktionieren 。 Eventuell hilft dieses Plugin [...] eventuell hilft dieses插件[ … … ]