Access denied for user 'root'@'localhost' (using password YES)

进入mysql 执行命令

grant all privileges on *.* to 'root'@'localhost' identified by '123465' with grant option;

posted @ 2018-03-14 13:08  咸蛋超人、  阅读(171)  评论(0编辑  收藏  举报