I tried to import data containing some central-european characters from file to db.
File is tab delimited and looks somehow like this:
10 u?enje a b
After issuing mysqlimport command I got just "u" instead of "u?enje" in second field.
Same thing happens when I use import statement from Command Line Client. It's obviously because of letter "?".
Does anybody know how to solve this problem?
Thank's in advance.
File is tab delimited and looks somehow like this:
10 u?enje a b
After issuing mysqlimport command I got just "u" instead of "u?enje" in second field.
Same thing happens when I use import statement from Command Line Client. It's obviously because of letter "?".
Does anybody know how to solve this problem?
Thank's in advance.