UPDATE `articles_content` SET `content` = replace (`content`,'被替换','替换后')
替换内容处
UPDATE `articles` SET `title` = replace (`title`,'被替换','替换后')
替换标题处
UPDATE `articles_content` SET `content` = replace (`content`,'被替换','替换后')
替换内容处
UPDATE `articles` SET `title` = replace (`title`,'被替换','替换后')
替换标题处