当前位置 : 主页 > 编程语言 > java >

error:Data truncation: Data too long for column 'last_name' at row 1

来源:互联网 收集:自由互联 发布时间:2022-06-22
场景:我想存一个长一点的字段,大改几百字,但是报错,经过三个小时的查找,找到解决方案 spring.datasource.url=jdbc:mysql://localhost:3306/conweb?sessionVariables=sql_mode='NO_ENGINE_SUBSTITUTION'jdbcCo

场景:我想存一个长一点的字段,大改几百字,但是报错,经过三个小时的查找,找到解决方案

spring.datasource.url=jdbc:mysql://localhost:3306/conweb?sessionVariables=sql_mode='NO_ENGINE_SUBSTITUTION'&jdbcCompliantTruncation=false
网友评论