MySQL Forums
Forum List  »  Newbie

Re: CSV to MySQL 8 issues
Posted by: Jim Sawyer
Date: October 27, 2018 08:41PM

I've uninstalled and installed MySQL 8.013 four times. I've

Opened wwindows services
Double clicked on MySQL80
Gone to Service Status and clicked stop
I've entered --local-infile = 1
Ive then clicked Start in Service Statu;s
I've Opened the MySQL command prompt and
Logged in
I've set
SET GLOBAL local_infile = ON;

in my.ini it was originally set with
secure-file-priv = 'C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\'

I've left it that way. When I

show global variables like 'secure_file_priv'

it lists the folder sequence shown above

when I

show global variables like 'local_infile'

it shows ON.

when, from the folder containing mysqld.exe, I enter

mysqld --no-defaults --verbose --help

if shows

secure_file_priv NULL

And I STILL can't use

load data local infile...

It shouldn't be this damn hard!

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
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
Re: CSV to MySQL 8 issues
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.