How to Disable Secure_file_priv option in MySQL – Linux
If you are getting an error “The MySQL server is running with the secure_file_priv option so it cannot execute this statement” while using ‘LOAD DATA INFILE‘ or ‘INTO OUTFILE‘, then here’s how you can fix it. Here are the snapshots of the error: mysql> select option_value from wp_options WHERE option_value…