LOAD DATA LOCAL INFILE mysqld-nt.exe --local-infile=1 does not work for win32

2002-12-10 Thread Phuc Nguyen
Hi, When trying to use 'LOAD DATA LOCAL INFILE' with Apache2.0.43 (running a module) and MySQL 3.23.53, it returns the error the command is not supported. This is because the function is disable for security issue, but when I tried to start mysql with 'c:\mysql\bin\mysqld-nt --local-infile=1' it s

mysqld-nt --local-infile=1 not working

2002-11-26 Thread Phuc Nguyen
Environment: MySQL = 3.23.53-max-nt Windows 2000 Pro SP3 Apache 2.0.43 PHP 4.3.0 dev Configure mysql startup as "Manual" in Windows 2000 Services. From command prompt, run E:\mysql\bin>mysqld-nt -local-infile=1 The mysqld server would run but still does not allow LOAD DATA LOCAL INFILE. Next r