my mysql is 4.0.12.
I am using mysqld-max-nt...
I have check for information in mysql\'s web site,but still can not solve the problem! still can not use load data local infile...
every time it shows me the same error message:
ERROR 1148: The used command is not allowed with this MySQL version
I have tried two ways
1. in the command line of mysql
mysql --local-infile=1 -u root -p
I also tried.....
mysql --local-infile=0 -u root -p
but all can not
2. modify the my.ini
set-variable=local-infile=1
I also tried
set-variable=local-infile=0
but all still can not
so what\'t the problem????
Help me, please...
Tahnks a lot