Home  >  Article  >  Database  >  错误代码:2013 Lost connection to MySQL server during query

错误代码:2013 Lost connection to MySQL server during query

WBOY
WBOYOriginal
2016-06-07 15:55:001835browse

错误代码:2013 Lost connection to MySQL server during query

安装好MySQL服务器,只要心建表,mysql服务就停止,网上各种搜索,查看错误日志文件J7QOUPHFF0VDD2O.err

2015-05-26 10:50:51 1160  InnoDB: Operating system error number 6 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB:
2015-05-26 10:50:51 5344 [ERROR] InnoDB: File .\ibdata1: 'aio read' returned OS error 106. Cannot continue operation

看出可能是数据库引擎InnoDB问题,,然后又是各种搜索,有伟大的网友提示将my.ini中的

default-storage-engine=InnoDB 改为 default-storage-engine=MYISAM

问题搞定。

共勉!

本文永久更新链接地址

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn