摘要: 阅读全文
posted @ 2019-08-21 13:31 二哈666欸 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 打开cmd,进入到mysql的bin路径下 1、实现远程连接(授权法) mysql -u root -p(登陆mysql数据库) use mysql; grant all privileges on *.* to root@'%' identified by "root";(后面这个root指的是m 阅读全文
posted @ 2019-08-21 13:14 二哈666欸 阅读(397) 评论(0) 推荐(0) 编辑