sql/config.sql.tmpl
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 2 4f3e6ea1c867
permissions -rw-r--r--
update tags

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;