mysql 让别人连接我的数据库

1.打开cmd运行mysql

2.use mysql
# 所有人以root 名 以abc为密码访问我的mysql
3.grant all privileges on *.* to root@"%" identified by 'abc' with grant option
4.flush privileges

 

posted on 2019-05-09 14:28  你说我记  阅读(3993)  评论(0编辑  收藏  举报

导航