<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: MySQL - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/mysql</link>
		<description>WordPress.com Forums &#187; Tag: MySQL - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 03:58:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/mysql" rel="self" type="application/rss+xml" />

		<item>
			<title>auxclass on "Wordpress Plugins and custom mySQL query conflict"</title>
			<link>http://en.forums.wordpress.com/topic/wordpress-plugins-and-custom-mysql-query-conflict#post-1142348</link>
			<pubDate>Sun, 03 Feb 2013 15:18:49 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1142348@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Simple</p>
<p>The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.</p>
<p><a href="http://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1" rel="nofollow">http://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1</a></p>
<p>This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a></p>
<p>For more on the difference: <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ssijmi2 on "Wordpress Plugins and custom mySQL query conflict"</title>
			<link>http://en.forums.wordpress.com/topic/wordpress-plugins-and-custom-mysql-query-conflict#post-1142222</link>
			<pubDate>Sun, 03 Feb 2013 08:07:28 +0000</pubDate>
			<dc:creator>ssijmi2</dc:creator>
			<guid isPermaLink="false">1142222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p><strong>What's wrong: </strong> When I use mySQL custom query on one of pages AND I have some plugins I experience a conflict.</p>
<p>My custom query works well, but plugins show errors (Can't connect to gallery, can't find gallery etc.) or don't show up at all.<br />
Custom query OR plugin -&#62; everything's just fine.</p>
<p><strong>An example of code:</strong><br />
<code>&lt;br /&gt;
$username= &quot;wordpress_user&quot;;&lt;br /&gt;
$password = &quot;wordpress&quot;;&lt;br /&gt;
$hostname= &quot;localhost&quot;; &lt;/p&gt;
&lt;p&gt;$dbhandle1 = mysql_connect($hostname, $username, $password)&lt;br /&gt;
 or die(&quot;Unable to connect to MySQL&quot;);&lt;/p&gt;
&lt;p&gt;$selected = mysql_select_db(&quot;denco_1&quot;,$dbhandle1)&lt;br /&gt;
  or die(&quot;Could not select examples&quot;);&lt;/p&gt;
