无法启动mysql服务,错误1067(请先检查mysql日志错误,对症下药)

转载自:http://blog.csdn.net/chenallen1025/article/details/8099024

前序:我也碰到了此问题,百度google各种搜索《无法启动mysql服务,错误1067》,发现答案一大堆,感觉有的不靠谱。于是想了想应该对症下药,找出了mysql错误日志,根据错误日志来搜索,于是便有了答案。附:这样做的话可以解决问题,但是密码会被置空。

问题表象:

我的mysql中的 my.ini文件配置:

[csharp] view plain copy
  1. #Path to installation directory. All paths are usually resolved relative to this.  
  2. basedir="D:/software_builder/mysql/"  
  3.  
  4. #Path to the database root  
  5. datadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"  


我在 datadir的路径下找到.err文件,查看错误原因

  1. 121022 15:21:06 [Note] Plugin 'FEDERATED' is disabled.  
  2. D:\software_builder\mysql\bin\mysqld: Table 'mysql.plugin' doesn't exist  
  3. 121022 15:21:06 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.  
  4. 121022 15:21:06 InnoDB: The InnoDB memory heap is disabled  
  5. 121022 15:21:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions  
  6. 121022 15:21:06 InnoDB: Compressed tables use zlib 1.2.3  
  7. 121022 15:21:06 InnoDB: Initializing buffer pool, size = 500.0M  
  8. 121022 15:21:06 InnoDB: Completed initialization of buffer pool  
  9. 121022 15:21:06  InnoDB: Log file .\ib_logfile0 did not exist: new to be created  
  10. InnoDB: Setting log file .\ib_logfile0 size to 100 MB  
  11. InnoDB: Database physically writes the file full: wait...  
  12. InnoDB: Progress in MB: 100  
  13. 121022 15:21:07  InnoDB: Log file .\ib_logfile1 did not exist: new to be created  
  14. InnoDB: Setting log file .\ib_logfile1 size to 100 MB  
  15. InnoDB: Database physically writes the file full: wait...  
  16. InnoDB: Progress in MB: 100  
  17. 121022 15:21:10 InnoDB: highest supported file format is Barracuda.  
  18. InnoDB: The log sequence number in ibdata files does not match  
  19. InnoDB: the log sequence number in the ib_logfiles!  
  20. 121022 15:21:10  InnoDB: Database was not shut down normally!  
  21. InnoDB: Starting crash recovery.  
  22. InnoDB: Reading tablespace information from the .ibd files...  
  23. InnoDB: Restoring possible half-written data pages from the doublewrite  
  24. InnoDB: buffer...  
  25. 121022 15:21:10  InnoDB: Waiting for the background threads to start  
  26. 121022 15:21:11 InnoDB: 1.1.8 started; log sequence number 3700748  
  27. 121022 15:21:11 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist  

尝试过无数种网络搜索的解决方法,有过重装mysql的念头,也有过砸电脑的冲动,但最后还是天不负有心人,终于找到了解决方法;

第一步:在mysql的安装目录下 basedir="D:/software_builder/mysql/的data文件夹里“D:\software_builder\mysql\data”" 下面还有一个mysql的文件夹(如图),


把“mysql文件夹”拷贝到数据库的数据存放位置的data文件夹下(我的是:C:\ProgramData\MySQL\MySQL Server 5.5\data)



然后在服务里面启动mysql服务,结果:“I get it !”

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值