<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《WordPress数据库备份导出导入教程 (原创)》的评论</title>
	<atom:link href="http://www.stadin.info/34.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stadin.info/34.html</link>
	<description>city vagrant</description>
	<lastBuildDate>Wed, 14 Sep 2011 01:57:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：城市过客甲</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29434</link>
		<dc:creator>城市过客甲</dc:creator>
		<pubDate>Tue, 16 Aug 2011 08:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29434</guid>
		<description>回 软件开发者论坛： 正式的导出一般依赖于虚拟主机服务商的备份，或命令行mysqldump（也许是被配置在cron里）</description>
		<content:encoded><![CDATA[<p>回 软件开发者论坛： 正式的导出一般依赖于虚拟主机服务商的备份，或命令行mysqldump（也许是被配置在cron里）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：软件开发者论坛</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29433</link>
		<dc:creator>软件开发者论坛</dc:creator>
		<pubDate>Mon, 09 May 2011 16:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29433</guid>
		<description>phpmyadmin只能导少数据量的，如果几十M以上的就不行了。网上有导出工具下载的。</description>
		<content:encoded><![CDATA[<p>phpmyadmin只能导少数据量的，如果几十M以上的就不行了。网上有导出工具下载的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：何苦呢</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29410</link>
		<dc:creator>何苦呢</dc:creator>
		<pubDate>Sun, 19 Dec 2010 11:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29410</guid>
		<description>刚打算备份一下数据库呢</description>
		<content:encoded><![CDATA[<p>刚打算备份一下数据库呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：城市过客甲</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29385</link>
		<dc:creator>城市过客甲</dc:creator>
		<pubDate>Tue, 17 Aug 2010 05:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29385</guid>
		<description>这个办法不错
我觉得更通俗一点的办法是，大多数的主机上可以自定义cron，直接mysqldump然后随便找个smtp类把文件发送出去</description>
		<content:encoded><![CDATA[<p>这个办法不错<br />
我觉得更通俗一点的办法是，大多数的主机上可以自定义cron，直接mysqldump然后随便找个smtp类把文件发送出去</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：vastar</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29383</link>
		<dc:creator>vastar</dc:creator>
		<pubDate>Mon, 16 Aug 2010 00:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29383</guid>
		<description>如果是c-panel的linux主机，可以利用定时任务自动备份和发送邮件的。我现在用这个方法。这篇文章也许有帮助：http://vastars.info/application/database-backup-2.html</description>
		<content:encoded><![CDATA[<p>如果是c-panel的linux主机，可以利用定时任务自动备份和发送邮件的。我现在用这个方法。这篇文章也许有帮助：http://vastars.info/application/database-backup-2.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tyro</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-29360</link>
		<dc:creator>tyro</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-29360</guid>
		<description>怎样打开Editplus？</description>
		<content:encoded><![CDATA[<p>怎样打开Editplus？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：govo</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-3704</link>
		<dc:creator>govo</dc:creator>
		<pubDate>Sat, 24 Mar 2007 02:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-3704</guid>
		<description>已经试验过，如果可以直接把文件下载，那么这个.sql文件是有用的，因为它的UTF-8没有被改过，而如果直接用phpMyAdmin在浏览器中浏览的话，通过提制保存下来的是不行的，因为被浏览器转换过。但服务器上的phpMyAdmin不能这么做，还好安装的wordpress备份插件可以下载。</description>
		<content:encoded><![CDATA[<p>已经试验过，如果可以直接把文件下载，那么这个.sql文件是有用的，因为它的UTF-8没有被改过，而如果直接用phpMyAdmin在浏览器中浏览的话，通过提制保存下来的是不行的，因为被浏览器转换过。但服务器上的phpMyAdmin不能这么做，还好安装的wordpress备份插件可以下载。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：城市过客甲</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-3703</link>
		<dc:creator>城市过客甲</dc:creator>
		<pubDate>Sat, 24 Mar 2007 01:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-3703</guid>
		<description>也许是这样的情况：登录phpMyAdmin后，选左边的数据库之前
有一个“MySQL 文字编码”或者高版本可能叫做&quot;连接校对&quot;什么的
首先选一个合适的编码
MySQL数据表的存储编码和文字编码似乎是完全不相干的两件事</description>
		<content:encoded><![CDATA[<p>也许是这样的情况：登录phpMyAdmin后，选左边的数据库之前<br />
有一个“MySQL 文字编码”或者高版本可能叫做”连接校对”什么的<br />
首先选一个合适的编码<br />
MySQL数据表的存储编码和文字编码似乎是完全不相干的两件事</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：govo</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-3700</link>
		<dc:creator>govo</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-3700</guid>
		<description>我空间上的phpMyAdmin有一个“另存为文件”可以勾选，但在IE和firefox中也不能下载，更奇怪的是，从页面中的sql看到，它注释行中的文字可以看清是中文的，但表中字段的中文却是乱码，然后用word打开的方法，也只能看到注释里的中文。我安装了Wordpress的备份插件，但结果还是一样，就连从我本机导出的也一样。
我估计可能是数据库中是ISO-88591的，而phpMyAdmin导出时写下的东西却是UTF-8的，所以不行，我本机中的Mysql也是iso-88591编码的。</description>
		<content:encoded><![CDATA[<p>我空间上的phpMyAdmin有一个“另存为文件”可以勾选，但在IE和firefox中也不能下载，更奇怪的是，从页面中的sql看到，它注释行中的文字可以看清是中文的，但表中字段的中文却是乱码，然后用word打开的方法，也只能看到注释里的中文。我安装了Wordpress的备份插件，但结果还是一样，就连从我本机导出的也一样。<br />
我估计可能是数据库中是ISO-88591的，而phpMyAdmin导出时写下的东西却是UTF-8的，所以不行，我本机中的Mysql也是iso-88591编码的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：城市过客甲</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-3574</link>
		<dc:creator>城市过客甲</dc:creator>
		<pubDate>Thu, 22 Mar 2007 09:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-3574</guid>
		<description>回govo：
请确认勾上了“发送”按钮，phpmyadmin会在数据包header里标明让你下载，除非你的浏览器默认这样的操作为打开而不理睬它
另：如果完全显示出来，直接复制下来粘贴到别的地方也是可以的</description>
		<content:encoded><![CDATA[<p>回govo：<br />
请确认勾上了“发送”按钮，phpmyadmin会在数据包header里标明让你下载，除非你的浏览器默认这样的操作为打开而不理睬它<br />
另：如果完全显示出来，直接复制下来粘贴到别的地方也是可以的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：govo</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-3564</link>
		<dc:creator>govo</dc:creator>
		<pubDate>Thu, 22 Mar 2007 06:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-3564</guid>
		<description>我在我的空间那里用phpMyAdmin那里导出的时候出问题，无论你生成zip还是bzip或是不压缩，都不能让浏览器弹出下载窗口，而问题直接在浏览器中显示出来。请问可以解决这个问题吗？谢谢！</description>
		<content:encoded><![CDATA[<p>我在我的空间那里用phpMyAdmin那里导出的时候出问题，无论你生成zip还是bzip或是不压缩，都不能让浏览器弹出下载窗口，而问题直接在浏览器中显示出来。请问可以解决这个问题吗？谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：城市过客甲</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-146</link>
		<dc:creator>城市过客甲</dc:creator>
		<pubDate>Thu, 28 Dec 2006 06:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-146</guid>
		<description>wordpress只有一个页面慢，就是后台的“控制板”
恰好是登录后的默认页
所以我现在是记住密码，登录走文章的Edit链接，然后再去点别的功能

如果只是发信件，有smtp转发功能就足够了
要想让服务器能收信件，得先去注册个域名</description>
		<content:encoded><![CDATA[<p>wordpress只有一个页面慢，就是后台的“控制板”<br />
恰好是登录后的默认页<br />
所以我现在是记住密码，登录走文章的Edit链接，然后再去点别的功能</p>
<p>如果只是发信件，有smtp转发功能就足够了<br />
要想让服务器能收信件，得先去注册个域名</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：miss</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-90</link>
		<dc:creator>miss</dc:creator>
		<pubDate>Wed, 06 Dec 2006 07:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-90</guid>
		<description>还是觉得用plugin的好些。其实我喜欢用firefox打开它。gedit(我用debian/sarge, gnome桌面系统)不适合打开太大的文件。用firefox可是定义编码。反正不是utf-8就是GB2312。
导入我没有试过。等式需要的时候我会再搜的。谢谢。我有一个问题，为什么我觉得lifetype登录比wordpress快呢？
另外，请问，邮件服务器用什么比较好？我是内网，但是想发信件。当然，不能收邮件，或者只能收南开的信件。</description>
		<content:encoded><![CDATA[<p>还是觉得用plugin的好些。其实我喜欢用firefox打开它。gedit(我用debian/sarge, gnome桌面系统)不适合打开太大的文件。用firefox可是定义编码。反正不是utf-8就是GB2312。<br />
导入我没有试过。等式需要的时候我会再搜的。谢谢。我有一个问题，为什么我觉得lifetype登录比wordpress快呢？<br />
另外，请问，邮件服务器用什么比较好？我是内网，但是想发信件。当然，不能收邮件，或者只能收南开的信件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：pan</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-25</link>
		<dc:creator>pan</dc:creator>
		<pubDate>Sat, 04 Nov 2006 03:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-25</guid>
		<description>该操作最好在FireFox下进行，IE会报JavaScript错误并死在那里。

如果没有汉化，也就是英文版的wordpress，IE应该也可以的。</description>
		<content:encoded><![CDATA[<p>该操作最好在FireFox下进行，IE会报JavaScript错误并死在那里。</p>
<p>如果没有汉化，也就是英文版的wordpress，IE应该也可以的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Dai</title>
		<link>http://www.stadin.info/34.html/comment-page-1#comment-21</link>
		<dc:creator>Dai</dc:creator>
		<pubDate>Thu, 19 Oct 2006 09:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stadin.info/?p=34#comment-21</guid>
		<description>待明日俺来测试。嘿嘿</description>
		<content:encoded><![CDATA[<p>待明日俺来测试。嘿嘿</p>
]]></content:encoded>
	</item>
</channel>
</rss>