&lt;p&gt;$result = mysql_query(&quot;SELECT szkolenia.temat, wykladowcy.nazwa, wykladowcy.oznaczenie, wykladowcy.id AS wykladowca_id, szkolenia.specjalnosc, szkolenia.id, szkolenia.pokaz FROM szkolenia LEFT JOIN wykladowcy ON szkolenia.prowadzenie = wykladowcy.oznaczenie WHERE szkolenia.pokaz = &#039;tak&#039;&quot;);&lt;/p&gt;
&lt;p&gt;if(mysql_num_rows($result) &gt; 0) {&lt;br /&gt;
while($row = mysql_fetch_object($result)) {&lt;br /&gt;
echo &quot;$row-&gt;specjalnosc.&quot;; }&lt;br /&gt;
</code></p>
<p>Plugin code examples:<br />
<code>&lt;br /&gt;
[nggallery id=1]&lt;br /&gt;
</code><br />
or<br />
<code>&lt;br /&gt;
&lt;?php do_action(&#039;slideshow_deploy&#039;, &#039;74&#039;); ?&gt;&lt;br /&gt;
</code></p>
<p>Doesn't matter if plugin (or widget) is in the same column with query or in the sidebar / footer. It seems that plugins that need a sql connection don't work when I use it...</p>
<p><strong>What I've already tried: </strong><br />
-Wordpress update (twice, two last versions) -no difference;<br />
-My theme (Atahualpa) update -no difference;<br />
-Switch theme to Twenty Ten and Eleven - no difference;<br />
-rename $username, $password, $hostname and $dbhandle variables -no difference;<br />
-change php handling plugin (3 different)- no difference;<br />
-import tables I need to wordpress database -no difference;<br />
-import tables I need to wordpress database AND change <code>$result = mysql_query(&quot;Select...&quot;);</code> to <code>$result = $wpdb-&gt;get _results(&quot;Select...)</code> -no difference<br />
-add and remove <code>mysql_close();</code> -no difference;</p>
<p>I'm out of ideas, I'd appreciate your help very much.
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Restoring my posts and comments from old MySQL Database"</title>
			<link>http://en.forums.wordpress.com/topic/restoring-my-posts-and-comments-from-old-mysql-database#post-1114645</link>
			<pubDate>Mon, 07 Jan 2013 14:31:30 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1114645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I want to restore my posts and comments to my new local blog.</p></blockquote>
<p>Means:</p>
<p>The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.</p>
<p><a href="http://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1" rel="nofollow">http://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1</a></p>
<p>This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a></p>
<p>For more on the difference: <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a>
</p>
]]></description>
					</item>
		<item>
			<title>trayhoper on "Restoring my posts and comments from old MySQL Database"</title>
			<link>http://en.forums.wordpress.com/topic/restoring-my-posts-and-comments-from-old-mysql-database#post-1114591</link>
			<pubDate>Mon, 07 Jan 2013 13:34:25 +0000</pubDate>
			<dc:creator>trayhoper</dc:creator>
			<guid isPermaLink="false">1114591@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone ,</p>
<p>My domain and hosting package expired 2 months ago.I didn't extended it.I asked my company to backup my blog but they said i can't.Instead of that , they gave me my mysql backup file.(.sql format) </p>
<p>I don't know anything about MySQL.I tried to install local wordpress blog , and i did.But i can't import my mysql backup.It says :</p>
<p>"#1100 - Table 'pma_tracking' was not locked with LOCK TABLES "</p>
<p>I searched web for it but couldn't find any solutions.I want to restore my posts and comments to my new local blog.</p>
<p>What should I do , anyone ?
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "How to solve this incompatible issue: MySQL with Access 2010?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-solve-this-incompatible-issue-mysql-with-access-2010#post-913647</link>
			<pubDate>Thu, 14 Jun 2012 06:52:02 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">913647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're using a self-hosted <a href="http://wordpress.org/">WordPress.org</a> blog, which we really can't help with.</p>
<p>To clear up any confusion, WordPress.com and WordPress.org are <a href="http://support.wordpress.com/com-vs-org/">two different entities</a>.</p>
<p>WordPress.org has complete support and documentation sites for self-hosted/installed versions of WordPress via their <a href="http://codex.wordpress.org/">Codex</a> and <a href="http://wordpress.org/support/">Support Forums</a>.
</p>
]]></description>
					</item>
		<item>
			<title>lajiwangba on "How to solve this incompatible issue: MySQL with Access 2010?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-solve-this-incompatible-issue-mysql-with-access-2010#post-913645</link>
			<pubDate>Thu, 14 Jun 2012 06:45:14 +0000</pubDate>
			<dc:creator>lajiwangba</dc:creator>
			<guid isPermaLink="false">913645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have recently created a database using Microsoft Access 2010. I tried to import this website compatible database to the WordPress using XAMPP for Windows. The WordPress is hosted at <a href="http://localhost/wordpress/wp-admin" rel="nofollow">http://localhost/wordpress/wp-admin</a> which has been successfully setup in my computer. </p>
<p>Everything in the WordPress is fine except that it is not allowed to import my said database into the WordPress. The WordPress has the functionality to import databases from outside. And it has MySQL embedded. </p>
<p>From XAMPP Control Panel -&#62;phpMyAdmin-&#62;Database-&#62;Import ?€??€?-&#62;Choose -&#62;theDatabase-&#62;GO, it should import the database correctly.</p>
<p>However, when I tried to import the said database, there is an error message saying: ?€?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 ?€? ?€? at line 1?€?. The strange signs as appeared here are also questions: what are they and how do they come and why not they are solved in the first place?</p>
<p>The MySQL server version I am using is: 5.5.8. My computer operating system is Windows 7 Home Premium. </p>
<p>After failure of attempts to find the right solution to the problem, I have to report and publish this issue, hoping that this problem can be solved as soon as possible.</p>
<p>I wonder if this is a bug or something that is beyond understanding right now. Would you please offer solutions and guidance. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Database settings for import"</title>
			<link>http://en.forums.wordpress.com/topic/database-settings-for-import#post-906448</link>
			<pubDate>Thu, 07 Jun 2012 06:48:37 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">906448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can see a full list of importers available at Tools -&#62; Import in your blog's Dashboard.</p>
