以前做过这个,我仍然想知道如何处理wp_posts => guid内容,该内容引用了http:// localhost
但是在wordpress.org http://codex.wordpress.org/Changing_The_Site_URL上,它明确指出:
在任何情况下都不要更改GUID列的内容。
但是据我了解,这只是在全球范围内唯一标识您的帖子。但是随着越来越多的人在其GUID中使用http:// localhost。
因此,我可以安全地将http:// localhost替换为http://www.mydomain.com吗?
问候
UPDATE wp_posts SET guid = REPLACE (guid, 'http://localhost', 'http://www.mydomain.com');