MySQL Forums
Forum List  »  General

mysql select into dumpfile create file with garbage code when the select contains non-english character(utf8)
Posted by: Peter Hon
Date: August 23, 2022 07:48AM

I am using Mysql select into dumpfile to dump data into a file.

select data from table1 into dumpfile "c:\xxxx"
where XXXX is non-English character(utf8 character), however the outcome file name in the Windows directory becomes strange garbage code. Is there any way I can keep the non-English XXXX(utf8 character) in the file name but not become strange character?

Options: ReplyQuote


Subject
Written By
Posted
mysql select into dumpfile create file with garbage code when the select contains non-english character(utf8)
August 23, 2022 07:48AM


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.