MySQL Forums
Forum List  »  Newbie

Re: Loading CSV Data with commas
Posted by: Peter Brawley
Date: May 26, 2021 11:14AM

> - I have updated my.cnf file located in the /private/etc folder

Is mysql using that my.cnf, eg can you verify that MySQL is using the settings from that file?

> secure-file-priv = /mysqlfiles/

Option file paths should be quoted. Assuming that's a path to which MySQL has access, try ...

secure-file-priv = "/mysqlfiles"

> set row_id = null;

Unnecessary.

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.