<?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>Important Things 1999 &#187; MySQL</title>
	<atom:link href="http://www.laotudou.com/category/database/mysql-database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laotudou.com</link>
	<description>The times we live is full of temptation. What's your real need? Do you feel lost?</description>
	<lastBuildDate>Fri, 09 Sep 2011 11:41:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>WordPress database recovery without corrupted characters</title>
		<link>http://www.laotudou.com/wordpress-database-recovery.html</link>
		<comments>http://www.laotudou.com/wordpress-database-recovery.html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 15:46:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.laotudou.com/?p=702</guid>
		<description><![CDATA[1. Using phpMyAdmin, select display language &#8220;English&#8221; other than &#8220;Chinese&#8221;,&#8221;Japan&#8221;&#8230;.. 2. Import .sql.gz file generated by &#8220;WordPress Database Backup&#8221;, select code &#8220;utf8&#8243; Done! In English world, there is no such thing, but we used to display phpMyAdmin with our language, so correct solution is above. Share and Enjoy:]]></description>
		<wfw:commentRss>http://www.laotudou.com/wordpress-database-recovery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL table lock</title>
		<link>http://www.laotudou.com/mysql-table-lock.html</link>
		<comments>http://www.laotudou.com/mysql-table-lock.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 14:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[optimize]]></category>

		<guid isPermaLink="false">http://www.laotudou.com/?p=640</guid>
		<description><![CDATA[mysql&#62; SHOW STATUS LIKE &#8216;Table%&#8217;; +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;+ &#124; Variable_name         &#124; Value   &#124; +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;+ &#124; Table_locks_immediate &#124; 1151552 &#124; &#124; Table_locks_waited    &#124; 15324   &#124; +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;+ mysql&#62; LOCK TABLES real_table WRITE, insert_table WRITE; mysql&#62; INSERT INTO real_table SELECT * FROM insert_table; mysql&#62; TRUNCATE TABLE insert_table; mysql&#62; UNLOCK TABLES; Note: &#8220; insert_table&#8221; is a memory table, and after above [...]]]></description>
		<wfw:commentRss>http://www.laotudou.com/mysql-table-lock.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Temporary Table</title>
		<link>http://www.laotudou.com/mysql-temporary-table.html</link>
		<comments>http://www.laotudou.com/mysql-temporary-table.html#comments</comments>
		<pubDate>Fri, 03 Apr 2009 08:36:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://www.laotudou.com/?p=636</guid>
		<description><![CDATA[The following content is a test of MySQL memory temporary table,  I import 0.2m records into another table everyday,  that table is becoming larger and larger, and SELECT is more and more slow, to solve these problems, temporary table is used in middle processing. The detail explanation can be found in MySQL official website. ========================================= [...]]]></description>
		<wfw:commentRss>http://www.laotudou.com/mysql-temporary-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

