<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Farmer的博客 &#187; 主机</title>
	<atom:link href="http://www.it-farmer.com/tag/%e4%b8%bb%e6%9c%ba/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>经验分享：如何迁移独立主机？</title>
		<link>http://www.it-farmer.com/%e7%bb%8f%e9%aa%8c%e5%88%86%e4%ba%ab%ef%bc%9a%e5%a6%82%e4%bd%95%e8%bf%81%e7%a7%bb%e7%8b%ac%e7%ab%8b%e4%b8%bb%e6%9c%ba%ef%bc%9f.html</link>
		<comments>http://www.it-farmer.com/%e7%bb%8f%e9%aa%8c%e5%88%86%e4%ba%ab%ef%bc%9a%e5%a6%82%e4%bd%95%e8%bf%81%e7%a7%bb%e7%8b%ac%e7%ab%8b%e4%b8%bb%e6%9c%ba%ef%bc%9f.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 08:48:22 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[主机]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=364</guid>
		<description><![CDATA[最近决定将我的主机迁移到新的主机提供商，原来用的独立主机价格太贵了，而且性能也不是很好。 第一步当然是购买新的主机，然后安装相关的服务软件等等。 第二步就是进行数据的迁移。数据通常包括网站的页面，图片还有数据库。　网站的文件数据比较容易，可以简单打包，然后从新的主机上用wget进行下载。对于数据库，mysql提供了导出倒入的功能。比如： 可以如下直接进行库的拷贝   mysqldump -h OLDHOST -u root -p　PASSWORD -c OLD_DB_NAME &#124; mysql -h NEWHOST -u root -pPASSWORD NEW_DB_NAME 当然也可以先把数据导出到文件，然后在新主机上倒入。 第三步，在数据都迁移好了之后，可以修改域名指向到新的主机地址。这样就能实现比较平稳的主机迁移了。 Related Posts:如何优化mysql的内存占用mysql max_connectionsHow to fix &#8220;Could not load the assembly xxxx.dll. Make sure that it is compiled before accessing the page&#8221;Firefox 3, GTK and a downside of Enterprise Linux distros.openvpn failure debugPowered [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/%e7%bb%8f%e9%aa%8c%e5%88%86%e4%ba%ab%ef%bc%9a%e5%a6%82%e4%bd%95%e8%bf%81%e7%a7%bb%e7%8b%ac%e7%ab%8b%e4%b8%bb%e6%9c%ba%ef%bc%9f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几个主机概念</title>
		<link>http://www.it-farmer.com/some-concept-of-web-hosting.html</link>
		<comments>http://www.it-farmer.com/some-concept-of-web-hosting.html#comments</comments>
		<pubDate>Wed, 20 Feb 2008 10:24:13 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[主机]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/some-concept-of-web-hosting.html</guid>
		<description><![CDATA[来来来，扫扫盲： 共享主机（Shared Server）：一台服务器上有无数个网站帐号，共享一个OS。这个是最普遍的。 虚拟专用主机（Virtual Private Server）：一台服务器有比较少的网站 ，使用虚拟机技术，每个帐号用一台虚拟机。这个不错哦，http://www.wiredtree.com/managedvps/index.php How Does it Work? A number of virtualization technologies make Virtual Private Servers possible: there are commercial companies, such as VMWare, and Microsoft&#8217;s own Virtual PC, Open Source offerings such as User Mode Linux, QEMU, and more recently XEN. This is a hot topic in the Linux world [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/some-concept-of-web-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
