MySQL Forums
Forum List  »  General

Re: mysql select into dumpfile create file with garbage code when the select contains non-english character(utf8)
Posted by: Peter Brawley
Date: August 23, 2022 12:39PM

It's a Windows issue. Did you try this?

@ECHO OFF
REM change CHCP to UTF-8
CHCP 65001
CLS

Options: ReplyQuote


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


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.