I am executing this query in MySQL:
INSERT INTO album_tracks (album_id, name, guid, position, duration, ranked)
VALUES
('1214','','c1983e4d-cc94-4f11-9716-8fc7851494cc','2','369','2')
I receive the following error: still get Error Code: 1366.
Incorrect string value: '\xF0\x9D\x9C\x8B' for column at row 1
I am executing query directly in MySQL Workbench (6.3.10) and using MySQL 5.7+.
I did change table and column (name) to "utf8mb4" (called "utf8mb4- default collation" in MySQL Workbench) , while changing the table collation to utf8mb4 should be enough i still get the same result (error).
I checked many threads about this, but couldn't solve it.
Note that i can Insert characters successfully like: 協奏曲集《四季》 or ★