<?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>
	Kommentare zu: WordPress &#8211; Umstieg von WPVideo zu Smart Youtube Pro Plugin &#8211; so gehts!	</title>
	<atom:link href="https://itler.net/wordpress-umstieg-von-wpvideo-zu-smart-youtube-pro-plugin-so-gehts/feed/" rel="self" type="application/rss+xml" />
	<link>https://itler.net/wordpress-umstieg-von-wpvideo-zu-smart-youtube-pro-plugin-so-gehts/</link>
	<description>ITler - der Technblog von und für Administratoren</description>
	<lastBuildDate>Thu, 16 May 2013 11:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Von: Stefan		</title>
		<link>https://itler.net/wordpress-umstieg-von-wpvideo-zu-smart-youtube-pro-plugin-so-gehts/#comment-16930</link>

		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 21:44:44 +0000</pubDate>
		<guid isPermaLink="false">https://itler.net/?p=25436#comment-16930</guid>

					<description><![CDATA[Aufpassen wenn man die SQL-Befehle nur kopiert.
Wenn die Hochkommas ‘ nicht gegen &#039; die ausgetauscht werden, funktioniert der Befehl nicht.

Fehlermeldung: #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;[/video]‘, ‘ ‘)&#039; at line 1

Hier nochmal die Befehle mit denen es dann funktioniert, ohne Fehlermeldung.
UPDATE wp_posts SET post_content = replace(post_content, &#039;[/video]&#039;, &#039; &#039;);

UPDATE wp_posts SET post_content = replace(post_content, &#039;[video]http&#039;, &#039;httpv&#039;);

Aber bevor man das durchführt in jedenfall eine Sicherung der Datenbank durchführen... :-)]]></description>
			<content:encoded><![CDATA[<p>Aufpassen wenn man die SQL-Befehle nur kopiert.<br />
Wenn die Hochkommas ‘ nicht gegen &#8218; die ausgetauscht werden, funktioniert der Befehl nicht.</p>
<p>Fehlermeldung: #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 &#8218;[/video]‘, ‘ ‘)&#8216; at line 1</p>
<p>Hier nochmal die Befehle mit denen es dann funktioniert, ohne Fehlermeldung.<br />
UPDATE wp_posts SET post_content = replace(post_content, &#8218;[/video]&#8218;, &#8218; &#8218;);</p>
<p>UPDATE wp_posts SET post_content = replace(post_content, &#8218;[video]http&#8216;, &#8218;httpv&#8216;);</p>
<p>Aber bevor man das durchführt in jedenfall eine Sicherung der Datenbank durchführen&#8230; :-)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
