给制定ip用户添加权限1:grant all privileges on *.* to 用户名@ip identified by 密码2:flush privile
给制定ip用户添加权限
1:grant all privileges on *.* to 用户名@ip identified by "密码";
2:flush privileges;
给制定ip用户添加权限
1:grant all privileges on *.* to 用户名@ip identified by "密码";
2:flush privileges;