RedProtect Anti-Grief

RedProtect Anti-Grief

73.3k Downloads

[BUG] Data too long for Mysql "tppoint"

Akr-on opened this issue ยท 1 comments

commented

exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'tppoint' at row 1
Sometime tppoint is too long that it cannot save to mysql, size of mysql field "tppoint" is 20 when table created,
I solved it by modify to 255

commented

Fixed on ef0a117