<?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>Guymon &#187; sql</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:55:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress: Hilfreiche SQL&#160;Queries</title>
		<link>http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/</link>
		<comments>http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 09:28:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5026</guid>
		<description><![CDATA[Einige hilfreiche SQL Queries f&#252;r die Pflege eines WordPress Blogs von Cats who code: Delete post revisions DELETE a,b,c FROM wp_posts a WHERE a.post_type = 'revision' LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id); Find unused tags SELECT * From wp_terms wt INNER JOIN wp_term_taxonomy wtt ON [...]]]></description>
			<content:encoded><![CDATA[<p>Einige hilfreiche <a href="http://www.catswhocode.com/blog/wordpress-10-life-saving-sql-queries">SQL Queries</a> f&#252;r die Pflege eines WordPress Blogs von Cats who code:</p>
<p>Delete post revisions</p>
<pre class="prettyprint">DELETE a,b,c FROM wp_posts a WHERE a.post_type = 'revision' LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id);</pre>
<p>Find unused tags</p>
<pre class="prettyprint">SELECT * From wp_terms wt INNER JOIN wp_term_taxonomy wtt ON wt.term_id=wtt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0;</pre>
<p>Disable comments on older posts</p>
<pre class="prettyprint">UPDATE wp_posts SET comment_status = 'closed' WHERE post_date < '2009-01-01' AND post_status = 'publish';</pre>
</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/" title="Convert a Drupal 6 based Website to Wordpress 2.7">Convert a Drupal 6 based Website to Wordpress 2.7</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/17/wordpress-query-posts-widget/" title="WordPress: Query Posts Widget">WordPress: Query Posts Widget</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/06/wordpress-posts_where-hook/" title="WordPress: posts_where Hook">WordPress: posts_where Hook</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/24/mehrsprachige-webseiten-mit-wordpress/" title="Mehrsprachige Webseiten mit WordPress">Mehrsprachige Webseiten mit WordPress</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/20/wordpress-konstanten-2/" title="WordPress: Konstanten">WordPress: Konstanten</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomal 1.5 nach WordPress 2.7&#160;convertieren</title>
		<link>http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/</link>
		<comments>http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/#comments</comments>
		<pubDate>Fri, 22 May 2009 07:35:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4352</guid>
		<description><![CDATA[Scheint ja gerade einen Trend zu WordPress zu geben, erst Drupal nach WordPress, nun Joomla nach WordPress.Possibly related posts (automatically generated)PHP: Image Manipulationdaily linksJoomla auf einem wwwrun-Server installieren Joomla: SQL 2 ExcelCustom Content in Joomla]]></description>
			<content:encoded><![CDATA[<p>Scheint ja gerade einen Trend zu WordPress zu geben, erst <a href="http://socialcmsbuzz.com/convert-import-a-drupal-6-based-website-to-wordpress-v27-20052009/" title="Convert - Import A Drupal 6 Based Website To WordPress v2.7">Drupal nach WordPress</a>, nun <a href="http://solariz.de/tool-box/joomla/konverter-joomla-wordpress-joomla2wp-php-script-content.htm" title="Joomla to WordPress, Content Converter">Joomla nach WordPress</a>.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/06/18/php-image-manipulation/" title="PHP: Image Manipulation">PHP: Image Manipulation</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/15/daily-links-138/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/09/joomla-auf-einem-wwwrun-server-installieren/" title="Joomla auf einem wwwrun-Server installieren ">Joomla auf einem wwwrun-Server installieren </a></li><li><a href="http://www.guymon.de/wordpress/2009/02/23/joomla-sql-2-excel/" title="Joomla: SQL 2 Excel">Joomla: SQL 2 Excel</a></li><li><a href="http://www.guymon.de/wordpress/2009/02/21/custom-content-in-joomla/" title="Custom Content in Joomla">Custom Content in Joomla</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a Drupal 6 based Website to WordPress&#160;2.7</title>
		<link>http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/</link>
		<comments>http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/#comments</comments>
		<pubDate>Thu, 21 May 2009 11:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4349</guid>
		<description><![CDATA[Social CMS Buzz zeigt an einem Beispiel wie eine Drupal 6 Seite nach WordPress 2.7 convertiert wird. Their are various reasons as to why you may wish to convert a Drupal 6 based website to WordPress, maybe you want to convert a blog originally built upon Drupal to WordPress, it could be that you want [...]]]></description>
			<content:encoded><![CDATA[<p>Social CMS Buzz <a href="http://socialcmsbuzz.com/convert-import-a-drupal-6-based-website-to-wordpress-v27-20052009/" title="Convert - Import A Drupal 6 Based Website To WordPress v2.7">zeigt</a> an einem Beispiel wie eine Drupal 6 Seite nach WordPress 2.7 convertiert wird.</p>
<blockquote cite="http://socialcmsbuzz.com/convert-import-a-drupal-6-based-website-to-wordpress-v27-20052009/"><p>Their are various reasons as to why you may wish to convert a Drupal 6 based website to WordPress, maybe you want to convert a blog originally built upon Drupal to WordPress, it could be that you want a system thats a little easier to code themes for, or maybe you just prefer WordPress over Drupal, for us the reason was simply server load due to the amount of MYSQL queries drupal was consuming for what is not really a complicated website.</p>
</blockquote>
<p>Spannend. Allerdings wird man noch einiges an Arbeit leisten m&#252;ssen wenn man CCK, Views und andere Goodies &#252;bernehmen will.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/03/11/daily-links-234/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/daily-links-233/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/27/daily-links-221/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/29/jquery-plugins-11/" title="jQuery Plugins">jQuery Plugins</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/02/daily-links-194/" title="daily links">daily links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Query Posts&#160;Widget</title>
		<link>http://www.guymon.de/wordpress/2009/03/17/wordpress-query-posts-widget/</link>
		<comments>http://www.guymon.de/wordpress/2009/03/17/wordpress-query-posts-widget/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4177</guid>
		<description><![CDATA[Ich glaube ein neues WordPress Widget hat Einzug in meine Toolbox erhalten: Query Posts Widget It lets you displays posts by nearly any criteria you can imagine using the query_posts() function, except you don’t need to know anything about PHP to use it. (&#8230;) Nearly 40 options are available in this widget, which you can [...]]]></description>
			<content:encoded><![CDATA[<p>Ich glaube ein neues WordPress Widget hat Einzug in meine Toolbox erhalten: <a href="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin" title="Blog Post zu und Download des Widgets">Query Posts Widget</a></p>
<blockquote cite="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin"><p>It lets you displays posts by nearly any criteria you can imagine using the query_posts() function, except you don’t need to know anything about PHP to use it. (&#8230;) Nearly 40 options are available in this widget, which you can use any number of times.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/" title="WordPress: Hilfreiche SQL Queries">WordPress: Hilfreiche SQL Queries</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/29/dailyy-links/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/" title="Convert a Drupal 6 based Website to Wordpress 2.7">Convert a Drupal 6 based Website to Wordpress 2.7</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/06/wordpress-posts_where-hook/" title="WordPress: posts_where Hook">WordPress: posts_where Hook</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/14/wordpress-writing-a-pluginwidget/" title="WordPress: Writing a Plugin/Widget">WordPress: Writing a Plugin/Widget</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/03/17/wordpress-query-posts-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: posts_where&#160;Hook</title>
		<link>http://www.guymon.de/wordpress/2009/03/06/wordpress-posts_where-hook/</link>
		<comments>http://www.guymon.de/wordpress/2009/03/06/wordpress-posts_where-hook/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:22:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4143</guid>
		<description><![CDATA[bueltge demonstriert einige Einsatzm&#246;glichkeiten des posts_where Hooks. Gezeigt werden: Beitr&#228;ge der Zukunft im Loop Seiten im Loop Nur Beitr&#228;ge im Loop, die &#228;lter als 5 Tage sind Possibly related posts (automatically generated)WordPress: Hilfreiche SQL QueriesConvert a Drupal 6 based Website to Wordpress 2.7WordPress: Query Posts WidgetWordPress: Statische Seite per Hook ins Men&#252; einbauenMehrsprachige Webseiten mit [...]]]></description>
			<content:encoded><![CDATA[<p>bueltge <a href="http://bueltge.de/keine-sub-kategorien-im-loop-von-wordpress/901/" title="Keine Sub-Kategorien im Loop von WordPress">demonstriert</a> einige Einsatzm&#246;glichkeiten des posts_where Hooks.</p>
<p>Gezeigt werden:</p>
<ul>
<li>Beitr&#228;ge der Zukunft im Loop</li>
<li>Seiten im Loop</li>
<li>Nur Beitr&#228;ge im Loop, die &#228;lter als 5 Tage sind</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/" title="WordPress: Hilfreiche SQL Queries">WordPress: Hilfreiche SQL Queries</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/21/convert-a-drupal-6-based-website-to-wordpress-27/" title="Convert a Drupal 6 based Website to Wordpress 2.7">Convert a Drupal 6 based Website to Wordpress 2.7</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/17/wordpress-query-posts-widget/" title="WordPress: Query Posts Widget">WordPress: Query Posts Widget</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/04/wordpress-statische-seite-per-hook-ins-menue-einbauen/" title="WordPress: Statische Seite per Hook ins Menü einbauen">WordPress: Statische Seite per Hook ins Menü einbauen</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/24/mehrsprachige-webseiten-mit-wordpress/" title="Mehrsprachige Webseiten mit WordPress">Mehrsprachige Webseiten mit WordPress</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/03/06/wordpress-posts_where-hook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla: SQL 2&#160;Excel</title>
		<link>http://www.guymon.de/wordpress/2009/02/23/joomla-sql-2-excel/</link>
		<comments>http://www.guymon.de/wordpress/2009/02/23/joomla-sql-2-excel/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:59:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4094</guid>
		<description><![CDATA[SQL 2 Excel ist ein recht spezielles Joomla 1.5 Modul, was aber sicher mal hilfreich sein kann: SQL 2 Excel is a Joomla 1.5 module which allows you to deliver data from your database directly to your users as downloadable Excel files. Write any valid SQL query in the configuration of this module. The query [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joomla-r-us.com/index.php?option=com_content&#038;view=article&#038;id=47:sql-2-excel&#038;catid=35:sql-2-excel&#038;Itemid=68" title="SQL 2 Excel Homepage">SQL 2 Excel</a> ist ein recht spezielles Joomla 1.5 Modul, was aber sicher mal hilfreich sein kann:</p>
<blockquote cite="http://joomla-r-us.com/index.php?option=com_content&#038;view=article&#038;id=47:sql-2-excel&#038;catid=35:sql-2-excel&#038;Itemid=68"><p>SQL 2 Excel is a Joomla 1.5 module which allows you to deliver data from your database directly to your users as downloadable Excel files. Write any valid SQL query in the configuration of this module. The query is run when a user clicks the link and the current information in the database is delivered to the users browser as an Excel file.</p>
</blockquote>
<p>Da man das SQL selbst schreiben muss sicher kein Modul f&#252;r Anf&#228;nger, aber sehr praktisch wenn man wei&#223; was man tun.</p>
<p>Vielen Dank f&#252;r den Hinweis an <a href="http://www.joomla-downloads.de/komponenten-und-module/joomla-datenbankinhalte-als-microsoft-excel-datei-ausgeben.html" title="Artikel: Joomla Datenbankinhalte als Microsoft Excel-Datei ausgeben ">Joomla Downloads</a></p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/" title="Joomal 1.5 nach WordPress 2.7 convertieren">Joomal 1.5 nach WordPress 2.7 convertieren</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/12/new-features-in-joomla-2-5/" title="New Features in Joomla! 2.5">New Features in Joomla! 2.5</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/18/joomla-1-6-upgrade-nach-1-7/" title="Joomla! 1.6 Upgrade nach 1.7">Joomla! 1.6 Upgrade nach 1.7</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/01/joomla-image-resizing/" title="Joomla: Image Resizing">Joomla: Image Resizing</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/25/template-entwicklung-fur-joomla-1-6/" title="Template-Entwicklung für Joomla! 1.6">Template-Entwicklung für Joomla! 1.6</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/02/23/joomla-sql-2-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Query&#160;Language</title>
		<link>http://www.guymon.de/wordpress/2008/12/14/yahoo-query-language/</link>
		<comments>http://www.guymon.de/wordpress/2008/12/14/yahoo-query-language/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 23:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3836</guid>
		<description><![CDATA[YQL klingt auch spannend: The YQL platform provides a single endpoint service that enables developers to query, filter and combine data across Yahoo! and beyond. YQL exposes a SQL-like SELECT syntax that that is both familiar to developers and expressive enough for getting the right data. Through the SHOW and DESC commands we enable developers [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/yql/">YQL</a> klingt auch spannend:</p>
<blockquote cite="http://developer.yahoo.com/yql/"><p>The YQL platform provides a single endpoint service that enables developers to query, filter and combine data across Yahoo! and beyond. YQL exposes a SQL-like SELECT syntax that that is both familiar to developers and expressive enough for getting the right data. Through the SHOW and DESC commands we enable developers to discover the available data sources and structure without opening another web browser.</p>
</blockquote>
<p>Ausprobieren l&#228;sst sich YQL einfach mit der <a href="http://developer.yahoo.com/yql/console/">YQL-Console</a>. Die Abfragen sehen z.B. so aus:</p>
<pre class="prettyprint">select title,abstract,url from search.web where query="pizza"</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/08/13/yql-einfuehrung/" title="YQL Einführung">YQL Einführung</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/23/hacking-with-yui/" title="Hacking with YUI">Hacking with YUI</a></li><li><a href="http://www.guymon.de/wordpress/2006/03/24/code-snippets/" title="Code Snippets">Code Snippets</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/14/prasentationen-mit-impress-js/" title="Präsentationen mit impress.js">Präsentationen mit impress.js</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/12/14/yahoo-query-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL JOINS Visuell&#160;Erkl&#228;rt</title>
		<link>http://www.guymon.de/wordpress/2007/10/12/sql-joins-visuell-erklaert/</link>
		<comments>http://www.guymon.de/wordpress/2007/10/12/sql-joins-visuell-erklaert/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 11:52:13 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/10/12/sql-joins-visuell-erklaert/</guid>
		<description><![CDATA[Jeff Atwood unternimmt einen sch&#246;nen Versuch SQL JOINS visuell zu erkl&#228;ren. Zwar wird in den Komentaren darauf hingewiesen, dass die Visualisierung nicht jeden Fall abdeckt, trotzdem ein lesenswertes Posting.Possibly related posts (automatically generated)Joomla! 1.6: Datenbase ChangesDatabase Version ControlWordPress: Hilfreiche SQL QueriesDrupal: Convert MyISAM to InnoDBphpMyAdmin Alternative]]></description>
			<content:encoded><![CDATA[<p>Jeff Atwood unternimmt einen sch&#246;nen Versuch SQL JOINS visuell zu <a href="http://www.codinghorror.com/blog/archives/000976.html">erkl&#228;ren</a>.</p>
<p>Zwar wird in den Komentaren darauf hingewiesen, dass die Visualisierung nicht jeden Fall abdeckt, trotzdem ein lesenswertes Posting.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/02/11/joomla-1-6-datenbase-changes/" title="Joomla! 1.6: Datenbase Changes">Joomla! 1.6: Datenbase Changes</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/12/database-version-control/" title="Database Version Control">Database Version Control</a></li><li><a href="http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/" title="WordPress: Hilfreiche SQL Queries">WordPress: Hilfreiche SQL Queries</a></li><li><a href="http://www.guymon.de/wordpress/2010/01/20/drupal-convert-myisam-to-innodb/" title="Drupal: Convert MyISAM to InnoDB">Drupal: Convert MyISAM to InnoDB</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/25/phpmyadmin-alternative/" title="phpMyAdmin Alternative">phpMyAdmin Alternative</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/10/12/sql-joins-visuell-erklaert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP persistent MySQL&#160;connections</title>
		<link>http://www.guymon.de/wordpress/2006/11/14/php-persistent-mysql-connections/</link>
		<comments>http://www.guymon.de/wordpress/2006/11/14/php-persistent-mysql-connections/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 18:32:26 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2006/11/14/php-persistent-mysql-connections/</guid>
		<description><![CDATA[Der MySQL Performance Blog geht der Frage nach ob PHP persistent connections evil sind. The reason behind using persistent connections is of course reducing number of connects which are rather expensive, even though they are much faster with MySQL than with most other databases. (&#8230;) Lets talk now about why Persistent connections were disabled in [...]]]></description>
			<content:encoded><![CDATA[<p>Der MySQL Performance Blog geht der Frage nach ob <a href="http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/">PHP persistent connections evil </a>sind.</p>
<blockquote><p>The reason behind using persistent connections is of course reducing number of connects which are rather expensive, even though they are much faster with MySQL than with most other databases. (&#8230;)</p>
<p>Lets talk now about why Persistent connections were disabled in mysqli extension. Even though you could misuse persistent connections and get poor performance that was not the reason. The real reason is - you could get much more problems with it.</p>
<p>Persistent connections were added to PHP during times of MySQL 3.22/3.23 when MySQL was simple enough so you could recycle connections easily without any problems. In later versions number of problems however arose - If you recycle connection which has uncommitted transactions you run into trouble. If you happen to recycle connections with custom character set settings you&#8217;re in trouble back again, not to mention about possibly changed per session variables. </p></blockquote>
<p>via <a href="http://www.phpdeveloper.org/news/6699">phpdeveloper</a></p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/" title="Joomal 1.5 nach WordPress 2.7 convertieren">Joomal 1.5 nach WordPress 2.7 convertieren</a></li><li><a href="http://www.guymon.de/wordpress/2006/06/08/securing-mysql/" title="Securing MySQL">Securing MySQL</a></li><li><a href="http://www.guymon.de/wordpress/2006/06/06/database-query-abstraction-with-php/" title="Database Query Abstraction with PHP">Database Query Abstraction with PHP</a></li><li><a href="http://www.guymon.de/wordpress/2006/04/28/creating-a-search-engine-with-zend_search_lucene/" title="Creating a search engine with Zend_Search_Lucene">Creating a search engine with Zend_Search_Lucene</a></li><li><a href="http://www.guymon.de/wordpress/2006/03/24/code-snippets/" title="Code Snippets">Code Snippets</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2006/11/14/php-persistent-mysql-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webbased MySQL monitoring&#160;Tools</title>
		<link>http://www.guymon.de/wordpress/2006/10/22/webbased-mysql-monitoring-tools/</link>
		<comments>http://www.guymon.de/wordpress/2006/10/22/webbased-mysql-monitoring-tools/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 17:35:31 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2006/10/22/webbased-mysql-monitoring-tools/</guid>
		<description><![CDATA[Baron Schwartz untersucht auf onlamp.com Open Tools for MySQL Administrators Sehr n&#252;tzlich finde ich die beiden folgenden Programme: There are two web-based mytop clones, phpMyTop and ajaxMyTop. These are useful when you don&#8217;t have shell access and can&#8217;t connect remotely to your database server, but can connect from a web server. ajaxMyTop is more recent [...]]]></description>
			<content:encoded><![CDATA[<p>Baron Schwartz untersucht auf onlamp.com <a href="http://www.oreillynet.com/pub/a/mysql/2006/10/19/mysql-tools.html">Open Tools for MySQL Administrators</a></p>
<p>Sehr n&#252;tzlich finde ich die beiden folgenden Programme:</p>
<blockquote><p>There are two web-based mytop clones, <a href="http://sourceforge.net/projects/phpmytop/">phpMyTop</a> and <a href="http://sourceforge.net/projects/ajaxmytop/">ajaxMyTop</a>. These are useful when you don&#8217;t have shell access and can&#8217;t connect remotely to your database server, but can connect from a web server. ajaxMyTop is more recent and seems to be more actively developed. It also feels more like a traditional GUI program, because thanks to Ajax, the entire page does not constantly refresh itself.</p></blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/05/28/responsive-web-design/" title="Responsive Web Design">Responsive Web Design</a></li><li><a href="http://www.guymon.de/wordpress/2010/02/23/wordpress-hilfreiche-sql-queries/" title="WordPress: Hilfreiche SQL Queries">WordPress: Hilfreiche SQL Queries</a></li><li><a href="http://www.guymon.de/wordpress/2010/01/05/the-future-of-web-design/" title="The Future of Web Design">The Future of Web Design</a></li><li><a href="http://www.guymon.de/wordpress/2009/11/29/web-trends-2010/" title="Web Trends 2010">Web Trends 2010</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/22/joomal-15-nach-wordpress-27-convertieren/" title="Joomal 1.5 nach WordPress 2.7 convertieren">Joomal 1.5 nach WordPress 2.7 convertieren</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2006/10/22/webbased-mysql-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-08 11:00:05 -->
