update table set message=concat('message',char(10),char(13), 'line2');
如果使用的是php, 在读取字段值后,网页上用nl2br($content)方式替换为
concat('aaa', chr(13), 'bbb')