sql/config.sql.tmpl
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 2 4f3e6ea1c867
permissions -rw-r--r--
add hgignore

BEGIN;
DELETE FROM `wp_options` WHERE option_name LIKE '_transient_%';
UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "siteurl";
UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "home";
UPDATE wp_options SET option_value = "root@iri.centrepompidou.fr" where option_name = "admin_email";
UPDATE wp_posts SET post_content = replace(post_content,'http://www.iri.centrepompidou.fr/dev/~hurons/', 'http://localhost/~ymh/site_cinecast/');
COMMIT;