<?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>Fnode Networks &#187; Wordpress MySQL Replace</title>
	<atom:link href="http://www.fnode.com/tag/wordpress-mysql-replace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WordPress Find and Replace String</title>
		<link>http://www.fnode.com/2009/06/wordpress-find-and-replace-string/</link>
		<comments>http://www.fnode.com/2009/06/wordpress-find-and-replace-string/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:48:46 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Find and Replace]]></category>
		<category><![CDATA[Wordpress MySQL Replace]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=415</guid>
		<description><![CDATA[I had to do a find and replace a string on all of the wordpress post. This can only be done via a MySQL query and won’t take more than a minute. This is how it’s done. In the following example, I will be finding X and replacing it with Y The string will find [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had to do a find and replace a string on all of the wordpress post. This can only be done via a MySQL query and won’t take more than a minute.</p>
<p>This is how it’s done. In the following example, I will be finding X and replacing it with Y</p>
<p>The string will find X in every single post and replace it with Y. This also works with phrases, URLs etc..</p>
<p><code>update wp_posts set post_content = replace(post_content, 'X', 'Y')</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/06/wordpress-find-and-replace-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
