当前位置: 移动技术网 > IT编程>数据库>Mysql > 给Mysql添加远程访问权限的方法

给Mysql添加远程访问权限的方法

2017年12月12日  | 移动技术网IT编程  | 我要评论

宋小宝高烧彩排,熔炼奥金锭,zoe saldana

user:myuser  pwd:mypassword 从任何主机连接到mysql服务器

grant all privileges on *.* to identified by 'mypassword' with grant option;

user:myuser  pwd:mypassword 从192.168.1.3连接到mysql服务器

grant all privileges on *.* to identified by 'mypassword' with grant option;

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网