mysql 表这段内容替换

update `cr_article` set `img`=replace(`img`,'http://192.168.2.10/upload','http://zouke1220.oss-cn-beijing.aliyuncs.com');
update `cr_article` set `content`=replace(`content`,'http://192.168.2.10/upload','http://zouke1220.oss-cn-beijing.aliyuncs.com');
原文地址:https://www.cnblogs.com/zouke1220/p/9928795.html