注册账号 | 忘记密码
1
数据库批量替换代码
update 表 set 字段 =REPLACE(字段,'被替换内容','替换内容');
如:
update yzdb_news set pic =REPLACE(pic,'www.yzdb.net','yzdb.net');