<?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>Blog.hio.fr &#187; mysql</title>
	<atom:link href="http://blog.hio.fr/category/dev/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description>Success is the ability to go from one failure to another with no loss of enthusiasm.</description>
	<lastBuildDate>Wed, 16 May 2012 15:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mysql subquery</title>
		<link>http://blog.hio.fr/2012/03/18/mysql-subquery.html</link>
		<comments>http://blog.hio.fr/2012/03/18/mysql-subquery.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:10:52 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=982</guid>
		<description><![CDATA[Database CREATE TABLE IF NOT EXISTS `author` &#40; `id` INT&#40;10&#41; UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR&#40;50&#41; NOT NULL, PRIMARY KEY &#40;`id`&#41; &#41; ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; &#160; INSERT INTO `author` &#40;`id`, `name`&#41; VALUES &#40;1, 'HiO'&#41;, &#40;2, 'Blu'&#41;, &#40;3, 'Pouet'&#41;; &#8230; <a href="http://blog.hio.fr/2012/03/18/mysql-subquery.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/03/18/mysql-subquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql join</title>
		<link>http://blog.hio.fr/2012/03/18/mysql-join.html</link>
		<comments>http://blog.hio.fr/2012/03/18/mysql-join.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:52:49 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=979</guid>
		<description><![CDATA[Database CREATE TABLE IF NOT EXISTS `author` &#40; `id` INT&#40;10&#41; UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR&#40;50&#41; NOT NULL, PRIMARY KEY &#40;`id`&#41; &#41; ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; &#160; INSERT INTO `author` &#40;`id`, `name`&#41; VALUES &#40;1, 'HiO'&#41;, &#40;2, 'Blu'&#41;, &#40;3, 'Pouet'&#41;; &#8230; <a href="http://blog.hio.fr/2012/03/18/mysql-join.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/03/18/mysql-join.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Les différents moteurs de stockage</title>
		<link>http://blog.hio.fr/2009/03/04/mysql-les-differents-moteurs-de-stockage.html</link>
		<comments>http://blog.hio.fr/2009/03/04/mysql-les-differents-moteurs-de-stockage.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 12:26:02 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=136</guid>
		<description><![CDATA[Un article tres interressant sur MySQL et ses differents moteurs de stockage. <a href="http://blog.hio.fr/2009/03/04/mysql-les-differents-moteurs-de-stockage.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/03/04/mysql-les-differents-moteurs-de-stockage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Script bash pour dumper une db</title>
		<link>http://blog.hio.fr/2009/03/03/mysql-script-bash-pour-dumper-une-db.html</link>
		<comments>http://blog.hio.fr/2009/03/03/mysql-script-bash-pour-dumper-une-db.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 21:08:27 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[dump]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=120</guid>
		<description><![CDATA[Voila un ptit script pratique pour dumper une db et la compresser ^^ <a href="http://blog.hio.fr/2009/03/03/mysql-script-bash-pour-dumper-une-db.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/03/03/mysql-script-bash-pour-dumper-une-db.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

