MySQL: ERROR13(HY000):Can't get stat of
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL: ERROR13(HY000):Can't get stat of相关的知识,希望对你有一定的参考价值。
在mysql中load data数据
mysql> load data infile ‘/home/a.txt‘ into table table_a;
ERROR 13 (HY000): Can‘t get stat of ‘/home/a.txt‘ (Errcode: 13)
我们用perror命令打印出具体错误信息
>perror 13
OS error code 13: Permission denied
看起来是权限的问题,
perror命令是MySQL数据库系统中的一个工具程序,它用于打印C语言中errno错误代码的含义、也可以打印MySQL中存储引擎错误代码的含义。(perror prints a description for a system error code or for a storage engine (table handler) error code.)
由于perror是MySQL中的一个工具程序,在没有安装MySQL的机器上就无法执行,本文的示例四将给出大致的源代码供大家参考。
常用参数
格式:perror <errno>
打印系统错误代码errno值的含义。
格式:perror <Errcode>
打印MySQL数据库系统中定义的错误代码的含义。
格式:perror <err1> <err2> ...
打印多个错误代码的含义。
(参考:http://codingstandards.iteye.com/blog/1127327)
找到一篇文章:
以上是关于MySQL: ERROR13(HY000):Can't get stat of的主要内容,如果未能解决你的问题,请参考以下文章
ERROR 1 (HY000): Can't create/write to file '/tmp/#sql_830_0.MYI' (Errcode: 13)
Wamp mysql : ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
ERROR 2002 (HY000): Can’t connect to local MySQL
MySql:错误 1018(HY000):无法读取 '.' 的目录(错误号:13)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' 。安装后出错
尝试在 mysql 中添加 udf 会出现错误 ERROR 1127 (HY000): Can't find symbol in library