/ Published in: MySQL
URL: http://jspr.tndy.me
This gets me every time. Why doesn't my blog work?! Oh yeah, that's why.
Expand |
Embed | Plain Text
UPDATE wp_options SET option_value = "http://domain.tld" WHERE option_name = "siteurl" OR option_name = "home";
Comments
Subscribe to comments
You need to login to post a comment.

Yes, this is a gotcha.
May want to add queries for wp_posts table replacements, for fixing images, and links.
Yeah, that's not a bad idea - shame there's no regex replace functionality, otherwise it could remain in MySQL.