MySQL Forums
Forum List  »  General

Re: MySQL 8.0 LOAD DATA INFILE error 1265 Truncated column
Posted by: Anton Bracjun
Date: November 18, 2019 05:11AM

I am sorry, cannot get data file other then printscreen right now and this forum does not take pictures. Will try to get it soon.

These are some statements from my.ini file, which might have revelance:

sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION"
lower_case_table_names=1
skip-name-resolve
secure-file-priv = C:\Program Files (x86)\JobManager\

I also had troubles to load file from other location than from above JobManager, even if I removed secure-file-priv option from file and restarted MySQL service. It failed and produced an error asking me to remove this option, despite it was removed already.

Options: ReplyQuote




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.