MySQL Forums
Forum List  »  Newbie

Re: Sending Non-english data from Mule(anypoint studio) to MYsql (5.7.12) but getting corrupted as "?????????"
Posted by: Peter Brawley
Date: August 05, 2022 07:36AM

Do you know what charset these data (i) came into "Mule" as, (ii) were saved in "Mule" as?

> have changed the servicer version from SQL

Please clarify.

Please post the result of running this query ...

show variables like '%character%';

... and a few examples of ...

select hex(<colname>) from <tablename> limit 3;

... where <colname> and <tablename> are column names and table names showing your issue

... in your instance of MySQL.

For discussion of issues like yours see http://mysql.rjweb.org/doc.php/charcoll#fixes_for_various_cases.

Options: ReplyQuote


Subject
Written By
Posted
Re: Sending Non-english data from Mule(anypoint studio) to MYsql (5.7.12) but getting corrupted as "?????????"
August 05, 2022 07:36AM


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.