I have my website on my share hosting server. I have a C# .NET Winform application which accesses the online MYSQL database of my website.
For accessing the online database, I have to add the IP of the PC from which the application accesses the database. But this is not done, for every PC on which the application would be run , i would need to maually add the IP of that machine , on my server .
I add the IP following these steps:
1. Login to the CPANEL of my website
2. Goto Remote MySQL
3. Add Access Host
I want to automate this manual task? Is there any way? Since , the IPs would be dynamic, so how would i just keep adding every IP manually, its not possible. please help
Should i add wildcard '%' for the IP. 211.137.%.% But , 211.137 ---will they not change?
What do the starting two entries refer to in the IP address............x.y.z.p
what do 'x' and 'y' refer to? do they remain static?
The application would be run on multiple machines. So shall i do this:
FOR ACCESS TO ALL ANONYMOUS IPs ---> shall i add this Access Host in MySQL Remote from Cpanel-------> %.%.%.%