Hi,
I’m having trouble seeing the correct characters in my tables that are set to utf8yes..mb4. When I query the DB with a test PHP script and render that on an HTML page, I can see emoticons just fine but in SQLyog, these emoticons appear as small squares.
Also when I issue the following query:
SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%';
I always get:
Variable_name Value
------------------------ --------------------
character_set_client utf8
character_set_connection utf8
so I think SQLyog is refusing to connect using utf8mb4. Where can I set that option? Can’t find it anywhere.
PS: I’m currently using SQLyog Ultimate 12.4.1 (64 bit)