MySQL Forums
Forum List  »  Newbie

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

Quote

MBP-2014-Jim:~ jkpalmer$ cat /etc/my.cnf

and it returned

[mysqld]
secure-file-priv = "/mysqlfiles/"
caching_sha2_password_auto_generate_rsa_keys = off

secure_file_priv, not secure-file-priv

And no railing slash.

To test, all you need to do on restart is ...

select @@secure_file_priv;

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.