mysql 常见错误
Data truncation: Data too long for column 'subtitle2' at row 1
报错:.MysqlDataTruncation: Data truncation: Data too long for column
1、可能 数据库中的字符集的编码与写代码的页面的编码不相符合;(一般为utf-8)
2、可能数据库字段的长度太小,不满足要求;
check the manual that corresponds to your MySQL server version for the right syntax to use
1、sql语句不完整
2、关键字写错,或者丢失
3、检查表名称是否有问题