Change WordPress URL via MySQL
UPDATE wp_options SET option_value = replace(option_value, ‘http://localhost/mis’, ‘http://www.ubaguio.edu/mis’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
Tags: wordpress
This entry was posted
on Wednesday, June 24th, 2009 at 7:49 am and is filed under FOSS.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.