<?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: Retrosheet Baseball Mysql database download</title>
	<atom:link href="http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/</link>
	<description>WantLinux.net Ubuntu the way I like it.</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Pinto</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-374</link>
		<dc:creator>David Pinto</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-374</guid>
		<description>Darrell,

I have through 2008 loaded on my machine.  Is there a way of just loading 2009 data into the existing MySQL database?</description>
		<content:encoded><![CDATA[<p>Darrell,</p>
<p>I have through 2008 loaded on my machine.  Is there a way of just loading 2009 data into the existing MySQL database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Varga</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-371</link>
		<dc:creator>Stephen Varga</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-371</guid>
		<description>Thanks a lot for this, really awesome! I am doing a thesis project that uses this data and I&#039;m really excited not to have to recompile all this again with the 2009 data. Is playoff data included in your database?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, really awesome! I am doing a thesis project that uses this data and I&#8217;m really excited not to have to recompile all this again with the 2009 data. Is playoff data included in your database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Carty</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-367</link>
		<dc:creator>Derek Carty</dc:creator>
		<pubDate>Sat, 09 Jan 2010 02:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-367</guid>
		<description>Found it, Darrell.  Never mind, and thanks again for putting this together.

http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor</description>
		<content:encoded><![CDATA[<p>Found it, Darrell.  Never mind, and thanks again for putting this together.</p>
<p><a href="http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor" rel="nofollow">http://chadwick.sourceforge.net/chapter1.html#cwevent-expanded-event-descriptor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Carty</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-366</link>
		<dc:creator>Derek Carty</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-366</guid>
		<description>Thanks, Darrell.</description>
		<content:encoded><![CDATA[<p>Thanks, Darrell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-364</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-364</guid>
		<description>Good to know.  I dropped the baseball database and created the retrosheet database.

So here is the syntax I&#039;m using for the import:
mysql -uroot -pmahler -hlocalhost retrosheet &lt; retrosheet.sql

The sql is saved on my C: drive and in the bin folder where mysql.exe is stored.  

Still getting a syntax error.  Can you see the error in my command line?  If not, I wonder if it&#039;s my install.  
Thanks!</description>
		<content:encoded><![CDATA[<p>Good to know.  I dropped the baseball database and created the retrosheet database.</p>
<p>So here is the syntax I&#8217;m using for the import:<br />
mysql -uroot -pmahler -hlocalhost retrosheet &lt; retrosheet.sql</p>
<p>The sql is saved on my C: drive and in the bin folder where mysql.exe is stored.  </p>
<p>Still getting a syntax error.  Can you see the error in my command line?  If not, I wonder if it&#039;s my install.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-363</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-363</guid>
		<description>Rich,  
The top 20 lines of the retrosheet file has a USE &#039;retrosheet&#039; line.  You need to change that to &#039;baseball&#039; or remove it all together and put baseball in your connection string.  The file is huge so this might not be the best way.  4 GB in notepad doesn&#039;t fly.  It is a pain in VI also.

mysql -uusername -ppassword -hlocalhost baseball &lt; retrosheet.sql

The other way of doing it is to import the entire database as retrosheet database.  When it is done turn off the mysql database and copy the database directory from retrosheet to baseball.  Start mysql, and connect to it with your favorite editor.  If the database baseball is there drop database retrosheet.  Seems like few steps, but I do it this way when playing around with it.

Darrell</description>
		<content:encoded><![CDATA[<p>Rich,<br />
The top 20 lines of the retrosheet file has a USE &#8216;retrosheet&#8217; line.  You need to change that to &#8216;baseball&#8217; or remove it all together and put baseball in your connection string.  The file is huge so this might not be the best way.  4 GB in notepad doesn&#8217;t fly.  It is a pain in VI also.</p>
<p>mysql -uusername -ppassword -hlocalhost baseball &lt; retrosheet.sql</p>
<p>The other way of doing it is to import the entire database as retrosheet database.  When it is done turn off the mysql database and copy the database directory from retrosheet to baseball.  Start mysql, and connect to it with your favorite editor.  If the database baseball is there drop database retrosheet.  Seems like few steps, but I do it this way when playing around with it.</p>
<p>Darrell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-361</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-361</guid>
		<description>I will have to get my brother to look into this for you.  He uses the database, I just make the bastard child.</description>
		<content:encoded><![CDATA[<p>I will have to get my brother to look into this for you.  He uses the database, I just make the bastard child.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-360</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 04 Jan 2010 04:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-360</guid>
		<description>I recently insalled mysql 5.1 and am attempting to run the command to import the SQL script, however I keep getting an error using the syntax above.  My database is called &quot;baseball&quot; and I&#039;m using the root userid.  Any help in importing would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I recently insalled mysql 5.1 and am attempting to run the command to import the SQL script, however I keep getting an error using the syntax above.  My database is called &#8220;baseball&#8221; and I&#8217;m using the root userid.  Any help in importing would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Carty</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-358</link>
		<dc:creator>Derek Carty</dc:creator>
		<pubDate>Sun, 03 Jan 2010 23:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-358</guid>
		<description>This is awesome, Darrell.  Have you posted an explanation file for the fields that aren&#039;t in the usual Retrosheet files?  Fields 97 and beyond?  I can guess at some of them but others I&#039;m not entirely sure about.

Thanks!</description>
		<content:encoded><![CDATA[<p>This is awesome, Darrell.  Have you posted an explanation file for the fields that aren&#8217;t in the usual Retrosheet files?  Fields 97 and beyond?  I can guess at some of them but others I&#8217;m not entirely sure about.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Steiner</title>
		<link>http://www.wantlinux.net/2009/04/retrosheet-baseball-mysql-database-download/comment-page-1/#comment-353</link>
		<dc:creator>Nick Steiner</dc:creator>
		<pubDate>Wed, 23 Dec 2009 00:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wantlinux.net/?p=52#comment-353</guid>
		<description>Darrel, I love you.</description>
		<content:encoded><![CDATA[<p>Darrel, I love you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
