Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created July 17, 2015 13:54
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 chestozo/7c82ba404a3c1bfae310 to your computer and use it in GitHub Desktop.
Save chestozo/7c82ba404a3c1bfae310 to your computer and use it in GitHub Desktop.
mysql -u root -D ‘yourdatabase’ -e “UPDATE wp_posts SET post_content=’`cat your-local-file.html | perl -i -pe “s/’/\\\\\\’/g”`’ WHERE ID=6826"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment