字段=link_url 里有包含 www.baidu.com 替换为www.google.com
update table_name set link_url = 'www.google.com' where link_url = 'www.baidu.com'
update `wp_posts` set guid=replace(guid,'localhost','www.yahuhost.net');
点击右下侧的“执行”执行代码即可。
本文共 482 字,大约阅读时间需要 1 分钟。
字段=link_url 里有包含 www.baidu.com 替换为www.google.com
update table_name set link_url = 'www.google.com' where link_url = 'www.baidu.com'
update `wp_posts` set guid=replace(guid,'localhost','www.yahuhost.net');
点击右下侧的“执行”执行代码即可。
转载于:https://www.cnblogs.com/rightzhao/p/3474187.html