ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement -
i trying create database .csv file. have problem load data infile command. error 1290. googled it, , know need change secure_file_priv '0', couldn't find it.
> select @@global.secure_file_priv' @ line 1 mysql> +---------------------------+ -> | @@global.secure_file_priv | -> +---------------------------+ -> | null | -> +---------------------------+ -> 1 row in set (0.00 sec)
i working on mac, , paths found windows/debian/ubuntu. so, maybe can me find config file change secure_file_priv??
Comments
Post a Comment