MySQL Forums
Forum List  »  MySQL Workbench

Re: Solving Arabic language issue
Posted by: Peter Brawley
Date: August 27, 2022 10:39AM

It's a character set issue.

Let's see the results of ...

show variables like '%char%';

and of ...

show create table <tablename>;

... where <tablename> is the name of your table.

And, what charset is the data in the .csv file?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Solving Arabic language issue
322
August 27, 2022 10:39AM
296
September 20, 2022 11:08AM


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.