SQL Query to Replace wp_posts content in the database
// find and replace string query // UPDATE wp_posts SET post_content = REPLACE ( post_content, 'text to find here', 'text to replace here');