Search found 2 matches

by BillyS
30 Jul 2018, 23:54
Forum: Suggestions (csf)
Topic: local-infile=0 versus local_infile=0
Replies: 1
Views: 4001

Re: local-infile=0 versus local_infile=0

I'm pretty sure this is a bug... Steps to reproduce in MariaDB 10.2 Insert local-infile=0 in my.cnf and restart MySQL server Run CSF's Check Server Security Expected outcome - no warning concerning local-infile setting Edit my.cnf, replacing local-infile=0 with local_infile=0 and restart MySQL serve...
by BillyS
29 Jul 2018, 12:01
Forum: Suggestions (csf)
Topic: local-infile=0 versus local_infile=0
Replies: 1
Views: 4001

local-infile=0 versus local_infile=0

I have been running CSF for a long time and recently upgraded from MariaDB 10.1 to 10.2. As part of the upgrade, I decided to clean up the my.cnf commands, including moving to underscores instead of dashes. This morning, I received a warning during CSF's check stating: Check MySQL LOAD DATA disallow...