Hacker News new | ask | show | jobs
by cd34 5141 days ago
Check wp-config.php, look for $table_prefix =

that is normally wp_

then, in {$table_prefix}options, normally wp_options, two values contain the url:

select * from wp_options where option_name in ('siteurl','home');

1 comments

Ok, thanks for your help! I'm really lost here and the site is supposed to be up by the end of this week :/