Sarah, Wednesday, December 04, 2002, 12:48:15 AM, you wrote: SK> We updated mysql yesterday to 3.23max and have just discovered that "load SK> data local infile ....." no longer works unless you enable it somewhere SK> specifically. I've tried starting mysql with the option -local-infile=1 in SK> several different files and on the command line. I can make it work with a SK> funcion in C (mysql_options()) but I need to be able to do this manually as SK> well. I'm sure someone else has run into this. I looked it up on the SK> sql.com site and none of the info I found helped me to fix this problem.
Because you can't do it with any SQL command, only by using local-infile option or configure with --enable-local-infile: http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php