You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update wp_options set option_value='http://hostname/' where option_name='siteurl';
update wp_options set option_value='http://hostname/' where option_name='home';
update wp_posts set post_content=replace(post_content,"http://hostname/","http://oldurl/") where locate(post_content, CONVERT(CAST('http://oldurl/' as BINARY) USING utf8mb4))>=0;