How to solve mysqlimport: Error: 13, Can 'tgetstatof _ MySQL
Source: Internet
Author: User
How to solve mysqlimport: Error: 13, Can bitsCN.com when reading the mysql User Manual today, I saw the mysqlimport command for backup recovery, which encountered a strange problem after the operation.
Root @ zhou:/usr/local/mysql # mysqlimport-uroot-p123-h127.0.0.1-P3306 test backup/chen. SQL
Mysqlimport: Error: 13, Can't get stat of '/usr/local/mysql/data/backup/chen. SQL' (Errcode: 2), when using table: chen
Here, perror is used to query the cause of this error:
But here I checked my permissions, and there is no problem. My backup files are in the backup document.
Total usage 120
Drwxr-xr-x 17 root mysql 4096 January 10 19:02 ./
Drwxr-xr-x 22 root 4096 January 8 11:34 ../
Drwxr-xr-x 2 mysql 4096 January 10 17:30 backup/
Drwxr-xr-x 2 root mysql 4096 January 8 10:39 bin/
Here, my solution and process are like this. first, google and Baidu will check whether the problem can be solved. Then I am using load data infile to see if this problem will also occur (the load command here is the same command ).
Google and Baidu didn't find the answer they wanted, but I found no problem during the load data infile operation. so the conclusion here should not be the Permission problem:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.