Hello,
I didn’t know about your last point, but I found the solution:
ALTER TABLE wp_mlw_qm_audit_trail CONVERT TO CHARACTER SET utf8;
ALTER TABLE wp_mlw_questions CONVERT TO CHARACTER SET utf8;
ALTER TABLE wp_mlw_quizzes CONVERT TO CHARACTER SET utf8;
ALTER TABLE wp_mlw_results CONVERT TO CHARACTER SET utf8;
Thanks!
Hello darkdream, I follow your solution, but it still doesn’t display correctly polish characters in questions.
This is my database: http://imagospot.pl/utf8.PNG
Could you tell me what I do wrong?