<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum Toile-Libre – Astuce Wordpress : Site de dev et site de prod]]></title>
	<link rel="self" href="https://forum.toile-libre.org:80/extern.php?action=feed&amp;tid=268&amp;type=atom"/>
	<updated>2011-12-26T10:04:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.toile-libre.org/viewtopic.php?id=268</id>
		<entry>
			<title type="html"><![CDATA[Astuce Wordpress : Site de dev et site de prod]]></title>
			<link rel="alternate" href="http://forum.toile-libre.org/viewtopic.php?pid=794#p794"/>
			<content type="html"><![CDATA[<div class="codebox"><pre><code>UPDATE wp_options SET option_value = replace(option_value, &#039;http://localhost/mon_rep_local&#039;, &#039;http://url_site_prod&#039;)
 WHERE option_name = &#039;home&#039; OR option_name = &#039;siteurl&#039;;
UPDATE wp_posts SET guid = REPLACE (guid, &#039;http://localhost/mon_rep_local&#039;, &#039;http://url_site_prod&#039;);
UPDATE wp_posts SET post_content = REPLACE (post_content, &#039;http://localhost/mon_rep_local&#039;, &#039;http://url_site_prod&#039;);
UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, &#039;http://localhost/mon_rep_local&#039;,&#039;http://url_site_prod&#039;);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[swingalink]]></name>
				<uri>http://forum.toile-libre.org/profile.php?id=371</uri>
			</author>
			<updated>2011-12-26T10:04:14Z</updated>
			<id>http://forum.toile-libre.org/viewtopic.php?pid=794#p794</id>
		</entry>
</feed>
