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刪除。