MySQL Forums
Forum List  »  Newbie

Re: CSV to MySQL 8 issues
Posted by: Jim Sawyer
Date: October 25, 2018 02:23PM

I have the following line in my.ini

local_infile=true

I restarted the computer. I chheck with

mysql> show variables like 'local_infile'

it indicates that 'local_infile' is ON

I try to add a table to my database by using

load data locall infile 'C:/00_Output/Color.csv'
into table color
fields terminated by '|';

I still get the error message

ERROR 1148 (42000): The used command is not allowed with this MySQL version

What am I doing wrong?

Jim Sawyer

Options: ReplyQuote


Subject
Written By
Posted
October 23, 2018 08:28AM
October 23, 2018 10:24AM
October 23, 2018 10:57AM
October 23, 2018 12:02PM
October 24, 2018 09:24AM
October 24, 2018 11:24AM
October 24, 2018 11:57AM
October 24, 2018 04:46PM
October 24, 2018 08:10PM
Re: CSV to MySQL 8 issues
October 25, 2018 02:23PM
October 25, 2018 03:44PM
October 25, 2018 08:53PM
October 25, 2018 10:01PM
October 26, 2018 06:56AM
October 26, 2018 09:53AM
October 26, 2018 10:19AM
October 26, 2018 10:49AM
October 26, 2018 11:27AM
October 27, 2018 08:41PM
October 28, 2018 12:58PM
October 29, 2018 11:41AM
October 29, 2018 12:23PM
October 29, 2018 07:53PM
October 23, 2018 10:27AM


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.