+ -
当前位置:首页 → 问答吧 → 求助:ERROR 1030 (HY000): Got error -1 from storage engine

求助:ERROR 1030 (HY000): Got error -1 from storage engine

时间:2011-08-23

来源:互联网

表test01在插入数据时报错,望各位大侠帮忙
mysql> show create table test01;
+--------+------------------------------------------------------------------------------------------+
| Table  | Create Table                                                                             |
+--------+------------------------------------------------------------------------------------------+
| test01 | CREATE TABLE `test01` (
  `id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 |
+--------+------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

mysql> insert into test01(id) values (1);
ERROR 1030 (HY000): Got error -1 from storage engine

作者: Dracula_li   发布时间: 2011-08-23

应该数据文件或目录,对于mysql而言没有操作权限...

作者: jinguanding   发布时间: 2011-08-23