Innodb表的Wamp-MySQL服务停止

Innodb表的Wamp-MySQL服务停止,mysql,wamp,innodb,Mysql,Wamp,Innodb,MySQL服务运行良好,但一旦我尝试创建一个新的InnoDb表,总是会收到以下消息: #2006 error. Mysql gone away. 我甚至安装了新的wamp,但仍然是相同的问题。我将最大允许数据包增加到200MB,但仍然存在相同的问题 2016-03-01 18:59:40 11872 [ERROR] InnoDB: File .\newdb\answer.ibd: 'open' returned OS error 1379. Cannot continue operation

MySQL服务运行良好,但一旦我尝试创建一个新的InnoDb表,总是会收到以下消息:

#2006 error. Mysql gone away.
我甚至安装了新的wamp,但仍然是相同的问题。我将最大允许数据包增加到200MB,但仍然存在相同的问题

2016-03-01 18:59:40 11872 [ERROR] InnoDB: File .\newdb\answer.ibd: 'open' returned OS error 1379. Cannot continue operation
2016-03-01 19:00:16 2eb8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2016-03-01 19:00:16 11960 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-03-01 19:00:16 11960 [Note] InnoDB: The InnoDB memory heap is disabled
2016-03-01 19:00:16 11960 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-03-01 19:00:16 11960 [Note] InnoDB: Memory barrier is not used
2016-03-01 19:00:16 11960 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-03-01 19:00:16 11960 [Note] InnoDB: Using generic crc32 instructions
2016-03-01 19:00:16 11960 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2016-03-01 19:00:16 11960 [Note] InnoDB: Completed initialization of buffer pool
2016-03-01 19:00:26 2eb8  InnoDB: Operating system error number 1179 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
 InnoDB: Operation open to file os\os0file.cc and at line 2041
2016-03-01 19:00:26 11960 [ERROR] InnoDB: File G:\Xampp\mysql\data\ibdata1: 'open' returned OS error 1379. Cannot continue operation

mysqld.err中有什么?它只是一个
创建
?或者是
CREATE。。。从大表格中选择
?请提供更多详细信息。就在我尝试创建INNODB表时。有时它会与字符集utf8发生冲突。有时使用组合主键。我甚至单独安装了xampp和mysql服务器,但总是出现这个问题。谁能解决这个问题?