Reputation: 21
I have a PHP webapp setup on Azure and it consistently changes its IP, therefore the connection to MySQL (also on Azure) states it is not allowed to connect. Once I add in the IP to the Connection Security tab on MySQL, it connects fine. How do I setup the MySQL connections to allow all IPs? Or is that a security risk? If so, how do I fix this?
Upvotes: 0
Views: 67