Gör en ALTER
till charset
utf8
löste problemet:
ALTER TABLE title MODIFY
column VARCHAR (100)
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
Gör en ALTER
till charset
utf8
löste problemet:
ALTER TABLE title MODIFY
column VARCHAR (100)
CHARACTER SET utf8
COLLATE utf8_unicode_ci;