Anonymous - 2009-05-18

Originally posted by: rosenfie...@gmail.com

1) Make sure you don't mess with the connection with SET NAMES.

The server does not send character set information along with field data, so
HeidiSQL has to assume that character data is in the same character set that was
originally specified when creating the connection.  If you use SET NAMES, you break
that.

2) Create a test case so we can reproduce the problem.

3) Attach sample data necessary for the test case.

Thanks!

Status: NeedInfo