更新数据库中的图像链接

时间:2014-08-28 作者:brentwpeterson

我最近更改了wordpress网站的URL,但似乎找不到一些图像链接

我能够更新wp\\u posts表中的大多数链接

update wp_posts set guid = REPLACE(guid, \'domain.com/wp/\', \'domain.com/blog/\');
update wp_posts set post_content = REPLACE(post_content, \'domain.com/wp\', \'domain.com/blog\');
是否还有其他我缺少的表和列?

enter image description here

1 个回复
SO网友:brentwpeterson

我重新运行了以下更新,现在我的链接工作了!

update wp_posts set post_content = REPLACE(post_content, \'http://domain.com/wp\', \'http://domain.com/blog\');

结束

相关推荐

Accidentally messed up URLs

因此,我在Apache服务器上安装了WordPress,并将WordPress管理控制面板中的URL更改为http://website.com/ 从…起http://website.com/wordpress 现在它把我带到我以前的index.html 我在安装WordPress之前就做了,尽管我把所有的旧东西都移到了备份文件夹中。现在我无法回到我的WordPress管理CP。所以我的问题是:如何切换WordPress文件中的URL而不是管理CP(因为我无法访问它)。如何将WordPress url设置为