When I execute the follwing command:
LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
I am getting the following error:
'ERROR 1148: THE USED COMMAND IS NOT ALLOWED WITH THIS MySQL VERSION'
I am using MySQL version 3.23.54-max-debug.
I start MySQL with MYSQLD --LOCAL-INFILE=1
I thought that would solve the problem.
Anyway, someone please tell me how to load a text file to a table.
Thank you.
LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
I am getting the following error:
'ERROR 1148: THE USED COMMAND IS NOT ALLOWED WITH THIS MySQL VERSION'
I am using MySQL version 3.23.54-max-debug.
I start MySQL with MYSQLD --LOCAL-INFILE=1
I thought that would solve the problem.
Anyway, someone please tell me how to load a text file to a table.
Thank you.