sql/config.sql.tmpl
author ymh@caf4f556-3d62-0410-8435-a86758001935
Tue, 02 Feb 2010 10:07:27 +0000
branchwordpress
changeset 127 3a1f99a92698
child 131 a4642baaf829
permissions -rw-r--r--
small corrections

DELETE FROM `wp_options` WHERE options_name LIKE '_transient_%';
DELETE FROM `wp_ak_twitter`;
UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "siteurl";
UPDATE wp_posts SET guid = replace(guid, 'http://www.iri.centrepompidou.fr/dev/~hurons/',
   'http://localhost/~ymh/site_iri_wp/');
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';
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';