Hi all,
I have a problem with MySQL Instruction
I write below instruction :
mysql> LOAD DATA INFILE "\var\lib\mysql\RecProb\Mitem.txt" INTO TABLE MasterItem;
i got error message :
ERROR 13:Can't get stat of '\var\lib\mysql\RecProb\Mitem.txt' (errcode:2)
Please help.....