I'm trying to import some data from a .txt file. my database is set up and ready for use but when I type in the command
LOAD DATA LOCAL INFILE 'C:/mysql/sampdb/member.txt' INTO TABLE sampdb.member
to import the data to my table, I get the following error.
The used command is not allowed with this MySQL version.
the MySQL version I'm using is 4.0.12-nt
Any Help is appericated. Thanks!