My database is in UTF8 format, but I cant configure SQLyog to show/edit data right
All variables in MySQL database are set properly:
character_set... = utf8
collation_... =utf8_lithuanian_ci
PHPMyAdmin shows/edits data right, but SQLyog simpy don't understant UTF8 and shows Ä…Äęėįšų instead lithuanian characters ąčęėįš.
Any solution? Thanks.