sql/config.sql.tmpl
author ymh
Fri, 12 Mar 2010 13:29:04 +0000
changeset 1 0d28b7c10758
child 2 4f3e6ea1c867
permissions -rw-r--r--
First commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
BEGIN;
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
DELETE FROM `wp_options` WHERE option_name LIKE '_transient_%';
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "siteurl";
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
UPDATE wp_options SET option_value = "root@iri.centrepompidou.fr" where option_name = "admin_email";
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
COMMIT;