移行する時。
update wp_options set option_value = 'http://example.com' where option_name in ('siteurl', 'home');
URLがDBの中に入っているので移行が面倒。
移行する時。
update wp_options set option_value = 'http://example.com' where option_name in ('siteurl', 'home');
URLがDBの中に入っているので移行が面倒。