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 @ 2019-05-09 14:28 你说我记 阅读(3993) 评论(0) 推荐(0) 编辑