Sledmore's Boon Plus Edit [Data truncated for column 'is_rare' at row 1 ] Error

WockoLad

SELECT * FROM `lads` WHERE `username` = 'WockoLad'
Dec 24, 2014
233
23
Hey. I'm having the error " Data truncated for column 'is_rare' at row 1 " When i run the SQL In Navicat

Please Help xoxoxoxo
 
bump
 
Last edited:

JayC

Always Learning
Aug 8, 2013
5,504
1,401
Disable mysql strict mode by running this query: SET@@global.sql_mode='';
Then update the db again.
Absolutely NOT the correct way to fix this issue!

Hey. I'm having the error " Data truncated for column 'is_rare' at row 1 " When i run the SQL In Navicat
Your column count is either wrong, or you are trying to put the wrong information into is_rare.

Please provide more information:
-What are you trying to add? --- When i run the SQL In Navicat
-What is this SQL For?
-Post the SQL you are trying to run.

We are not mind readers, and we don't just magically know what you are talking about. Be specific
 

Users who are viewing this thread

Top