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

1698 -Access denied for user 'root@xxxx'

时间:2019-04-05 11:55:28      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:cal   option   host   color   col   mysql   denied   word   class   

grant all privileges on *.* to user@‘localhost‘ Identified by ‘password‘ WITH GRANT OPTION;

 

grant all privileges on *.* to root@‘%‘ Identified by ‘password‘ WITH GRANT OPTION;

 

予任何主机访问数据的权限 

3、MySQL>FLUSH PRIVILEGES

修改生效 

4、MySQL>EXIT 

退出MySQL服务器 

1698 -Access denied for user 'root@xxxx'

标签:cal   option   host   color   col   mysql   denied   word   class   

原文地址:https://www.cnblogs.com/anyiz/p/10658191.html

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