mysqlimport problem

wxdqz

New Member
hi,

inside c:/temp , there is Car.txt which contains SQL commands to create table.

I already created a database called Car.

I try to import the txt file into database:

c:\temp>mysqlimport -v Car Car.txt

It result:

Connecting to localhost
Selecting database Car
Loading data from SERVER file: c:\temp\Car.txt into Car
mysqlimport : Error : Table 'Car.Car' doesn't exis,when using table : Car


what is the error? i couldn't understand .....

thank you in advance.
 
Back
Top