Problem with Export
Brought to you by:
ansgarbecker
Originally created by: yalan...@gmail.com
1. make export some tables
2. open .sql file made by export
3. you will not see correct SQL-code to create tables, I see only "?"
characters
My database has utf8 encoding
thank you in advance!
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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