Se hai bisogno che MySQL supporti i caratteri UTF-8 a 4 byte (che normalmente sono considerati parte di UTF-8), devi usare il set di caratteri utf8mb4, non utf8. utf8mb4 è stato inizialmente supportato in MySQL 5.5.3.
Se hai bisogno che MySQL supporti i caratteri UTF-8 a 4 byte (che normalmente sono considerati parte di UTF-8), devi usare il set di caratteri utf8mb4, non utf8. utf8mb4 è stato inizialmente supportato in MySQL 5.5.3.