i have a linux server that i am used to host websites (mysql installed and working properly on this server)
now what im trying to do is develop a java POS system i need to use mysql as database engine and planning to use my linux web server as a database server
problem is i cant use static ip for client pc's but in order to access mysql instance i have to allow client ip address first
I found these solutions on web :
- Use wildcard % and allow all the IP addresses in the world - i think this as a bad idea
- Also we can find clients ISP's IP range and allow that range - this is ok but some of ISP's in my county refused to provide their IP range and i think their should be better way than this
Question : I'm just wondering what methods are used in the software industry to implement web based systems and i need secure,reliable solution for this