"George Pitcher" <[EMAIL PROTECTED]> wrote:
> I'm back on this list after a long break (from the list, not MySQL).
> 
> I'm starting to put together a replacement for a complex (by my standards)
> Lasso/Filemaker solution over to PHP/MySQL. I have 22 tables to create and
> populate, some with hundreds of fields, after normalisation. I just can't
> seem to do any importing of text files.
> 
> I get ERROR 1048: which goes on to state that 'LOAD DATA INFILE' is disabled
> in my version (4.0.13).
> 
> Can anyone give me simple instructions on how to enable this function
> please? I do my development on Win2K but deployment for testing on WinNT and
> the final solution will be on Linux.

You should enabled usage of LOAD DATA LOCAL:
        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/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to