Results 1 to 13 of 13

Thread: LOAD DATA into Mysql

Threaded View

  1. #1
    Join Date
    Jul 2003
    Posts
    421

    LOAD DATA into Mysql

    Hi all,
    I am new in mysql , I want to load file into table , but always got error. wha tis wrong??


    File 'c\pet.txt' not found (Errcode: 2)
    mysql> LOAD DATA LOCAL INFILE '~/pets.txt' INTO TABLE pet;
    ERROR:
    File '~\pets.txt' not found (Errcode: 2)
    mysql>
    Thank you
    ________
    SIXTH-GENERATION TAURUS
    Last edited by sql; 03-06-2011 at 01:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •