<?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.chentianwen.net/wordpress/category/it/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chentianwen.net/wordpress</link>
	<description>Life has to be exciting.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MySQL export to csv</title>
		<link>http://www.chentianwen.net/wordpress/2011/10/10/mysql-export-to-csv/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-export-to-csv</link>
		<comments>http://www.chentianwen.net/wordpress/2011/10/10/mysql-export-to-csv/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 04:26:03 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=497</guid>
		<description><![CDATA[SELECT id, name, email INTO OUTFILE '/tmp/result.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' ESCAPED BY ‘\\’ LINES TERMINATED BY '\n' FROM users WHERE 1 <p lang="sql">@see http://dev.mysql.com/doc/refman/5.6/en/load-data.html</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/10/10/mysql-export-to-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export the postgresql sql result to csv file</title>
		<link>http://www.chentianwen.net/wordpress/2011/06/27/export-the-postgresql-sql-result-to-csv-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=export-the-postgresql-sql-result-to-csv-file</link>
		<comments>http://www.chentianwen.net/wordpress/2011/06/27/export-the-postgresql-sql-result-to-csv-file/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 07:43:56 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=444</guid>
		<description><![CDATA[<p>from: <a href="http://archives.postgresql.org/pgsql-admin/2005-08/msg00333.php">http://archives.postgresql.org/pgsql-admin/2005-08/msg00333.php</a></p> psql &#60;any needed connection parameters&#62; --quiet --no-align --field-separator ',' --pset footer --output youroutputfile.csv --command &#60;select .......&#62; databasename <p>&#160;</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/06/27/export-the-postgresql-sql-result-to-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the postgresql initdb fatal shared memory error on Leopard</title>
		<link>http://www.chentianwen.net/wordpress/2011/05/03/fixing-the-postgresql-initdb-fatal-shared-memory-error-on-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-the-postgresql-initdb-fatal-shared-memory-error-on-leopard</link>
		<comments>http://www.chentianwen.net/wordpress/2011/05/03/fixing-the-postgresql-initdb-fatal-shared-memory-error-on-leopard/#comments</comments>
		<pubDate>Tue, 03 May 2011 05:24:15 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=398</guid>
		<description><![CDATA[<p>from http://willbryant.net/software/mac_os_x/postgres_initdb_fatal_shared_memory_error_on_leopard</p> <p>When doing the post-install setup of postgresql default database using initdb, you may hit this error:</p> FATAL: could not create shared memory segment: Cannot allocate memory DETAIL: Failed system call was shmget(key=1, size=1646592, 03600). <p>You can either change the postgresql configuration to use less shared memory, or increase the system setting.</p> <p>I suggest the [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/05/03/fixing-the-postgresql-initdb-fatal-shared-memory-error-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL useful SQL statement</title>
		<link>http://www.chentianwen.net/wordpress/2010/12/10/postgresql-useful-sql-statement/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=postgresql-useful-sql-statement</link>
		<comments>http://www.chentianwen.net/wordpress/2010/12/10/postgresql-useful-sql-statement/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 00:25:59 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=332</guid>
		<description><![CDATA[<p>For functionality similar to mysql SHOW TABLES use:</p> <p>select * from information_schema.tables where table_schema=&#8217;public&#8217; and table_type=&#8217;BASE TABLE&#8217;</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2010/12/10/postgresql-useful-sql-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no such file to load &#8212; mysql</title>
		<link>http://www.chentianwen.net/wordpress/2009/06/21/no-such-file-to-load-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-such-file-to-load-mysql</link>
		<comments>http://www.chentianwen.net/wordpress/2009/06/21/no-such-file-to-load-mysql/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 12:58:09 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=205</guid>
		<description><![CDATA[<p>from <a href="http://blogs.sun.com/divas/entry/no_such_file_to_load">http://blogs.sun.com/divas/entry/no_such_file_to_load</a></p> <p>Rails never fails me. As soon as I publish a series of tutorials for a NetBeans release, a new Rails release comes out which breaks my tutorials (and, apparently, most everyone else&#8217;s). Gratefully, some customers took the time to click the Feedback button at the end of our tutorials to let us know [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/06/21/no-such-file-to-load-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>!Statement.GeneratedKeysNotRequested!</title>
		<link>http://www.chentianwen.net/wordpress/2009/06/10/statementgeneratedkeysnotrequested/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=statementgeneratedkeysnotrequested</link>
		<comments>http://www.chentianwen.net/wordpress/2009/06/10/statementgeneratedkeysnotrequested/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:48:00 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=200</guid>
		<description><![CDATA[<p>Happen on version 5.1.7, so switch back to 5.1.6 is the solution&#8230;</p> <p>From <a href="http://bugs.mysql.com/bug.php?id=41448">http://bugs.mysql.com/bug.php?id=41448</a></p> Bug #41448 java.sql.SQLException: !Statement.GeneratedKeysNotRequested! Submitted: 13 Dec 2008 18:22 Modified: 28 May 20:29 Reporter: <a href="http://bugs.mysql.com/search.php?cmd=display&#38;status=Active&#38;reporter=509818">Rico H.</a> Status: Documenting Category: Connector/J Severity: S1 (Critical) Version: 5.1.7 OS: Linux Assigned to: Target Version: [13 Dec 2008 18:22] Rico H. Description: Hello, Consider [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/06/10/statementgeneratedkeysnotrequested/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC: &#8220;Selected Collating Sequence Not Supported&#8221; or &#8220;Unrecognized Database Format&#8221; Error</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/11/acc-selected-collating-sequence-not-supported-or-unrecognized-database-format-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=acc-selected-collating-sequence-not-supported-or-unrecognized-database-format-error</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/11/acc-selected-collating-sequence-not-supported-or-unrecognized-database-format-error/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 16:46:08 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MS Access]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=42</guid>
		<description><![CDATA[<p>From <a href="http://support.microsoft.com/default.aspx?kbid=184988">http://support.microsoft.com/default.aspx?kbid=184988</a></p> <a href="http://support.microsoft.com/default.aspx?kbid=184988#appliesto">View products that this article applies to.</a> <p>function loadTOCNode(){}</p> Article ID : 184988 Last Review : January 22, 2007 Revision : 3.1 This article was previously published under Q184988 Novice: Requires knowledge of the user interface on single-user computers. SYMPTOMS <p>loadTOCNode(1, &#8216;symptoms&#8217;);</p> When you try to open a database or an [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/11/acc-selected-collating-sequence-not-supported-or-unrecognized-database-format-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL error 1017: errno: 24</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/09/mysql-error-1017-errno-24/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-error-1017-errno-24</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/09/mysql-error-1017-errno-24/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 15:40:53 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=3</guid>
		<description><![CDATA[From <a href="http://lists.mysql.com/mysql/178353">Re: Mysqldump error 1017: errno: 24 - help?</a> Yep, that seems to have done it, at least when I'm testing it. I'm pretty sure the problem is fixed, but the next couple of days of automated backups will tell. Thanks! On Tue, 2005-01-11 at 00:43, Gleb Paharenko wrote: &#62; Hello. &#62; &#62; Try [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/09/mysql-error-1017-errno-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

