<?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>Mike D&#039;s SharpBlog &#187; find and replace</title>
	<atom:link href="http://www.sharpdotinc.com/mdost/tag/find-and-replace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/mdost</link>
	<description>Just another Sharpdot weblog</description>
	<lastBuildDate>Mon, 19 Dec 2011 16:11:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find and Replace in a MYSQL Database</title>
		<link>http://www.sharpdotinc.com/mdost/2008/11/21/find-and-replace-in-a-mysql-database/</link>
		<comments>http://www.sharpdotinc.com/mdost/2008/11/21/find-and-replace-in-a-mysql-database/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:17:39 +0000</pubDate>
		<dc:creator>Mike D</dc:creator>
						<category domain="http://www.sharpdotinc.com/mdost/category/sql/"><![CDATA[Sql]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/find-and-replace/"><![CDATA[find and replace]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/mysql/"><![CDATA[mySql]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=12</guid>
		<description><![CDATA[If you have ever tried to move a Site to a new domain or server then you have probably had to dig through the database and change any instances of the old domain name to the new one. THe following sql will help you do a find and replace in the database. This is great [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever tried to move a Site to a new domain or server then you have probably had to dig through the database and change any instances of the old domain name to the new one. THe following sql will help you do a find and replace in the database. This is great for moving a developement site to production. Any way here it is.</p>
<p><code>UPDATE &lt;tableName&gt; SET &lt;columnName&gt; = replace(&lt;columnName&gt;, 'http://www.old-domain.com','http://www.new-domain.com');</code></p>
<p>Modify this to your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/mdost/2008/11/21/find-and-replace-in-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

