Ausführen eines ALTER zu charset utf8 Problem gelöst:
ALTER TABLE title MODIFY
column VARCHAR (100)
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
Ausführen eines ALTER zu charset utf8 Problem gelöst:
ALTER TABLE title MODIFY
column VARCHAR (100)
CHARACTER SET utf8
COLLATE utf8_unicode_ci;