MySQL Forums
Forum List  »  MySQL for Excel

Re: MySQL Error 1253
Posted by: Javier Treviño
Date: June 02, 2015 03:08PM

Hello,
The problem seems to be the character set used by the Server to communicate with client applications since you state the table has a collation of "utf_general_ci".

The only way to make this work would be to change the character set in the system configuration (system variables) of the MySQL Server. I think it should be the "character_set_client" and/or "character_set_connection" system variables.

If the character set for those variables is set to "latin2" even if the DB, table or column is set to accept UTF characters, it will never work since the communication is established using latin2.

Best regards.

====================================
Javier Treviño
MySQL on Windows Team

Options: ReplyQuote


Subject
Views
Written By
Posted
5544
May 05, 2015 01:41AM
Re: MySQL Error 1253
2591
June 02, 2015 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.