mysql "Duplicate entry '127' for key 1"

 错误:
Duplicate key or integrity constraint violation message from server: "Duplicate entry '127' for key 1" 
 
tinyint的范围是-128 到 127,你超过127自然不行咯。

你可能感兴趣的:(乱七八糟,mysql,server)