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

来源:互联网 发布:od软件 编辑:程序博客网 时间:2024/06/04 19:20

具体信息如下:

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)

        第一,方法重载问题

第二,字符超过了长度

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

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


0 0
原创粉丝点击