I need to load data into mysql and for that i need to add this file or edit this file. I am not able to find this file and create into the right location.
I tried adding file in my root.
[mysqld]
secure_file_priv = ''
Its still coming as null.
mysql> SHOW VARIABLES LIKE "secure_file_priv";
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| secure_file_priv | NULL |
I tried adding the file here also but it did not work.
/usr/local/mysql/support-files
Mysql is not picking this configuration up.