Hello, I’m having a little problem with my FC2 and default MySQL packages that came with it.

The thing is I am trying to get LOAD DATA INFILE to work but no luck yet. I have tried to edit the following line to /etc/init.d/mysqld

/usr/bin/safe_mysqld  --defaults-file=/etc/my.cnf --local-infile=1 >/dev/null 2>&1 &

This doesn’t seem to work, does anyone know how I can enable this feature?

 

Thank you.