码迷,mamicode.com
首页 > 数据库 > 详细

mysql5.7问题

时间:2016-08-08 22:40:54      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:

1.服务启动不起来

在bin目录下运行下面命名

mysqld --initialize-insecure --user=mysql

 

2.修改user密码

update mysql.user set authentication_string=password(‘root‘) where user=‘root‘ ;

3.mysql连接工具连接mysql服务器出错The‘INFORMATION_SCHEMA.SESSION_VARIABLES‘ feature is disabled; see thedocumentation for ‘show_compatibility_56‘

set global show_compatibility_56=on;

mysql5.7问题

标签:

原文地址:http://www.cnblogs.com/muzhao/p/5751076.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!