<p>Does Habari offer any export formats that match the available importers?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Database settings for import"</title>
			<link>http://en.forums.wordpress.com/topic/database-settings-for-import#post-906304</link>
			<pubDate>Thu, 07 Jun 2012 03:03:50 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">906304@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We don't have that access. WordPress.com is a multiuser blogging platform. <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a> You may have to import into a WordPress.org install first and then into a WordPress.com blog but I don't know that for sure, so I'm flagging this thread for Staff attention.<br />
<a href="http://en.support.wordpress.com/import/" rel="nofollow">http://en.support.wordpress.com/import/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ootput on "Database settings for import"</title>
			<link>http://en.forums.wordpress.com/topic/database-settings-for-import#post-905469</link>
			<pubDate>Wed, 06 Jun 2012 11:30:53 +0000</pubDate>
			<dc:creator>ootput</dc:creator>
			<guid isPermaLink="false">905469@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello everyone,</p>
<p>As I'm migrating from self hosted Habari to a blog at wordpress.com, I wanted to know the settings for wordpress.com mysql access (if access is allowed at all.) Essentially, I'm after the password, name of database, and table prefixes of a user trying to connect to a database for wordpress.com.</p>
<p>Thanks in advance,<br />
Joe
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-902134</link>
			<pubDate>Sat, 02 Jun 2012 21:26:44 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">902134@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>if i try to log-in into my blog which i acces by the host address it redirects me to the my-domain.com/wp-admin ..
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-902112</link>
			<pubDate>Sat, 02 Jun 2012 20:57:18 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">902112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>it shows an error. now i add a string with &#60;wxr.. code or smth like that and it didn't showed up errors..but the archive doesn't appear anywhere..
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-901849</link>
			<pubDate>Sat, 02 Jun 2012 11:55:04 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">901849@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, have you tried using the Importer?
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-901844</link>
			<pubDate>Sat, 02 Jun 2012 11:28:46 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">901844@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>so mai dababase starts with:</p>
<p>&#60;?xml version="1.0" encoding="utf-8"?&#62;<br />
&#60;!--<br />
- phpMyAdmin XML Dump<br />
- version 3.4.3.1<br />
- <a href="http://www.phpmyadmin.net" rel="nofollow">http://www.phpmyadmin.net</a><br />
-<br />
- Host: sql.hostname.com<br />
- Generation Time: Jun 02, 2012 at 06:12 AM<br />
- Server version: 5.5.16<br />
- PHP Version: 5.3.5<br />
--&#62;</p>
<p>&#60;pma_xml_export version="1.0"&#62;<br />
    &#60;!--<br />
    - Database: 'database name'<br />
    --&#62;</p>
<p>ends with :</p>
<p>      &#60;/table&#62;<br />
    &#60;/database&#62;<br />
&#60;/pma_xml_export&#62;</p>
<p>i must do smth cause everything is there..i cheked and all my comments, posts are in this .xml
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-901842</link>
			<pubDate>Sat, 02 Jun 2012 11:26:33 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">901842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i can't export from my dashboard because it redirect to old-domain.info/wp-admin which i don't own anymore.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-901841</link>
			<pubDate>Sat, 02 Jun 2012 11:24:55 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">901841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Create an export file, not a straight database. That's on the Dashboard-&#62;Tools-&#62;Export. Then on your WP.com blog, go to Tools-&#62;Import and import the file there.
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-901837</link>
			<pubDate>Sat, 02 Jun 2012 11:03:09 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">901837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So how can i proceed?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-899979</link>
			<pubDate>Thu, 31 May 2012 15:49:28 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">899979@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, you cannot.
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-899967</link>
			<pubDate>Thu, 31 May 2012 15:38:26 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">899967@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So i can't import .xml database ?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-899960</link>
			<pubDate>Thu, 31 May 2012 15:36:39 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">899960@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, you cannot import databases here. You can import blog contents, but nothing of a higher technical level.
