Tried running this?
UPDATE <code>wp_posts</code> SET guid = replace(guid, 'oldurl','newurl');
UPDATE <code>wp_posts</code> SET post_content = replace(post_content, 'oldurl', 'newurl');
UPDATE <code>wp_postmeta</code> SET meta_value = replace(meta_value,'oldurl','newurl');