hi,
can you give me the mysqlimport query ?
i tried with this
i dont know why i am facing this error ? i have the same name as of table name.my file is in c drive .
if i copy the same file and pasted in the bin folder means its working....
C:\xampp\mysql\ bin>mysqlimport -u root -p --fields-terminated-by=","
--lines-terminated-by="\r\n" test lists.txt
can you give me the mysqlimport query ?
i tried with this
Code:
[B]C:\xampp\mysql\bin>mysqlimport -u root -p --fields-terminated-by="," --lines-terminated-by="\r\n" test C:/lists.txt; Enter password: mysqlimport: Error: 2, File 'C:\lists.txt;' not found (Errcode: 2), when using t able: lists[/B]
i dont know why i am facing this error ? i have the same name as of table name.my file is in c drive .
if i copy the same file and pasted in the bin folder means its working....
C:\xampp\mysql\ bin>mysqlimport -u root -p --fields-terminated-by=","
--lines-terminated-by="\r\n" test lists.txt
Comment