php - mysql encoding format modification?
为情所困
为情所困 2017-07-01 09:12:00
0
4
962

The problem is this: the encoding of an online table is utf8; but now it needs to be changed to utf8mb4. If the table data is not backed up and the table's encoding and corresponding field encoding are directly modified to utf8mb4, will it affect the data?

为情所困
为情所困

reply all(4)
小葫芦

The difference between utf8mb4 and utf8
The set of utf8mb4 is larger than the set of utf8

utf8mb4 is compatible with utf8 and can represent more characters than utf8.

If you expand from a small subset to a larger set, it will have no impact on the original data

为情所困

utf8mb4 is a superset of utf8

迷茫

Yes, utf8mb4 is a superset of utf8

女神的闺蜜爱上我

Do you want to save emoji? It can be changed without affecting the original data

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template