</p>
]]></description>
					</item>
		<item>
			<title>gabrielaneagu on "How to import wordpress database from personal host to this wordpress.com accoun"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-wordpress-database-from-personal-host-to-this-wordpresscom-accoun#post-899943</link>
			<pubDate>Thu, 31 May 2012 15:28:29 +0000</pubDate>
			<dc:creator>gabrielaneagu</dc:creator>
			<guid isPermaLink="false">899943@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I have this new .wordpress.com page now. In the past i used to use .info domain with personal host. Now since I didn't paid for domain anymore i want to move here with all my database, archive and stuff. So the problem is i can't import my database. I tried to log on my host which redirected me to phpmyadmin page and from there i exported a .xml of my data. Then in here after i tried to import the data it says: "Sorry, This does not appear to be a WXR file, missing/invalid WXR version number". I also tried to log on name.info/wp-admin but it redirects me to the old expired .info domain (name.info/wp-admin). So i'm a little confused. Suggestions? I don't wanna lose my database
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-853349</link>
			<pubDate>Thu, 29 Mar 2012 23:55:56 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">853349@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Export from the blog on your PC</p>
<p>Import the file into your WordPress.COM blog </p>
<p>Dashboard &#62;&#62; Tools
</p>
]]></description>
					</item>
		<item>
			<title>gregwaddell on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-853327</link>
			<pubDate>Thu, 29 Mar 2012 23:38:16 +0000</pubDate>
			<dc:creator>gregwaddell</dc:creator>
			<guid isPermaLink="false">853327@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK. Wow. I finally found an import plugin by <a href="http://profiles.wordpress.org/users/ePeterso2/">ePeterso2</a> that worked like a charm! Wonderful. I looked for a place to thank Mr ePerso2 but could find no way to do it, so please pass on my hearty gratitude.</p>
<p>So, I have...<br />
1. Successfully installed WordPress in my WAMP host.<br />
2. Successfully imported my Joomla posts into my WordPress WAMP installation.</p>
<p>Now what do I do to get import them into my WordPress.com account?</p>
<p>G
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852967</link>
			<pubDate>Thu, 29 Mar 2012 19:01:02 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">852967@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, you can easily install wordpress on WAMP. I've not done it (I'm on Mac and use MAMP) but if it is set up and functioning you should be good to go.</p>
<p>@TT, yes, the price of living in paradise. :-)
</p>
]]></description>
					</item>
		<item>
			<title>gregwaddell on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852952</link>
			<pubDate>Thu, 29 Mar 2012 18:54:22 +0000</pubDate>
			<dc:creator>gregwaddell</dc:creator>
			<guid isPermaLink="false">852952@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Sacred P,</p>
<p>I had not thought of doing it that way. I already have a functioning WAMP server on my computer. Do you know if that should work for installing the WordPress system?</p>
<p>G
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852948</link>
			<pubDate>Thu, 29 Mar 2012 18:52:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">852948@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're kidding - no donuts! That's totally unacceptable. We have great local bakeries here and I love their donuts.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852945</link>
			<pubDate>Thu, 29 Mar 2012 18:50:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">852945@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The only place around here that has donuts is the Safeway grocery store, and they are not that good. I tried them once and that was it. I'm donutless here on the island. Not sure what the police do without donuts.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852941</link>
			<pubDate>Thu, 29 Mar 2012 18:48:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">852941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm ... so who brought the donuts?
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852937</link>
			<pubDate>Thu, 29 Mar 2012 18:46:23 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">852937@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hasn't anyone heard about "island time"?  :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852930</link>
			<pubDate>Thu, 29 Mar 2012 18:41:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">852930@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I had to make coffee :-)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to import mySQL articles from Joomla into WordPress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-import-mysql-articles-from-joomla-into-wordpresscom#post-852924</link>
			<pubDate>Thu, 29 Mar 2012 18:36:29 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">852924@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath<br />
 What took you so long? (joke) :D
</p>
]]></description>
					</item>

	</channel>
</rss>
