sql/config.sql.tmpl
branchwordpress
changeset 127 3a1f99a92698
child 131 a4642baaf829
equal deleted inserted replaced
126:9b7d841b551a 127:3a1f99a92698
       
     1 DELETE FROM `wp_options` WHERE options_name LIKE '_transient_%';
       
     2 DELETE FROM `wp_ak_twitter`;
       
     3 UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "siteurl";
       
     4 UPDATE wp_posts SET guid = replace(guid, 'http://www.iri.centrepompidou.fr/dev/~hurons/',
       
     5    'http://localhost/~ymh/site_iri_wp/');
       
     6 UPDATE wp_options SET option_value = replace(option_value,'http://www.iri.centrepompidou.fr/dev/~hurons/', 'http://localhost/~ymh/site_iri_wp/') WHERE option_name = 'sm_status';
       
     7 UPDATE wp_options SET option_value = replace(option_value,'/iridata/users/hurons/public_html/', '/Users/ymh/dev/workspace/site_iri_wordpress/web/') WHERE option_name = 'sm_status';