Mysql 设置远程连接(自用-----仅供参考)

1.连接数据库 ----->  mysql -u root -p

2.给权限 ------>  grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option

3.保存 ----->  flush privileges

posted @ 2019-11-02 15:12  dingshuai  阅读(175)  评论(0编辑  收藏  举报