<?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: Our current database structure</title>
	<atom:link href="http://buildingbrowsergames.com/2008/11/13/our-current-database-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/11/13/our-current-database-structure/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 30 Nov 2011 19:42:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/11/13/our-current-database-structure/comment-page-1/#comment-642</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 17 Nov 2008 03:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=546#comment-642</guid>
		<description>Whoops, thanks for catching that Mehmet! It looks like the exporter missed a&lt;br&gt;semi-colon - I have updated the post to include the new(and working) code.</description>
		<content:encoded><![CDATA[<p>Whoops, thanks for catching that Mehmet! It looks like the exporter missed a<br />semi-colon &#8211; I have updated the post to include the new(and working) code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/11/13/our-current-database-structure/comment-page-1/#comment-176</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sun, 16 Nov 2008 21:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=546#comment-176</guid>
		<description>Whoops, thanks for catching that Mehmet! It looks like the exporter missed a&lt;br&gt;semi-colon - I have updated the post to include the new(and working) code.</description>
		<content:encoded><![CDATA[<p>Whoops, thanks for catching that Mehmet! It looks like the exporter missed a<br />semi-colon &#8211; I have updated the post to include the new(and working) code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://buildingbrowsergames.com/2008/11/13/our-current-database-structure/comment-page-1/#comment-175</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Sat, 15 Nov 2008 11:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=546#comment-175</guid>
		<description>After i tried to import your DB export i get a error...&lt;br&gt;&lt;br&gt;Fehler (error)&lt;br&gt;&lt;br&gt;SQL-Befehl:&lt;br&gt;&lt;br&gt;-- -- Dumping data for table `entity_stats` -- INSERT INTO `entity_stats` (`id`, `stat_id`, `entity_id`, `value`, `entity_type`) VALUES (1, 2, 1, &#039;2&#039;, &#039;Monster&#039;), (2, 3, 1, &#039;2&#039;, &#039;Monster&#039;), (3, 5, 1, &#039;8&#039;, &#039;Monster&#039;), (4, 2, 2, &#039;1&#039;, &#039;Monster&#039;), (5, 3, 2, &#039;0&#039;, &#039;Monster&#039;), (6, 5, 2, &#039;4&#039;, &#039;Monster&#039;), (7, 2, 3, &#039;4&#039;, &#039;Monster&#039;), (8, 3, 3, &#039;3&#039;, &#039;Monster&#039;), (9, 5, 3, &#039;10&#039;, &#039;Monster&#039;), (10, 4, 1, &#039;5&#039;, &#039;Monster&#039;), (11, 4, 2, &#039;20&#039;, &#039;Monster&#039;), (12, 4, 3, &#039;5&#039;, &#039;Monster&#039;), (13, 2, 1, &#039;2&#039;, &#039;Item&#039;), (14, 17, 13, &#039;ahead&#039;, &#039;Item&#039;), (15, 17, 14, &#039;atorso&#039;, &#039;Item&#039;), (16, 17, 15, &#039;alegs&#039;, &#039;Item&#039;), (17, 17, 16, &#039;aright&#039;, &#039;Item&#039;), (18, 17, 17, &#039;aleft&#039;, &#039;Item&#039;), (19, 17, 0, &#039;0&#039;, &#039;Item&#039;), (20, 2, 7, &#039;0&#039;, &#039;Item&#039;), (21, 2, 0, &#039;0&#039;, &#039;Item&#039;), (22, 18, 20, &#039;potion&#039;, &#039;Item&#039;), (23, 18, 21, &#039;crystal_ball&#039;, &#039;Item&#039;), (24, 3, 0, &#039;0&#039;, &#039;Item&#039;), (25, 18, 4, &#039;0&#039;, &#039;Item&#039;), (26, 18, 2, &#039;0&#039;, &#039;Item&#039;), (27, 2, 4, &#039;0&#039;, &#039;Item&#039;), (28, 2, 2, &#039;0&#039;, &#039;Item&#039;), (29, 2, 5, &#039;0&#039;, &#039;Item&#039;), -- -----[...]&lt;br&gt;&lt;br&gt;MySQL meldet: Dokumentation&lt;br&gt;#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;DROP TABLE IF EXISTS `items`&#039; at line 34</description>
		<content:encoded><![CDATA[<p>After i tried to import your DB export i get a error&#8230;</p>
<p>Fehler (error)</p>
<p>SQL-Befehl:</p>
<p>&#8211; &#8212; Dumping data for table `entity_stats` &#8212; INSERT INTO `entity_stats` (`id`, `stat_id`, `entity_id`, `value`, `entity_type`) VALUES (1, 2, 1, &#39;2&#39;, &#39;Monster&#39;), (2, 3, 1, &#39;2&#39;, &#39;Monster&#39;), (3, 5, 1, &#39;8&#39;, &#39;Monster&#39;), (4, 2, 2, &#39;1&#39;, &#39;Monster&#39;), (5, 3, 2, &#39;0&#39;, &#39;Monster&#39;), (6, 5, 2, &#39;4&#39;, &#39;Monster&#39;), (7, 2, 3, &#39;4&#39;, &#39;Monster&#39;), (8, 3, 3, &#39;3&#39;, &#39;Monster&#39;), (9, 5, 3, &#39;10&#39;, &#39;Monster&#39;), (10, 4, 1, &#39;5&#39;, &#39;Monster&#39;), (11, 4, 2, &#39;20&#39;, &#39;Monster&#39;), (12, 4, 3, &#39;5&#39;, &#39;Monster&#39;), (13, 2, 1, &#39;2&#39;, &#39;Item&#39;), (14, 17, 13, &#39;ahead&#39;, &#39;Item&#39;), (15, 17, 14, &#39;atorso&#39;, &#39;Item&#39;), (16, 17, 15, &#39;alegs&#39;, &#39;Item&#39;), (17, 17, 16, &#39;aright&#39;, &#39;Item&#39;), (18, 17, 17, &#39;aleft&#39;, &#39;Item&#39;), (19, 17, 0, &#39;0&#39;, &#39;Item&#39;), (20, 2, 7, &#39;0&#39;, &#39;Item&#39;), (21, 2, 0, &#39;0&#39;, &#39;Item&#39;), (22, 18, 20, &#39;potion&#39;, &#39;Item&#39;), (23, 18, 21, &#39;crystal_ball&#39;, &#39;Item&#39;), (24, 3, 0, &#39;0&#39;, &#39;Item&#39;), (25, 18, 4, &#39;0&#39;, &#39;Item&#39;), (26, 18, 2, &#39;0&#39;, &#39;Item&#39;), (27, 2, 4, &#39;0&#39;, &#39;Item&#39;), (28, 2, 2, &#39;0&#39;, &#39;Item&#39;), (29, 2, 5, &#39;0&#39;, &#39;Item&#39;), &#8212; &#8212;&#8211;[...]</p>
<p>MySQL meldet: Dokumentation<br />#1064 &#8211; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;DROP TABLE IF EXISTS `items`&#39; at line 34</p>
]]></content:encoded>
	</item>
</channel>
</rss>

