How to update all WordPress post content URLs with SQL

Updating all the URLs and resources in the WordPress site after migrating to a new domain or migrating to a domain from IP address is a painstaking task. Luckily, there is an easy way!

In this tutorial, I will show you the easy way to update all URLs thanks to SQL commands. The first thing you need is access to PhpMyAdmin tool or direct shell access to the database server. Once you have the database accesses, you can follow the below-mentioned steps to update all domains/IP address in your posts, comments, etc. to the new domain address.

PhpMyAdmin giving option for running SQL query
PhpMyAdmin giving option for running SQL query

Find and update all the posts with old domain in the contents

The following SQL query lists all the posts that contain the old domain. This is only for seeing the posts that have the old domain. 

SELECT * FROM wp_posts WHERE post_content LIKE '%YOUR_OLD_DOMAIN%'

Now, let’s replace all those old domain URLs with the new one with the following SQL command.

UPDATE wp_posts SET post_content = replace(post_content, 'YOUR_OLD_DOMAIN', 'YOUR_NEW_DOMAIN') 
WHERE post_content LIKE '%YOUR_OLD_DOMAIN%'

Find and update all the comments with old domain

Similar to what we have done with post content, we can replace the old domain in the comments too.

The following SQL query lists all the comments that contain the old domain.

SELECT * FROM wp_comments WHERE comment_content LIKE '%YOUR_OLD_DOMAIN%'

Then to replace all those old domains in the comment, use the following SQL command

UPDATE wp_comments SET comment_content = replace(comment_content, 'YOUR_OLD_DOMAIN', 'YOUR_NEW_DOMAIN') 
WHERE comment_content LIKE '%YOUR_OLD_DOMAIN%'
This should make all the URLs use your new domain.

Comments

51 responses to “How to update all WordPress post content URLs with SQL”

  1. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  2. … [Trackback]

    […] Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  3. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  4. … [Trackback]

    […] Find More Info here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  5. … [Trackback]

    […] Read More Info here on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  6. … [Trackback]

    […] Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  7. … [Trackback]

    […] Read More to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  8. … [Trackback]

    […] Read More on to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  9. … [Trackback]

    […] There you will find 6372 more Information on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  10. … [Trackback]

    […] Here you can find 27150 additional Information on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  11. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  12. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  13. … [Trackback]

    […] Here you can find 21359 more Information to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  14. … [Trackback]

    […] Here you can find 37555 more Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  15. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  16. … [Trackback]

    […] Information to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  17. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  18. … [Trackback]

    […] Info to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  19. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  20. … [Trackback]

    […] Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  21. … [Trackback]

    […] There you will find 90249 more Info to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  22. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  23. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  24. … [Trackback]

    […] Information to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  25. … [Trackback]

    […] Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  26. … [Trackback]

    […] Read More on on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  27. … [Trackback]

    […] Here you can find 14164 more Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  28. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  29. … [Trackback]

    […] There you can find 87923 more Info on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  30. … [Trackback]

    […] Information on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  31. … [Trackback]

    […] Read More here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  32. … [Trackback]

    […] Information to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  33. … [Trackback]

    […] Here you can find 20403 additional Info to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  34. … [Trackback]

    […] Here you will find 65461 more Information to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  35. … [Trackback]

    […] Read More Information here on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  36. … [Trackback]

    […] Info to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  37. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  38. … [Trackback]

    […] Find More Info here to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  39. … [Trackback]

    […] There you can find 46200 more Info to that Topic: genuinecoder.com/how-to-update-wordpress-post-content-urls-in-bulk/ […]

  40. obtenez un échantillon gratuit de kamagra

    livraison kamagra samedi livraison livraison

  41. how to order enclomiphene buy online usa

    purchase enclomiphene usa buy online

  42. overnight androxal ups cod

    online order androxal without recipe

  43. buying flexeril cyclobenzaprine buy hong kong

    cheap flexeril cyclobenzaprine for sale usa

  44. gabapentin without presciption

    buying gabapentin price on prescription

  45. get fildena purchase usa

    how to order fildena generic effectiveness

  46. Canadian itraconazole diet pills without a perscription

    buying itraconazole uk how to get

  47. how to order avodart buy adelaide

    order avodart australia to buy

  48. order staxyn no rx needed

    staxyn online canada compare price

  49. cheap rifaximin cost uk

    discount rifaximin purchase generic

  50. buy cheap xifaxan generic for sale

    cheapest buy xifaxan cheap in canada

Leave a Reply