Steps to allow dynamic IP address to connect MySQL Remotely

kumkumsharma

Administrator
Staff member
If you are using dynamic IP address to make connection with MySQL remotely, its little bit tricky to allow dynamic IP Address because it changes frequently. You can add wild card IP’s in Remote MySQL option.

For Example: As we know whenever the IP address changes only its last 2 digits updates. If you will create wild card rule in remote MySQL then you can access MySQL remotely.

Code:
182.195.1.%%
But if your complete IP address is changing then you have to ask for static IP address to your ISP.
 
Top