我在Azure devOpos上有我的SQL数据库。
要访问这个地址,我已经设置了我的IP地址在防火墙设置,但IP每天或两次,所以我必须设置一次又一次。
否则,我就会犯这个错误。
Cannot open server 'abcdb-dev' requested by the login. Client with IP address '106.215.195.185' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or
我想要所有的ip都属于一个域,例如google.com,我最近看了一下,。所以,我要做的是这样:
<?php
// clientIp() will iterate from 1.1.1.1 to 255.255.255.255
App::uses('IP2LocationCore', 'IP2Location.Model');
$IP2Location = new IP2LocationCore();
$record = $IP2Location->get($this->request->clientIp());
if(strcmp($