-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
1 - Middle term
-
2 - Normal
https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
In short:
MySQL’s “utf8mb4” means “UTF-8”.
MySQL’s “utf8” means “a proprietary character encoding”. This encoding can’t encode many Unicode characters.
The main issue is that we are using primary keys that become too long in utf8mb4 => we need to change
- is duplicated by
-
NEWSLETTER-278 Error when using default mariadb on ubuntu 16.04 : The maximum column size is 767 bytes
- Closed