错误信息如下:
2016-06-20 10:43:55,294 ERROR com.bsteel.vs.webapp.controller.BaseController:181 - org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [INSERT INTO vsns_topic SET `from`=?,`type`=?,`uid`=?,`videoid`='0',`lastupdate`=UNIX_TIMESTAMP(),`dateline`=UNIX_TIMESTAMP(),`totid`=?,`touid`=?,`anonymous`='0',`item`='',`item_id`='0',`channel_id`='0',`username`=?,`musicid`='0',`roottid`='0',`content`=?,`postip`=?,`post_ip_port`='64020']; SQL state [HY000]; error code [1366]; Incorrect string value: '\xF0\x9F\x98\x81\xF0\x9F...' for column 'content' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x81\xF0\x9F...' for column 'content' at row 1
我已经解决了,看地址
http://www.cnblogs.com/yjmyzz/p/mysql-utf8mb4-jdbc.html
==>3093IZVc: 2016-06-2010:43:55,294ERRORcom.bsteel.vs.webapp.controller.BaseController:181-org.springframework.jdbc.UncategorizedSQLException:PreparedStatementCallback;uncategorizedSQLExceptionforSQL[INSERTINTOvsns_topicSET`from`=?,`type`=?,`uid`=?,`videoid`='0',`lastupdate`=UNIX_TIMESTAMP(),`dateline`=UNIX_TIMESTAMP(),`totid`=?,`touid`=?,`anonymous`='0',`item`='',`item_id`='0',`channel_id`='0',`username`=?,`musicid`='0',`roottid`='0',`content`=?,`postip`=?,`post_ip_port`='64020'];SQLstate[HY000];errorcode[1366];Incorrectstringvalue:'\xF0\x9F\x98\x81\xF0\x9F...'forcolumn'content'atrow1;nestedexceptionisjava.sql.SQLException:Incorrectstringvalue:'\xF0\x9F\x98\x81\xF0\x9F...'forcolumn'content'atrow1这个错误应该是很数据库有关系。前不久刚碰到过。
https://segmentfault.com/a/1190000000616820
这个帖子整理的还算比较完整的。
很多人在使用mysql数据库的时候遇到编码问题,在mysql数据库使用时,版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。