码迷,mamicode.com
首页 > 数据库 > 详细

com.mysql.jdbc.MysqlDataTruncation: Data truncation异常

时间:2019-10-27 13:12:34      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:date   ror   bsp   重要   int   cut   server   comm   data   

Exception in thread "main" com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column ‘note‘ at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2868)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1169)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:693)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1404)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1318)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1303)
at MyPrepare.main(MyPrepare.java:87)

原因:

 第一,方法重载问题

第二,字符超过了长度

第三,就是编码问题(重要,容易被人忽略)

         有两种可能,第一种就是数据库编码,另外一种数据库编码没问题,文件编码有问题

com.mysql.jdbc.MysqlDataTruncation: Data truncation异常

标签:date   ror   bsp   重要   int   cut   server   comm   data   

原文地址:https://www.cnblogs.com/qingmuchuanqi48/p/11747033.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!