<?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>Comments on: Global Find and Replace In WordPress using MySQL</title>
	<atom:link href="http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/</link>
	<description>NJ SEO, Web Design, Programming and Online Marketing Consultant</description>
	<lastBuildDate>Tue, 30 Aug 2011 20:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Leland Gold</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-116385</link>
		<dc:creator>Leland Gold</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-116385</guid>
		<description>Thanks a lot barry man! I use this so much now, I&#039;m not sure what I would do without it.  Just got into this myself, but thanks again for the help!</description>
		<content:encoded><![CDATA[<p>Thanks a lot barry man! I use this so much now, I&#8217;m not sure what I would do without it.  Just got into this myself, but thanks again for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-105306</link>
		<dc:creator>Shovan</dc:creator>
		<pubDate>Fri, 25 Mar 2011 11:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-105306</guid>
		<description>Yay! It works, But my WP-Admin still redirects to old site.. any ideas?</description>
		<content:encoded><![CDATA[<p>Yay! It works, But my WP-Admin still redirects to old site.. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-102681</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 08 Mar 2011 16:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-102681</guid>
		<description>You probably want to also do the search and replace on the wp_postmeta table.</description>
		<content:encoded><![CDATA[<p>You probably want to also do the search and replace on the wp_postmeta table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fregnan</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-90908</link>
		<dc:creator>Mark Fregnan</dc:creator>
		<pubDate>Mon, 03 Jan 2011 01:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-90908</guid>
		<description>Thank you very much Barry.

Your post saved me hours of work. We wanted to change the HTML code paragraph formatting on our posts and pages and your SQL query did the trick.

I also used the WHERE statement...

-Logged into phpMyAdmin via my Host Cpanel
-Selected the Wordpress MYSQL database from the list of databases
-Clicked on table wp_posts
-Clicked the SQL tab
-Cut and pasted the code below, and clicked [Go]

UPDATE wp_posts SET post_content = REPLACE(post_content, &#039;OLD HTML&#039;, &#039;NEW HTML&#039;) WHERE post_type = &#039;post&#039;;</description>
		<content:encoded><![CDATA[<p>Thank you very much Barry.</p>
<p>Your post saved me hours of work. We wanted to change the HTML code paragraph formatting on our posts and pages and your SQL query did the trick.</p>
<p>I also used the WHERE statement&#8230;</p>
<p>-Logged into phpMyAdmin via my Host Cpanel<br />
-Selected the WordPress MYSQL database from the list of databases<br />
-Clicked on table wp_posts<br />
-Clicked the SQL tab<br />
-Cut and pasted the code below, and clicked [Go]</p>
<p>UPDATE wp_posts SET post_content = REPLACE(post_content, &#8216;OLD HTML&#8217;, &#8216;NEW HTML&#8217;) WHERE post_type = &#8216;post&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Polacek</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-76438</link>
		<dc:creator>Steve Polacek</dc:creator>
		<pubDate>Sun, 22 Aug 2010 20:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-76438</guid>
		<description>Thanks Barry! I just used this and it worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks Barry! I just used this and it worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Fincken</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-39603</link>
		<dc:creator>Ramon Fincken</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-39603</guid>
		<description>I’ve written a plugin at WordPress.org which enables you (with a GUI) to find and replace in your posts,pages and/or trashed items: http://wordpress.org/extend/plugins/find-replace/</description>
		<content:encoded><![CDATA[<p>I’ve written a plugin at WordPress.org which enables you (with a GUI) to find and replace in your posts,pages and/or trashed items: <a href="http://wordpress.org/extend/plugins/find-replace/">http://wordpress.org/extend/plugins/find-replace/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco Costa Rica Condos</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-37911</link>
		<dc:creator>Jaco Costa Rica Condos</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-37911</guid>
		<description>@David, that is a good idea for the global search and replace. My question is, does the mysql file keeps its structure? 

for example, I download and open up in word. Do the search and replace and save. Upload to the server? Is that correct? The file structure should remain the same??

Thanks in advance</description>
		<content:encoded><![CDATA[<p>@David, that is a good idea for the global search and replace. My question is, does the mysql file keeps its structure? </p>
<p>for example, I download and open up in word. Do the search and replace and save. Upload to the server? Is that correct? The file structure should remain the same??</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADA sport</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-33984</link>
		<dc:creator>ADA sport</dc:creator>
		<pubDate>Thu, 31 Dec 2009 18:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-33984</guid>
		<description>This string is exactly what I have been looking Thanks ...</description>
		<content:encoded><![CDATA[<p>This string is exactly what I have been looking Thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-33048</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 26 Dec 2009 03:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-33048</guid>
		<description>I love the internet, cause smart people like you can make clever people like me - POWERFUL!!  

cheers to having the answer when I needed it!!</description>
		<content:encoded><![CDATA[<p>I love the internet, cause smart people like you can make clever people like me &#8211; POWERFUL!!  </p>
<p>cheers to having the answer when I needed it!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://www.barrywise.com/2009/02/global-find-and-replace-in-wordpress-using-mysql/comment-page-1/#comment-21205</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.barrywise.com/?p=485#comment-21205</guid>
		<description>thx, will check it out</description>
		<content:encoded><![CDATA[<p>thx, will check it out</p>
]]></content:encoded>
	</item>
</channel>
</rss>

