This means that you are trying to insert a numeric value too big for the data type defined for this field (example, 3269454 on a TINYINT field).Quote:
Out of range value for column 'socket1' at row 1
This means you are inserting a string of text which is longer than the limit defined in the table definition for the 'name' field (which should be of type VARCHAR or CHAR).Quote:
Data too long for column 'name' at row 1