grant select,insert,update,create on test.* to test@'192.168.8.%' identified by '123456'; 允许增删改查权限
grant all on test.* to test@'192.168.8.%' identified by '123456'; 允许所有权限
flush privileges; 刷新权限表使其设置生效
grant select,insert,update,create on test.* to test@'192.168.8.%' identified by '123456'; 允许增删改查权限
grant all on test.* to test@'192.168.8.%' identified by '123456'; 允许所有权限
flush privileges; 刷新权限表使其设置生效
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。