79540821

Date: 2025-03-28 08:01:32
Score: 1.5
Natty:
Report link

To those having this problem. I had two issues producing the error:

  1. Different variable type than specified in mysql. (I had varchar specified in mysql, however in my code I pasted int.)

  2. Type in mysql smaller than required variable size. (I had varchar(4) specified in mysql, however in my code I pasted str of len 5+.)

Hope helps.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mr.kitty