<?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>Biggle&#039;s Blog &#187; MySQL</title>
	<atom:link href="http://www.biggle.de/blog/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.biggle.de/blog</link>
	<description>Web- und Software Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Verteilte Datenbankabfragen</title>
		<link>http://www.biggle.de/blog/verteilte-datenbankabfragen</link>
		<comments>http://www.biggle.de/blog/verteilte-datenbankabfragen#comments</comments>
		<pubDate>Sat, 19 Dec 2009 13:24:42 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tipps]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=3418</guid>
		<description><![CDATA[Wenn man ein Ergebniss von mehreren Tabellen aus verschiedenen Datenbanken selektieren möchte, kann man das über ein UNION bewerkstelligen. Die Anzahl der zu selektierenden Spalten muss immer gleich sein. Man kann auch verschiedene Spalten abfragen, diese müssen aber immmer vom selben Datentyp sein. Gegebenfalls muss man diese dann in den entsprechenden Typen casten. Example SELECT [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man ein Ergebniss von mehreren Tabellen aus verschiedenen Datenbanken selektieren möchte, kann man das über ein UNION bewerkstelligen.</p>
<p>Die Anzahl der zu selektierenden Spalten muss immer gleich sein. Man kann auch verschiedene Spalten abfragen, diese müssen aber immmer vom selben Datentyp sein. Gegebenfalls muss man diese dann in den entsprechenden Typen casten.</p>
<p>Example</p>
<p><br class="spacer_" /></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">SELECT lastname<span style="color: #339933;">,</span> firstname FROM db1<span style="color: #339933;">.</span>contactTable
UNION
SELECT lastname<span style="color: #339933;">,</span> firstname FROM db2<span style="color: #339933;">.</span>otherTable</pre></div></div>

<p><br class="spacer_" /></p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=3418" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>1. August 2010 -- <a href="http://www.biggle.de/blog/connectionstring-ermitteln-the-simplest-way" title="Connectionstring ermitteln &#8211; The simplest way">Connectionstring ermitteln &#8211; The simplest way</a></li><li>31. Juli 2011 -- <a href="http://www.biggle.de/blog/gottmodus-in-windows-7-aktivieren" title="Gottmodus in Windows 7 aktivieren">Gottmodus in Windows 7 aktivieren</a></li><li>4. Juli 2011 -- <a href="http://www.biggle.de/blog/neuer-ordner-im-projekt-per-hotkey" title="Neuer Ordner im Projekt per Hotkey">Neuer Ordner im Projekt per Hotkey</a></li><li>25. Juni 2011 -- <a href="http://www.biggle.de/blog/enumeration-in-einer-combobox-darstellen-wpf-quicky" title="Enumeration in einer ComboBox darstellen &#8211; WPF Quicky">Enumeration in einer ComboBox darstellen &#8211; WPF Quicky</a></li><li>17. Januar 2011 -- <a href="http://www.biggle.de/blog/feedflare-fuer-dotnet-kicks-de" title="FeedFlare für dotnet-kicks.de">FeedFlare für dotnet-kicks.de</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/verteilte-datenbankabfragen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 2 MySQL</title>
		<link>http://www.biggle.de/blog/oracle-2-mysql</link>
		<comments>http://www.biggle.de/blog/oracle-2-mysql#comments</comments>
		<pubDate>Tue, 17 Mar 2009 22:06:56 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=1929</guid>
		<description><![CDATA[50 hilfreiche Hinweise für eine Migration von  Oracle nach MySQL  findet man bei Xaprb.]]></description>
			<content:encoded><![CDATA[<p>50 hilfreiche Hinweise für eine Migration von Oracle nach MySQL findet man bei <a title=\"50-things-to-know-before-migrating-oracle-to-mysql\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy54YXByYi5jb20vYmxvZy8yMDA5LzAzLzEzLzUwLXRoaW5ncy10by1rbm93LWJlZm9yZS1taWdyYXRpbmctb3JhY2xlLXRvLW15c3FsLw==">Xaprb</a>.</p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGUvYmxvZy93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wMy9teXNxbDJvcmFjbGUuanBn"><img class="alignnone size-full wp-image-1930" title="oracle2mysql" src="http://www.biggle.de/blog/wp-content/uploads/2009/03/mysql2oracle.jpg" alt="oracle2mysql" width="417" height="269" /></a></p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1929" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>19. Dezember 2009 -- <a href="http://www.biggle.de/blog/verteilte-datenbankabfragen" title="Verteilte Datenbankabfragen">Verteilte Datenbankabfragen</a></li><li>16. Dezember 2008 -- <a href="http://www.biggle.de/blog/mysql-performance-tuning-primer" title="MYSQL Performance Tuning Primer">MYSQL Performance Tuning Primer</a></li><li>28. November 2008 -- <a href="http://www.biggle.de/blog/mysql-51-und-die-partitionierung" title="MySQL 5.1 und die Partitionierung">MySQL 5.1 und die Partitionierung</a></li><li>14. November 2008 -- <a href="http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin" title="phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin">phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin</a></li><li>31. Oktober 2008 -- <a href="http://www.biggle.de/blog/10teilige-mysql-performance-serie" title="10teilige MySQL Performance Serie">10teilige MySQL Performance Serie</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/oracle-2-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQL Performance Tuning Primer</title>
		<link>http://www.biggle.de/blog/mysql-performance-tuning-primer</link>
		<comments>http://www.biggle.de/blog/mysql-performance-tuning-primer#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:04:28 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=1218</guid>
		<description><![CDATA[Mit folgendem Script vom MySQL Guru Matthew Montgomery,  kann man seine MySQL auf Performance testen...]]></description>
			<content:encoded><![CDATA[<p>Mit <a title=\"tuning-primer.sh\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RheTMyLmNvbS9NeVNRTC90dW5pbmctcHJpbWVyLnNo" target=\"_blank\">folgendem Script</a> vom MySQL Mitarbeiter <a title=\"Matthew Montgomery \" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kYXkzMi5jb20vTXlTUUwv" target=\"_blank\">Matthew Montgomery</a>,  kann man seine MySQL Datenbank auf Performance testen. Getestet werden folgende Einstellungen:</p>
<p>SLOW QUERIES<br />
 BINARY UPDATE LOG<br />
 WORKER THREADS<br />
 MAX CONNECTIONS<br />
 MEMORY USAGE<br />
 KEY BUFFER<br />
 QUERY CACHE<br />
 SORT OPERATIONS<br />
 JOINS<br />
 OPEN FILES LIMIT<br />
 TABLE CACHE<br />
 TEMP TABLES<br />
 TABLE SCANS<br />
 TABLE LOCKING</p>
<p>Veränderungen oder Eingriffe in die Datenbank finden <span style="text-decoration: underline;">nicht</span> statt.</p>
<p><a rel=\"thumbnail\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGUvYmxvZy93cC1jb250ZW50L3VwbG9hZHMvMjAwOC8xMi9wZXJmb3JtYW5jZXR1bmluZ3ByaW1lci5qcGc="><img class="alignnone size-full wp-image-1219" title="performancetuningprimer" src="http://www.biggle.de/blog/wp-content/uploads/2008/12/performancetuningprimer.jpg" alt="performancetuningprimer" width="367" height="369" /></a></p>
<p><br class="spacer_" /></p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1218" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>19. Dezember 2009 -- <a href="http://www.biggle.de/blog/verteilte-datenbankabfragen" title="Verteilte Datenbankabfragen">Verteilte Datenbankabfragen</a></li><li>17. März 2009 -- <a href="http://www.biggle.de/blog/oracle-2-mysql" title="Oracle 2 MySQL">Oracle 2 MySQL</a></li><li>28. November 2008 -- <a href="http://www.biggle.de/blog/mysql-51-und-die-partitionierung" title="MySQL 5.1 und die Partitionierung">MySQL 5.1 und die Partitionierung</a></li><li>14. November 2008 -- <a href="http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin" title="phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin">phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin</a></li><li>31. Oktober 2008 -- <a href="http://www.biggle.de/blog/10teilige-mysql-performance-serie" title="10teilige MySQL Performance Serie">10teilige MySQL Performance Serie</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/mysql-performance-tuning-primer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5.1 und die Partitionierung</title>
		<link>http://www.biggle.de/blog/mysql-51-und-die-partitionierung</link>
		<comments>http://www.biggle.de/blog/mysql-51-und-die-partitionierung#comments</comments>
		<pubDate>Fri, 28 Nov 2008 09:26:03 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Partition]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=1038</guid>
		<description><![CDATA[Ich habe mich nun gerade 1h dahin gequält, eine MySQL Tabelle in "CHAR" zu partitionieren. Folgenden Ansatz hatte ich versucht (und auch sehr sehr viele andere)...]]></description>
			<content:encoded><![CDATA[<p>Ich habe mich nun gerade 1h dahin gequält, eine MySQL Tabelle in &#8220;CHAR&#8221; zu partitionieren. Folgenden Ansatz hatte ich versucht (und auch sehr sehr viele andere).</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">   <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TABLE</span> test
   <span style="color: #66cc66;">&#40;</span> id <span style="color: #993333; font-weight: bold;">INT</span> <span style="color: #993333; font-weight: bold;">NOT</span> <span style="color: #993333; font-weight: bold;">NULL</span>
   <span style="color: #66cc66;">,</span> name <span style="color: #993333; font-weight: bold;">VARCHAR</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">45</span><span style="color: #66cc66;">&#41;</span>
   <span style="color: #66cc66;">&#41;</span>
   partition <span style="color: #993333; font-weight: bold;">BY</span> range<span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">CHAR</span><span style="color: #66cc66;">&#40;</span>name<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
   <span style="color: #66cc66;">&#40;</span> partition p0 <span style="color: #993333; font-weight: bold;">VALUES</span> less than <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'a'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
     partition p1 <span style="color: #993333; font-weight: bold;">VALUES</span> less than <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'k'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
     partition p2 <span style="color: #993333; font-weight: bold;">VALUES</span> less than <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'p'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
     partition p3 <span style="color: #993333; font-weight: bold;">VALUES</span> less than <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'z'</span><span style="color: #66cc66;">&#41;</span>
   <span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Bitte nicht nachmachen, denn:<br />
 Bis ich dann auf die &#8220;Beschränkungen und Grenzen der Partitionierung&#8221; gestossen bin,  wo dann folgendes steht:</p>
<p><em>Ein Partitionierungsschlüssel muss entweder eine Integer-Spalte oder ein Ausdruck sein, der einen Integer ergibt. Quelle <a title=\"partitioning-limitations\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Rldi5teXNxbC5jb20vZG9jL3JlZm1hbi81LjEvZGUvcGFydGl0aW9uaW5nLWxpbWl0YXRpb25zLmh0bWw=" target=\"_blank\">mySQL</a><br />
</em></p>
<p>Na Prima, also Umdenken angesagt&#8230;</p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1038" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>19. Dezember 2009 -- <a href="http://www.biggle.de/blog/verteilte-datenbankabfragen" title="Verteilte Datenbankabfragen">Verteilte Datenbankabfragen</a></li><li>17. März 2009 -- <a href="http://www.biggle.de/blog/oracle-2-mysql" title="Oracle 2 MySQL">Oracle 2 MySQL</a></li><li>16. Dezember 2008 -- <a href="http://www.biggle.de/blog/mysql-performance-tuning-primer" title="MYSQL Performance Tuning Primer">MYSQL Performance Tuning Primer</a></li><li>14. November 2008 -- <a href="http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin" title="phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin">phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin</a></li><li>31. Oktober 2008 -- <a href="http://www.biggle.de/blog/10teilige-mysql-performance-serie" title="10teilige MySQL Performance Serie">10teilige MySQL Performance Serie</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/mysql-51-und-die-partitionierung/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpminiadmin &#8211; Die 10kb-Alternative zu phpMyAdmin</title>
		<link>http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin</link>
		<comments>http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:29:34 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=864</guid>
		<description><![CDATA[Beim Dennis lese ich gerade das der phpMyAdmin einen kleinen Ableger bekommen hat, welcher viel leichtgewichtiger daher kommt als sein  Vorfahre.]]></description>
			<content:encoded><![CDATA[<p>Beim <a title=\"www.ploetner.it\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wbG9ldG5lci5pdC9kZW5uaXMvYWx0ZXJuYXRpdmUtenUtcGhwbXlhZG1pbi5odG1s" target=\"_blank\">Dennis</a> lese ich gerade das der phpMyAdmin einen kleinen Ableger bekommen hat, welcher viel leichtgewichtiger daher kommt als sein  Vorfahre.</p>
<p>Dieser nennt sich <a title=\"phpminiadmin\" href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL3BocG1pbmlhZG1pbi8=" target=\"_blank\">phpminiadmin</a> und ist sage und schreibe ca. 10kb <span style="text-decoration: line-through;">gross</span> groß (phpMyAdmin 11MB (11264kb)) und beinhaltet lediglich nur eine Datei.</p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGUvYmxvZy93cC1jb250ZW50L3VwbG9hZHMvMjAwOC8xMS9waHBtaW5pYWRtaW4uanBn"><img class="alignnone size-medium wp-image-865" title="phpminiadmin" src="http://www.biggle.de/blog/wp-content/uploads/2008/11/phpminiadmin-300x262.jpg" alt="" width="300" height="262" /></a></p>
<p>Nach den ersten Tests schon einmal ein kleines Urteil wie phpminiadmin auf mich wirkt: Kurz und knapp &#8220;Leichtgewichtig ja, aber lange nicht so mächtig.&#8221; Für kleine Dinge ganz gut und praktisch&#8230;</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=864" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>25. August 2010 -- <a href="http://www.biggle.de/blog/elearning/php/arrays" title="Arrays">Arrays</a></li><li>2. Mai 2010 -- <a href="http://www.biggle.de/blog/google-maps-in-3d" title="Google Maps in 3D">Google Maps in 3D</a></li><li>15. April 2010 -- <a href="http://www.biggle.de/blog/die-development-searchengine-im-blog-einbinden" title="Die Development Searchengine im Blog einbinden">Die Development Searchengine im Blog einbinden</a></li><li>8. April 2010 -- <a href="http://www.biggle.de/blog/sql-managementstudio-2008-unter-xp" title="SQL ManagementStudio 2008 unter XP">SQL ManagementStudio 2008 unter XP</a></li><li>3. Januar 2010 -- <a href="http://www.biggle.de/blog/aktuelles-copyright-datum-im-footer" title="Aktuelles &#8220;Copyright&#8221; Datum im Footer">Aktuelles &#8220;Copyright&#8221; Datum im Footer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/phpminiadmin-die-10kb-alternative-zu-phpmyadmin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

