-1

I am trying to insert data from CSV file into mysql But, I am not able to save languages other than English. It shows '???????' in csv file instead I want to save it as it is in csv file as well as in mysql. Its properly working on ubuntu but creating problem on windows.

vinculis
  • 475
  • 3
  • 19

1 Answers1

0

You have to setup mysql to use UTF-8 character encoding. See this thread

Also be sure to open your CSV in UTF-8.

Community
  • 1
  • 1
Yannick Chaze
  • 576
  • 6
  • 17