<?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>漂自己的移，让别人都撞墙去吧 &#187; DataBase</title>
	<atom:link href="http://www.gagahappy.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gagahappy.com</link>
	<description>Life is what? Get busy living or get busy dying</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:18:54 +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>fedora13 编译安装 mysql innodb引擎</title>
		<link>http://www.gagahappy.com/fedora13-mysql-innodb/</link>
		<comments>http://www.gagahappy.com/fedora13-mysql-innodb/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 13:24:07 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1696</guid>
		<description><![CDATA[<p>fedora13 编译安装 mysql innodb引擎，需要在配置时加入 &#8211;with-plugins=innobase 选项。</p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/fedora13-mysql-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 横向扩展性</title>
		<link>http://www.gagahappy.com/mysql-scale-out/</link>
		<comments>http://www.gagahappy.com/mysql-scale-out/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 16:29:13 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1672</guid>
		<description><![CDATA[<p>mysql 横向扩展性的优点<br />
1、成本低，很容易通过低廉的PC Server搭建一个处理能力非常强大的计算集群<br />
2、不太容易遇到瓶颈，因为很容易通过添加主机来增加处理能力<br />
3、单个节点故障对系统整体影响较小 </p>
<p>mysql 横向扩展性的缺点<br />
1、处理节点多，造成系统架构整体复杂度提高，应用程度提高<br />
2[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-scale-out/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-scale-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 纵向扩展性</title>
		<link>http://www.gagahappy.com/mysql-scale-up/</link>
		<comments>http://www.gagahappy.com/mysql-scale-up/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:30:28 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1674</guid>
		<description><![CDATA[<p>mysql 纵向扩展性 优点<br />
1、处理节点少，维护相对简单<br />
2、所有数据都集中在一起，应用系统架构简单，开发相对容易。</p>
<p>mysql 纵向扩展性 缺点<br />
1、高端设备成本高，且竞争少，容易受到厂商限制<br />
2、受到硬件设备发展速度的限制，单台主机的处理能力总是有极限的，容易遇到最终无法解决的性能瓶颈<br />
3、设[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-scale-up/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-scale-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 编译安装配置</title>
		<link>http://www.gagahappy.com/mysql-%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae/</link>
		<comments>http://www.gagahappy.com/mysql-%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:32:56 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1703</guid>
		<description><![CDATA[<p>mysql 编译安装配置<br />
./configure &#8211;prefix=/opt/mysql &#8211;without-debug  &#8211;enable-thread-safe-client &#8211;enable-assembler &#8211;enable-profili[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>什么是OLTP、什么是OLAP</title>
		<link>http://www.gagahappy.com/oltp-and-olap/</link>
		<comments>http://www.gagahappy.com/oltp-and-olap/#comments</comments>
		<pubDate>Sun, 30 May 2010 15:33:34 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1652</guid>
		<description><![CDATA[<p>联机分析处理 (OLAP) 的概念最早是由关系数据库之父E.F.Codd于1993年提出的，他同时提出了关于OLAP的12条准则。OLAP的提出引起了很大的反响，OLAP作为一类产品同联机事务处理 (OLTP) 明显区分开来。</p>
<p>当今的数据处理大致可以分成两大类：联机事务处理OLTP（on-line [......]</p><p class='read-more'><a href='http://www.gagahappy.com/oltp-and-olap/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/oltp-and-olap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 字符串转换成数字</title>
		<link>http://www.gagahappy.com/mysql-string-cast-to-number/</link>
		<comments>http://www.gagahappy.com/mysql-string-cast-to-number/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:21:46 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1578</guid>
		<description><![CDATA[<p>在mysql中使用cast 函数将数字转换字符时，发现这样一个现象，将字符串“6,666”转换为数字时，预期值应该为6666，但实际值为6，并且rails的1.22版本也存在同样的问题。</p>
<p>解决方法，很无奈，将“6,666”中的&#8221;,&#8221;去掉，再进行转换。</p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-string-cast-to-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql用户创建、授权以及删除</title>
		<link>http://www.gagahappy.com/mysql-create-user/</link>
		<comments>http://www.gagahappy.com/mysql-create-user/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 14:50:39 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1476</guid>
		<description><![CDATA[<p>mysql>  CREATE USER yy IDENTIFIED BY &#8217;123&#8242;;</p>
<p>如果要限制在固定地址登陆，比如localhost 登陆：<br />
mysql> CREATE USER yy@localhost IDENTIFIED BY &#8217;123&#8242;;</p>
<p>gr[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-create-user/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-create-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL server has gone away</title>
		<link>http://www.gagahappy.com/mysql-server-has-gone-away/</link>
		<comments>http://www.gagahappy.com/mysql-server-has-gone-away/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:45:10 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1379</guid>
		<description><![CDATA[<p>在对windows下的mysql 进行数据库还原的时候出现这个错误。<br />
1、最有可能的原因是服务器超时，比如说在一个脚本里连接上服务器后进行了一些数据库操作后，就开始冷落了数据库，执行起其他一些非数据库操作的耗时操作，数据库等啊等等啊等，结果超时了，只好关闭连接。如果是这个原因，请加大wait_tim[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-server-has-gone-away/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-server-has-gone-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 导入慢的解决方法</title>
		<link>http://www.gagahappy.com/mysqldump-import-slow/</link>
		<comments>http://www.gagahappy.com/mysqldump-import-slow/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:56:56 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1367</guid>
		<description><![CDATA[<p>MySQL导出的SQL语句在导入时有可能会非常非常慢。在导出时合理使用几个参数，可以大大加快导 入的速度。</p>
<p>-e 使用包括几个VALUES列表的多行INSERT语法;<br />
&#8211;max_allowed_packet=XXX 客户端/服务器之间通信的缓存区的最大大小;<br />
&#8211;net_buf[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysqldump-import-slow/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysqldump-import-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL中的mysqldump命令使用详解</title>
		<link>http://www.gagahappy.com/mysql-mysqldump-01/</link>
		<comments>http://www.gagahappy.com/mysql-mysqldump-01/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 06:57:22 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1376</guid>
		<description><![CDATA[<p>MySQL有很多可以导入数据的方法，然而这些只是数据传输中的一半，另外的一般是从MySQL数据库中导出数据。有许多的原因我们需要导出数据。一个重要的原因是用于备份数据库。数据的造价常常是昂贵的，需要谨慎处理它们。经常地备份可以帮助防止宝贵数据地丢失；另外一个原因是，也许您希望导出数据来共享。 在这个[......]</p><p class='read-more'><a href='http://www.gagahappy.com/mysql-mysqldump-01/'>继续阅读</a></p>]]></description>
		<wfw:commentRss>http://www.gagahappy.com/mysql-mysqldump-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
