- 1
- 0
- 约1.26万字
- 约 9页
- 2022-10-27 发布于湖北
- 举报
MySQL数据库学习笔记
远程访问
访问远程机器 grant all privileges on *.* to root@192.168.2.14 identified by
mafeicnnui with grant option;
创建用户 help create user
create user mafei@localhost; --无密码用户
原创力文档

文档评论(0)