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

mysql连接报错

时间:2020-03-25 21:10:08      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:not   显示   ant   错误   this   报错   use   连接mysql   server   

本地root连接mysql 显示错误

host ‘127.0.0.1‘ is not allowed to connect to this mysql server

登录数据库

mysql -u root -p

 

use mysql

grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘password‘ with grant option;

 

flush privileges;

 

mysql连接报错

标签:not   显示   ant   错误   this   报错   use   连接mysql   server   

原文地址:https://www.cnblogs.com/lcxiao/p/12569267.html

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