Grant full permission to the MySQL account under the specified ip network
Here is the sample to grant full rights to user01 connecting via network 127.x.x.x
grant all on *.* TO 'user01'@'172.0.0.0/255.0.0.0' identified by '' with grant option;
我希望我的生活除了電腦,還有生活
grant all on *.* TO 'user01'@'172.0.0.0/255.0.0.0' identified by '' with grant option;