wordpress站点修改站点地址引起的图片地址修改

参考文章:

http://paranimage.com/mysql-bulk-replaced-by-the-url-address-wordpress/

http://pangbu.com/mysql-bulk-replaced-by-the-url-wordpress/

 

修改表 wp_posts的 post_content内容:

updat pw_posts set post_content = replace(post_content,'172.18.107.41','localhost')

 

wordpress站点修改站点地址引起的图片地址修改_第1张图片

你可能感兴趣的:(wordpress站点修改站点地址引起的图片地址修改)