MySQL字段中文替换
UPDATE `ms_archives` SET title = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `keywords` = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `description` = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET title = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `keywords` = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `description` = REPLACE ( title, '月河湾', '蓝调国际' );