Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 24, 2019 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a2a2c0e82395e475204bea8f38c5364b to your computer and use it in GitHub Desktop.
Save parzibyte/a2a2c0e82395e475204bea8f38c5364b to your computer and use it in GitHub Desktop.
update wp_posts set
post_content = replace(post_content, "http://sublime-pos.parzibyte.me","https://parzibyte.me")
where post_content like "%http://sublime-pos.parzibyte.me%" limit 200;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment