I seem to have a weird problem with my Phpmyadmin database. When I use the symbol ° in my table subject it gives an error and won’t insert, for my table message however this doesn’t make a difference.
I tried it as a VARCHAR and as TEXT, but both give errors. The message field is a TEXT and doesn’t give any errors.
I found this: http://fogbugz.stackexchange.com/questions/2156/how-do-i-fix-incorrect-string-value-x-errors-when-running-on-mysql
My outputs are: utf8_general_ci, latin1_swedish_ci, latin1_swedish_ci
Error:
DB Error #1366
INSERT INTO table SET created=NOW() ,ticketID=7403, subject='FW: Stackoverflow N� 456'
Incorrect string value: 'xB0 4100...' for column 'subject' at row 1
I was able to get it to work with a patch supplied by the vendor of my program.