Loading

mysql创建用户

mysql创建用户

学习了:https://blog.csdn.net/leili0806/article/details/8573636

create user 'root'@'127.0.0.1' identified by 'root';

grant all privileges on *.* to root@127.0.0.1;

flush privileges;

 

posted @ 2018-06-06 11:09  stono  阅读(168)  评论(0编辑  收藏  举报