Home  >  Article  >  Database  >  碰到MySQL无法启动1067错误问题_MySQL

碰到MySQL无法启动1067错误问题_MySQL

WBOY
WBOYOriginal
2016-06-01 13:36:421167browse

bitsCN.com

今早在对一张table 创建primay key过程中发生了断电,当电脑再次启动时候,发现mysql 服务无法启动,使用 net start 提示 1067错误,折腾了2个小时无法解决,后来只能通过手工删除数据文件,日志文件,再启动服务,然后导入数据来完成。

启动服务发生1067错误:

 

1.删除datadir 下的用户数据库文件 和 日志文件 (ib_logfile0,ib_logfile1)。

2.删除innodb表空间ibdata1

3.启动mysql服务:

4.导入数据:

5.檢查數據:

 

虽然这方法简单,但需要mysqldump導出的數據文件進行還原。

 

 

bitsCN.com
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