My sql 8.0.13 安装填坑

会报错的写法: 
GRANT ALL PRIVILEGES ON *.*  'root'@'%' identified by '123123' WITH GRANT OPTION; 

以下是正确的写法:

grant all privileges on  *.* to 'root'@’%’ ;

posted @ 2018-12-22 13:48  cclazy  阅读(540)  评论(0编辑  收藏  举报