Wordpress config中站点地址或url地址错误的紧急修复

由于配置不当或域名变更造成wp站点无法访问,需要修改数据表:

use [wp_db_name]
update wp_options set option_value=’[url]’ where option_name=’siteurl’;
update wp_options set option_value=’[url]’ where option_name=’home’;

Wordpress config中站点地址或url地址错误的紧急修复

https://devblog.citruxonve.net/posts/7b1653f2/

Author

Semprathlon / Simfae Dean

Posted on

09/12/2016

Updated on

07/19/2023

Licensed under

Comments