<?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>Kenson Goo &#187; SQL</title>
	<atom:link href="http://www.kensongoo.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensongoo.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 04:21:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Script to Replace Text in MySQL Database</title>
		<link>http://www.kensongoo.com/sql-script-to-replace-text-in-mysql-database/</link>
		<comments>http://www.kensongoo.com/sql-script-to-replace-text-in-mysql-database/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 03:15:34 +0000</pubDate>
		<dc:creator>Kenson Goo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.kensongoo.com/?p=3</guid>
		<description><![CDATA[If you wonder how to mass editing the content of your Wordpress posts, here is the SQL script that helps you change texts of your Wordpress posts quickly. 
UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`,&#8221;ORIGINAL TEXT&#8221;, &#8220;REPLACE TEXT&#8221;)
ORIGINAL TEXT is the text that you want to replace
REPLACE TEXT is the new text that you want replace [...]]]></description>
			<content:encoded><![CDATA[<p>If you wonder how to mass editing the content of your Wordpress posts, here is the SQL script that helps you change texts of your Wordpress posts quickly. </p>
<p>UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`,&#8221;ORIGINAL TEXT&#8221;, &#8220;REPLACE TEXT&#8221;)</p>
<p>ORIGINAL TEXT is the text that you want to replace</p>
<p>REPLACE TEXT is the new text that you want replace ORIGINAL TEXT</p>]]></content:encoded>
			<wfw:commentRss>http://www.kensongoo.com/sql-script-to-replace-text-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
