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;