How can I give access to a certain range of IPs?
Posted by: illyi
Date: September 17, 2004 12:05AM

Suppose I want to give access to mySQL server from IPs ranging from 192.168.0.1 to 192.168.0.25,and the other IPs will be denied by the server,then what can I do?I have tried the following 'grant':grant all on *.* to abc@'192.168.0.1/25' identified by 'abc',but it didn't work.

by the way,I am running mySQL 4.0.20a-nt on Windows XP.

Options: ReplyQuote


Subject
Written By
Posted
How can I give access to a certain range of IPs?
September 17, 2004 12:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.