I am trying to import csv file with data in hebrew and arabic for my mysql database.
When i use the import tool from file, even i precise that the file is utf8 i have like that ????
I see this post and i tried to make it :
LOAD DATA INFILE '/path/to/your/file.csv' INTO TABLE `table 1`
CHARACTER SET 'utf8'
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '\n'
IGNORE 1 LINES
But unfortunately on the place to fill my field when it is english charachter it fill it and when it is hebrew or arabic charachter it fill with blank.
Ps: Before 6 years somebody post the same question but he says that it is a bug issue refer to this post