MySQL Forums
Forum List  »  Newbie

Re: Loading CSV Data with commas
Posted by: Peter Brawley
Date: May 27, 2021 10:39AM

To see your secure file_priv setting, after logging into the mysql client, issue ...

show variables like "secure_file_priv";

I'm not sure, but I think MySQL doesn't want a trailing slash. To change the setting, edit my.cnf as you did before.

OS X example configuration files are at /usr/local/mysql/support-files/.

Workbench can create one or help you edit it ...

Open a connection

Select'Options File' under 'INSTANCE' in the menu.

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.