MySQL Forums
Forum List  »  MySQL Workbench

Re: unhandeled exception
Posted by: Peter Brawley
Date: April 04, 2022 09:13AM

Looks like a charset issue, ie using something like the latin1 charset, your instance of mysql came across a non-ascii character in the input. Let's see the result of ...

show variables like '%char%';

... and, do you know the charset of the inout file?

Options: ReplyQuote


Subject
Views
Written By
Posted
410
April 04, 2022 12:27AM
Re: unhandeled exception
235
April 04, 2022 09:13AM


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.