UPDATE wp_options SET option_value = replace(option_value, ‘oss.uhmao.com’,’www.uhmao.com’) ;
UPDATE wp_posts SET post_content = replace(post_content, ‘oss.uhmao.com’,’www.uhmao.com’) ;
UPDATE wp_comments SET comment_content = replace(comment_content, ‘oss.uhmao.com’, ‘www.uhmao.com’) ;
UPDATE wp_comments SET comment_author_url = replace(comment_author_url, ‘oss.uhmao.com’, ‘www.uhmao.com’) ;
请登录后查看回复内容