sql 在wordpress安装/迁移后编辑wordpress页面内容中的永久链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 在wordpress安装/迁移后编辑wordpress页面内容中的永久链接相关的知识,希望对你有一定的参考价值。

UPDATE wp_posts SET post_content=(REPLACE (post_content, '<old url>','<new url>'));

/* Replace old image permalinks (for content) in wp_posts table for WORDPRESS */

/*  Example:
UPDATE wp_posts SET post_content=(REPLACE (post_content, 'inmotiontesting.com','test.inmotiontesting.com'));
*/

以上是关于sql 在wordpress安装/迁移后编辑wordpress页面内容中的永久链接的主要内容,如果未能解决你的问题,请参考以下文章

wordpress怎样安装主题

从过期的 MAMP Pro 试用版迁移到 MAMP 的免费版 (OSX) 后显示 Wordpress 安装页面

迁移到新主机后无法访问 wordpress 仪表板

Wordpress迁移计划

Wordpress 输入地址时出现 404 Not Found 错误

将 Wordpress 数据库迁移到服务器 SQL 错误