<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Supergeek MySQL Tech Bleg</title>
	<atom:link href="http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/</link>
	<description>This blog was filmed before a live studio audience</description>
	<lastBuildDate>Sun, 13 May 2012 12:37:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Cappy</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-478445</link>
		<dc:creator>Cappy</dc:creator>
		<pubDate>Thu, 22 Jan 2009 00:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-478445</guid>
		<description>Yeah.  Man up and use a real DBMS. :twisted:</description>
		<content:encoded><![CDATA[<p>Yeah.  Man up and use a real DBMS. <img src='http://sixmeatbuffet.com/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Jones</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-476163</link>
		<dc:creator>Les Jones</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-476163</guid>
		<description>Just wait a few days. Once Obama is in office all SQL queries will return the correct results. Also, you&#039;ll be able to successfully divide by zero.</description>
		<content:encoded><![CDATA[<p>Just wait a few days. Once Obama is in office all SQL queries will return the correct results. Also, you&#8217;ll be able to successfully divide by zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston Taylor Holmes</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-472228</link>
		<dc:creator>Preston Taylor Holmes</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-472228</guid>
		<description>I was able to overcome my main issue by migrating all my dbs to the same server, which enabled me to copy the db.  I have a feeling the problem with my export/import is the collation my DB is in, so I may have a fix for that but haven&#039;t had time to mess with it.  Thanks for the help guys.</description>
		<content:encoded><![CDATA[<p>I was able to overcome my main issue by migrating all my dbs to the same server, which enabled me to copy the db.  I have a feeling the problem with my export/import is the collation my DB is in, so I may have a fix for that but haven&#8217;t had time to mess with it.  Thanks for the help guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badanov</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-472160</link>
		<dc:creator>badanov</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-472160</guid>
		<description>I have essentially a similar problem with backups using PostgreSQL.

In PostgreSQL I have the option of dumping data using PG&#039;s own format or a more universal INSERT mode, which enables me to export to any other SQL database.  For some reason that PG mode doesn&#039;t work but the universal mode works famously</description>
		<content:encoded><![CDATA[<p>I have essentially a similar problem with backups using PostgreSQL.</p>
<p>In PostgreSQL I have the option of dumping data using PG&#8217;s own format or a more universal INSERT mode, which enables me to export to any other SQL database.  For some reason that PG mode doesn&#8217;t work but the universal mode works famously</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug H</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-469256</link>
		<dc:creator>Doug H</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-469256</guid>
		<description>I&#039;m used to MS SQL Server, rather than MySQL, but have you tried inserting directly from one database to the other?

In transact SQL, the syntax is DATABASE_NAME.OWNER.TABLE_NAME

So inserting into a table in another database would look like:
Insert Into TestDatabase.dbo.Comments (field, list, here)
Select field, list, here from dbo.Comments 

Again, I don&#039;t know if this syntax works in MySQL, but that&#039;s how I would do it in full SQL Server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m used to MS SQL Server, rather than MySQL, but have you tried inserting directly from one database to the other?</p>
<p>In transact SQL, the syntax is DATABASE_NAME.OWNER.TABLE_NAME</p>
<p>So inserting into a table in another database would look like:<br />
Insert Into TestDatabase.dbo.Comments (field, list, here)<br />
Select field, list, here from dbo.Comments </p>
<p>Again, I don&#8217;t know if this syntax works in MySQL, but that&#8217;s how I would do it in full SQL Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Short</title>
		<link>http://sixmeatbuffet.com/archives/2009/01/10/supergeek-mysql-tech-bleg/comment-page-1/#comment-468139</link>
		<dc:creator>Chris Short</dc:creator>
		<pubDate>Sun, 11 Jan 2009 21:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://sixmeatbuffet.com/?p=6261#comment-468139</guid>
		<description>Try splitting it up into multiple backups then look for malformed syntax in the comments that might be mucking up the works.</description>
		<content:encoded><![CDATA[<p>Try splitting it up into multiple backups then look for malformed syntax in the comments that might be mucking up the works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

