数据库权限开放
2017-02-03 本文已影响0人
gara001001
全部权限grant all privileges on *.* to 'root'@'172.25.120.17' identified by '' with grant option;
查询权限 grant select on *.* to 'root'@'172.25.120.17' identified by '' with grant option;
之后必须执行flush privileges;
全部权限grant all privileges on *.* to 'root'@'172.25.120.17' identified by '' with grant option;
查询权限 grant select on *.* to 'root'@'172.25.120.17' identified by '' with grant option;
之后必须执行flush privileges;