Advertisement
Guest User

Untitled

a guest
Apr 29th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'uid' at row 1 ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: REPLACE INTO mc_common_member_profile( uid, bio, interest, field1, field2, field3, field4, field5, field6, field7, field8 ) VALUES ( ?, '', '', '', '', '', '', '', '', '', '' ) ### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'uid' at row 1 ; SQL []; Data truncation: Out of range value for column 'uid' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'uid' at row 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement