This is the second time I’ve got 4294967294 value in this table. I have no clue where it’s coming from. I checked my mysql.log and it doesn’t show up anywhere there.
data type is int(3)
What’s the deal?
Any help would be appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That number is 2^32 – so the largest number an unsigned int can be. Can it be attempting to insert -1? Is Strict SQL Mode enabled? If not per the MySql manual: