If mysql code is ok ( example id column increment and not need to assign any value) then try this
Just remove "STRICT_TRANS_TABLES," and it looks like
Not forget to restart mysql server.
This is the final solution for fixing this error.
Edit the my.cnf (my.ini --- in windows file can be found in program file folder where mysql installed) file and find and comment out the line:
Just remove "STRICT_TRANS_TABLES," and it looks like
Not forget to restart mysql server.
This is the final solution for fixing this error.
No comments:
Post a Comment