2009-08-28 12:51:34
到處看看
Mysql Import mysqlimport Err Msg
mysqlimport: Error: Can't get stat of '/path/to/customers.txt' (Errcode: 2), when using table: customers
The error in this example has resulted because the file you are trying to import is not in a directory which is readable by the user the MySql server is running as. Note that all the parent directories of the directory the is in need to be readable by the MySql user for this to work. Saving the file to /tmp will usually work as this is usually readable (and writable) by all users.
權限問題!!!