wailerwailer
Technical User
I am trying to work with a mysql tutorial and everytime I try to load the *.txt file I get the following.
mysql> LOAD DATA LOCAL INFILE "C:\menagerie\pet.txt" INTO TABLE pet;
ERROR 1148: The used command is not allowed with this MySQL version
Does anybody know how to fix this?
mysql> LOAD DATA LOCAL INFILE "C:\menagerie\pet.txt" INTO TABLE pet;
ERROR 1148: The used command is not allowed with this MySQL version
Does anybody know how to fix this?