PhpMyAdmin insert textfile error..
Posted: Tue Mar 25, 2003 3:54 pm
I have looked for a fix and see many similar posts, but none that make any sense. I am trying to insert a text file in to MySql using PhpMyAdmin and get this error:
==================
Error
SQL-query :
LOAD DATA LOCAL INFILE '' INTO TABLE `tek` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\'' LINES TERMINATED BY '\r\n'
MySQL said:
File '' not found (Errcode: 2)
============
Cant seem to upload any text files. Looks like my file that I specified is not being passed either.
PHP Version: 4.2.3
MySql api version: 3.23.39
Apache Version: Apache/1.3.24
PLEASE HELP?
Thanks,
Mole
==================
Error
SQL-query :
LOAD DATA LOCAL INFILE '' INTO TABLE `tek` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\'' LINES TERMINATED BY '\r\n'
MySQL said:
File '' not found (Errcode: 2)
============
Cant seem to upload any text files. Looks like my file that I specified is not being passed either.
PHP Version: 4.2.3
MySql api version: 3.23.39
Apache Version: Apache/1.3.24
PLEASE HELP?
Thanks,
Mole