Answer the question
In order to leave comments, you need to log in
How to fix encoding problem in mysql on Fedora 21 workspace?
When trying to change the encoding through phpmyadmin to utf8_* , it changes it to utf8 mb4 _* (For example, utf8_general_ci to utf8 mb4 _general_ci).
Answer the question
In order to leave comments, you need to log in
There is nothing wrong with utf8mb4, it will simply reserve not three, but four bytes for a character, which allows you to encode all 0x110000 Unicode characters.
And by mistake - check the encoding of the database itself, tables and fields.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question