Typecho换域名的方法 Posted on 2018-06-24 Edited on 2024-08-01 In Software Views: 备份方法如下 进入phpmyadmin 找到typecho数据库里面的typecho_options表 把里面的siteUrl值换成新的。 正常情况下,只要是修改好了数据库配置,这么操作就已经换过来了。 如果需要更换文章里面的网址,在数据库里面执行下面的语句 1UPDATE `typecho_contents` SET `text` = REPLACE(`text`,'旧域名地址','新域名地址'); Welcome to my other publishing channels RSS