Hi everyone,

I am experiencing problem with mysql trying to import a text file with data
into a table, i am using phpmyadmin in order to do that, going to insert
textfiles into table and after choosing the file I want to upload i got this
error, any help will be appreciated.

Giro

Error
SQL-query:

LOAD DATA LOCAL INFILE 'c:\Windows\Temp\phpC021.TMP'  INTO TABLE my_contact
FIELDS TERMINATED BY ';' ENCLOSED BY '\"' ESCAPED BY '\\' LINES TERMINATED
BY '\n'
MySQL said: File 'c:windowstempphpc021.tmp' not found (Errcode: 2)





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to