在 `wp_options` 数据库执行下面两条命令

```sql

update wp_options set option_value = 'your_new_url' where option_name = 'home';

update wp_options set option_value = 'your_new_url' where option_name = 'siteurl';

```

新的URL为wordpress 主页的url。

posted on 2019-02-12 13:09  赵丰数33  阅读(122)  评论(0编辑  收藏  举报