首页 > 数据库技术 > 详细

MySQL 5.7.* 启动问题

时间:2016-01-06 16:05:59      阅读:6977      评论:0      收藏:0      [点我收藏+]

mysql-5.7.10-winx64

启动 mysqld.exe,报错:

mysqld: Could not create or access the registry key needed for the MySQL application
to log to the Windows EventLog. Run the application with sufficient
privileges once to create the key, add the key manually, or turn off
logging for that application.

加参数 mysqld.exe --console,查看启动 log 

[ERROR] Cannot open Windows EventLog; check privileges, or start server with --log_syslog=0

第一个 [ERROR],关于Windows EventLog,忽略

[ERROR] Can‘t open the mysql.plugin table. Please run mysql_upgrade to create it.

第二处 [ERROR],mysql.plugin

[ERROR] Fatal error: Can‘t open and lock privilege tables: Table ‘mysql.user‘ doesn‘t exist 

第三处 [ERROR],Table ‘mysql.user‘ doesn‘t exist。可以判断初始化出了问题

 

mysqld  --initialize

 

问题解决~

 

MySQL 5.7.* 启动问题

原文:http://www.cnblogs.com/yYang365/p/5105060.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!