<?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; Linux MySQL</title>
	<atom:link href="http://www.php-oa.com/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.php-oa.com</link>
	<description>Perl Linux CDN Video</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>在 Percona 中配置主从的 MySQL</title>
		<link>http://www.php-oa.com/2012/01/12/mysql-master-slave.html</link>
		<comments>http://www.php-oa.com/2012/01/12/mysql-master-slave.html#comments</comments>
		<pubDate>Thu, 12 Jan 2012 03:52:45 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[innobackupex]]></category>
		<category><![CDATA[percona]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=4479</guid>
		<description><![CDATA[&#160; innobackupex 有非常好的一致性的备份功能.它会切好并输出的日志文件和日志的位置,这个来进行 slave 的初始化非常有效.另外,它可以同时工作在 MyISAM 和 innodb 的引擎中.听讲使用这个&#160;xtrab... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2012/01/12/mysql-master-slave.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 的触发器添加出现Not allowed to return a result set from a trigger</title>
		<link>http://www.php-oa.com/2011/05/19/not-allowed-to-return-a-result-set-from-a-trigger-mysql.html</link>
		<comments>http://www.php-oa.com/2011/05/19/not-allowed-to-return-a-result-set-from-a-trigger-mysql.html#comments</comments>
		<pubDate>Thu, 19 May 2011 10:53:21 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[Not allowed to return a result set from a trigger]]></category>
		<category><![CDATA[触发器]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3639</guid>
		<description><![CDATA[在做一个 Gearman 来现在一个分布式时,我想当 MySQL 有更新时,自动的使用 MySQL 的触发器来提交更新到集群的队列中,在这个项目中,看到 MySQL 的触发器（TRIGGER）非常合适和 Gearman 的 UDF 配合来工作... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/05/19/not-allowed-to-return-a-result-set-from-a-trigger-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL UDFs 来管理调用 Gearman 的分布式的队列</title>
		<link>http://www.php-oa.com/2010/09/20/perl-gearman-server-mysql-udfs.html</link>
		<comments>http://www.php-oa.com/2010/09/20/perl-gearman-server-mysql-udfs.html#comments</comments>
		<pubDate>Mon, 20 Sep 2010 17:59:43 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Gearman]]></category>
		<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[udfs]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2985</guid>
		<description><![CDATA[&#160;我们知道 Gearman 的任务是一个数组结构,只存在内存中,一断电怎么样这个信息就会不存在.所以新的 gearman 开发了一个功能,就是通过 mysql 来存储和调用 Gearman 任务信息.这样可以持久的保持... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/09/20/perl-gearman-server-mysql-udfs.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVN 加 Trac 在 apache 上的整合</title>
		<link>http://www.php-oa.com/2010/06/27/svn-trac-apache.html</link>
		<comments>http://www.php-oa.com/2010/06/27/svn-trac-apache.html#comments</comments>
		<pubDate>Sun, 27 Jun 2010 16:38:30 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[版本管理]]></category>
		<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[版本管理，svn]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2811</guid>
		<description><![CDATA[&#160; &#160;做为研发,最重要的就是代码.现在转架构了.没有了 SVN ,只能自己来建一个自己来用了.使用最好一个流行的 trac 来管理 svn 吧. 记的先安装我以前文件中提到过的扩展 rpm 的源.然后安装... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/06/27/svn-trac-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL导入时Duplicate entry for key 2的解决方法</title>
		<link>http://www.php-oa.com/2009/03/20/duplicate-entry-for-key-2.html</link>
		<comments>http://www.php-oa.com/2009/03/20/duplicate-entry-for-key-2.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:48:15 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Linux MySQL]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=1177</guid>
		<description><![CDATA[朋友的一个服务器,用的IDC的机器,备份就一个400多M的sql文件,phpmyadim没法恢复,然后他的服务器跑的IIS加php-cgi动不动就超时.然后mysql在我本地导入时也老出下面的这样的错. ERROR 1062 (23000) at line 126... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2009/03/20/duplicate-entry-for-key-2.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MySQL 服务器调优</title>
		<link>http://www.php-oa.com/2008/08/25/mysql-%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%b0%83%e4%bc%98.html</link>
		<comments>http://www.php-oa.com/2008/08/25/mysql-%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%b0%83%e4%bc%98.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 02:08:25 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[Linux 调优]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=531</guid>
		<description><![CDATA[&#160;看到这个文章相当不错,就转过来了,自己学习一下.并小改和总结了一下 http://hi.baidu.com/%CA%AB%D5%B9/blog/item/42dd2e344abe473d5ab5f547.html 利用服务器的几个调优技巧,让 MySQL 服务器飞速运行 如今,开... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2008/08/25/mysql-%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%b0%83%e4%bc%98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>好用的MySQL备份工具</title>
		<link>http://www.php-oa.com/2008/08/21/haoyongdemysqlbeifengongju.html</link>
		<comments>http://www.php-oa.com/2008/08/21/haoyongdemysqlbeifengongju.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:41:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP 技术]]></category>
		<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=646</guid>
		<description><![CDATA[&#160; 转载本站文章请注明,转载自：扶凯[http://www.php-oa.com] 本文链接: http://www.php-oa.com/2008/08/21/haoyongdemysqlbeifengongju.html &#160;我以前备份都使用mysqldump,导成文本文件便于存放,但是速度很慢的.最... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2008/08/21/haoyongdemysqlbeifengongju.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL笔记</title>
		<link>http://www.php-oa.com/2007/10/17/mysql-linux.html</link>
		<comments>http://www.php-oa.com/2007/10/17/mysql-linux.html#comments</comments>
		<pubDate>Tue, 16 Oct 2007 19:28:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux MySQL]]></category>
		<category><![CDATA[mysql修复]]></category>
		<category><![CDATA[改变mysql管理员密码，修改mysql默认编码]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=271</guid>
		<description><![CDATA[常用数据操作语言DML笔记(select insert update delete) select 语句 &#160;&#160;&#160; 高级的查询功能,见下面的详细内容 select 列名1,列名2 ... from 表名1,表名2... [where 条件] like [group by...] [having ...] [order by...]... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2007/10/17/mysql-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

