<?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>Praxiswissen WordPress &#187; MySQL</title>
	<atom:link href="http://limone.de/wpblog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://limone.de/wpblog</link>
	<description>Das Blog zum Buch</description>
	<lastBuildDate>Wed, 23 Nov 2011 11:39:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress und die leidigen Charsets</title>
		<link>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/</link>
		<comments>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 21:42:37 +0000</pubDate>
		<dc:creator>Olivia Adler</dc:creator>
				<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Charset]]></category>
		<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Zeichensatz]]></category>

		<guid isPermaLink="false">http://limone.de/wpblog/?p=38</guid>
		<description><![CDATA[Wer von einer wirklich alten WordPress-Version (z. B. aus dem 2.0.x-Zweig) auf die neueste Version aktualisiert (was aus Sicherheitsgründen dringend empfohlen wird), wird sich aller Wahrscheinlichkeit nach nach erfolgreichem Update über komische Sonderzeichen statt deutscher Umlaute wundern. Die Lösung des Rätsels: in alten Versionen wurden WordPress-Tabellen mit dem Zeichensatz &#8220;latin1&#8243; und der Kollation &#8220;latin1_swedish_ci&#8221; angelegt. [...]]]></description>
			<content:encoded><![CDATA[<p>Wer von einer wirklich alten WordPress-Version (z. B. aus dem 2.0.x-Zweig) auf die neueste Version aktualisiert (was aus Sicherheitsgründen dringend empfohlen wird), wird sich aller Wahrscheinlichkeit nach nach erfolgreichem Update über komische Sonderzeichen statt deutscher Umlaute wundern. Die Lösung des Rätsels: in alten Versionen wurden WordPress-Tabellen mit dem Zeichensatz &#8220;latin1&#8243; und der Kollation &#8220;latin1_swedish_ci&#8221; angelegt. In neueren Versionen ist UTF8 Standard.</p>
<p>Um den Zeichensalat loszuwerden, muss man entweder mühselig alle Tabellen in der Datenbank konvertieren, <a href="http://codex.wordpress.org/Converting_Database_Character_Sets">wie im Codex beschrieben</a>, oder man kann es sich einfach machen und vorgehen wie auf mydigitallife.com unter dem Titel <a href="http://www.mydigitallife.info/2007/06/18/wordpress-charset-encoding-problem-after-upgrading-to-version-22/">WordPress Charset Encoding Problem After Upgrading to Version 2.2 » My Digital Life</a> beschrieben:</p>
<p>Einfach in der <em>wp-config.php</em> folgende Zeilen bearbeiten:</p>
<pre>define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);</pre>
<p>Entweder löschen, oder nur das &#8220;utf8&#8243; entfernen, so dass zwei leere Hochkommata übrigbleiben:</p>
<pre>define(’DB_CHARSET’, ”);
define(’DB_COLLATE’, ”);</pre>
<p>Dann greift WordPress auf den Standardwert zurück, und das ist immer noch &#8220;latin1&#8243;, passend zur Datenbank.</p>
<p>Freilich empfiehlt auch mydigitallife.com, besser die <a href="http://www.mydigitallife.info/2007/06/23/how-to-convert-character-set-and-collation-of-wordpress-database/">Datenbank zu konvertieren</a>, aber das kann man ja später immer noch, wenn mal Zeit ist.</p>
<hr /><small>Copyright &copy; limone.de 2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  e2e8c6368a7a9a59ae63ca1ec8e8f728)</small>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+und+die+leidigen+Charsets+-+http://tinyurl.com/2a7pj8y&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;t=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;title=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=WordPress+und+die+leidigen+Charsets&amp;link=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;n=WordPress+und+die+leidigen+Charsets&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.de/addurl/?bm_url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;bm_description=WordPress+und+die+leidigen+Charsets&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/&amp;title=WordPress+und+die+leidigen+Charsets" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22WordPress%20und%20die%20leidigen%20Charsets%22&amp;body=Link: http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Wer%20von%20einer%20wirklich%20alten%20WordPress-Version%20%28z.%20B.%20aus%20dem%202.0.x-Zweig%29%20auf%20die%20neueste%20Version%20aktualisiert%20%28was%20aus%20Sicherheitsgr%C3%BCnden%20dringend%20empfohlen%20wird%29%2C%20wird%20sich%20aller%20Wahrscheinlichkeit%20nach%20nach%20erfolgreichem%20Update%20%C3%BCber%20komische%20Sonderzeichen%20statt%20deutscher%20Umlaute%20wundern.%20Die%20L" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://limone.de/wpblog/2009/09/13/wordpress-und-die-leidigen-charsets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

