Click to See Complete Forum and Search --> : Need help compiling MySQL with new options


DaveNET
04-04-2003, 10:21 PM
Hi,

I'm running a program on my server that requires a special import process in MySQL that calls

"LOAD DATA LOCAL INFILE"

I'm told that this option can be loaded by default if MySQL is compiled with it. However, my version of MySQL has this turned off by default.

Can anyone fix this for me? Its beyond my skills. And please don't reply with instructions on how to import via the shell. I want this allowed so the software I'm running on my server can use this import method. I need it to be available anytime, not just via the shell.

David