Hello,
I tried both SQLYog 5.2 and 5.21 beta, this problem persists.
SQLYog deals with UTF-8 well enough on MySQL 5.0 (at least that's what I tested ), but now looks like not on my MySQL 4.1.16.
My table uses UTF-8 character set, and the connection 'names' is UTF-8 too. I set the default character set in Connection Manager of SQLyog to UTF-8 too. But the Chinese text data I input becomes garbage codes (ISO8859-1?), and if I input directly in SQLyog , the characters would become empty if later retrieved back; nothing is really saved into the DB.
I viewed my data with phpMyAdmin and is pretty normal , so this shouldn't be a DB server problem.
My wild guess is : does SQLyog mistakenly think MySQL 4.1 as MySQL 4.0/3.23 ?
