@
@
@rstrst2015-05-11 20:16:41
Character encoding
@rstrst, 2015-05-11 20:16:41

How to fix encoding problem in mysql on Fedora 21 workspace?

plAzkM0.png
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

2 answer(s)
R
Rsa97, 2015-05-11
_

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.

R
rstrst, 2015-05-12
@rstrst

Sadness and trouble. I solved the problem by changing the encoding of the string. Now, when creating a table, I will not leave the "Comparison" field empty. Rsa97, thanks for the help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question