In MySQL Workbench, the result with Chinese string show up correctly.
But when I use mysql in the command line, the chinese string is
showing up like ???A??
The COLLATION in the database side is utf8_general_ci
Does anyone know how to make the mysql command line to handle the
chinese correctly?
Thanks.