diff -r 0d9a58d2c515 -r 0d28b7c10758 sql/config.sql.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sql/config.sql.tmpl Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,5 @@ +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 = "root@iri.centrepompidou.fr" where option_name = "admin_email"; +COMMIT; \ No newline at end of file