*SOLVED* mysqlimport: file stat error
Posted: Tue Mar 09, 2004 3:40 pm
Hi All,
I'm trying to import data into a MySQL table, and I keep getting the error
mysqlimport: Error: Can't get stat of '/home/usr/DUMP/data_file.txt' (Errcode: 13), when using table: importing_table
(obviously file and table names have been changed).
I have changed the owner of both the DUMP folder and all files in the folder to mysql.mysql. I have also chmod'ed the folder and files to 777. I'm logged in as root, and I'm running mysqlimport as root as well. Any help will be greatly appreciated. Thanks.
I'm trying to import data into a MySQL table, and I keep getting the error
mysqlimport: Error: Can't get stat of '/home/usr/DUMP/data_file.txt' (Errcode: 13), when using table: importing_table
(obviously file and table names have been changed).
I have changed the owner of both the DUMP folder and all files in the folder to mysql.mysql. I have also chmod'ed the folder and files to 777. I'm logged in as root, and I'm running mysqlimport as root as well. Any help will be greatly appreciated. Thanks.