Reputation: 125
I'm working on a project with PHP/MYSQL. How do i store emojis in my database and read without alteration from PHP ?
My tables character set and collate are
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
.
Upvotes: 0
Views: 880
Reputation: 125
Actually I found the solution. Character set should be defined in database connection too.
Upvotes: 1